Fri, 11 Mar 2011 21:30:26 +0100
Import package vendor original specs for necessary manipulations.
1 #
2 # Do NOT Edit the Auto-generated Part!
3 # Generated by: spectacle version 0.20
4 #
5 # >> macros
6 # << macros
8 Name: meego-panel-networks
9 Summary: Connection management panel
10 Version: 1.2.15
11 Release: 2.1
12 Group: Applications/Internet
13 License: GPL 2
14 URL: http://www.meego.org
15 Source0: %{name}-%{version}.tar.gz
16 Source100: meego-panel-networks.yaml
17 Patch0: 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch
18 Requires: mobile-broadband-provider-info
19 Requires: iso-codes
20 Requires(post): /bin/touch
21 Requires(post): gtk2
22 BuildRequires: pkgconfig(gtk+-2.0)
23 BuildRequires: pkgconfig(dbus-glib-1)
24 BuildRequires: pkgconfig(gconf-2.0)
25 BuildRequires: pkgconfig(libnotify)
26 BuildRequires: pkgconfig(mx-gtk-1.0)
27 BuildRequires: pkgconfig(meego-panel) >= 0.49.0
28 BuildRequires: pkgconfig(rest-0.7)
29 BuildRequires: pkgconfig(mobile-broadband-provider-info)
30 BuildRequires: pkgconfig(iso-codes)
31 BuildRequires: intltool
32 BuildRequires: gnome-common
33 Obsoletes: gconnman
34 Obsoletes: carrick
37 %description
38 A connection management panel for Mutter-Meego.
42 %prep
43 %setup -q -n %{name}-%{version}
45 # 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch
46 %patch0 -p1
47 # >> setup
48 # << setup
50 %build
51 # >> build pre
52 # << build pre
54 %configure --disable-static
55 make %{?jobs:-j%jobs}
57 # >> build post
58 # << build post
59 %install
60 rm -rf %{buildroot}
61 # >> install pre
62 # << install pre
63 %make_install
65 # >> install post
66 # << install post
67 %find_lang meego-panel-networks
71 %post
72 /bin/touch --no-create %{_datadir}/icons/hicolor || :
73 %{_bindir}/gtk-update-icon-cache \
74 --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :
76 %postun
77 /bin/touch --no-create %{_datadir}/icons/hicolor || :
78 %{_bindir}/gtk-update-icon-cache \
79 --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :
82 %files -f meego-panel-networks.lang
83 %defattr(-,root,root,-)
84 # >> files
85 %doc COPYING
86 %{_sysconfdir}/xdg/autostart/carrick.desktop
87 %{_libexecdir}/carrick-connection-panel
88 %{_libexecdir}/carrick-3g-wizard
89 %{_datadir}/meego-panel-networks/icons/*
90 %{_datadir}/meego-panel-networks/theme/*
91 %{_datadir}/dbus-1/services/com.meego.UX.Shell.Panels.network.service
92 %{_datadir}/mutter-meego/panels/carrick.desktop
93 # << files
96 %changelog
97 * Mon Oct 18 2010 Jussi Kukkonen <jku@linux.intel.com> - 1.2.15
98 - add patch: Fix fallback information text (BMC#7544, BMC#5632)
99 * Mon Oct 4 2010 Jussi Kukkonen <jku@linux.intel.com> - 1.2.15
100 - OpenConnect VPN integration (BMC#3201)
101 - Set immutable service config insensitive (BMC#7816)
102 - Make sure passphrases in model are up-to-date (BMC#3200)
103 - never ask passphrase for immutable service (BMC#3199)
104 - Support Fixed ipv4 method (BMC#2784)
105 - show rfkilled tech-switches as insensitive (BMC#5003)
106 - Translations
107 * Thu Aug 5 2010 Ross Burton <ross@linux.intel.com> - 1.2.14
108 - Update to rest-0.7
109 - Translations
110 * Mon Jul 12 2010 Ross Burton <ross@linux.intel.com> - 1.2.13
111 - Update OnlyShowIn name
112 - Add DNS to manual configuration
113 * Mon Jun 21 2010 Ross Burton <ross@linux.intel.com> - 1.2.12.1
114 - Rename to meego-panel-networks
115 * Thu Jun 17 2010 Ross Burton <ross@linux.intel.com> - 1.2.12
116 - Trank service name changes
117 - Fix notification suppression
118 - Skip the disconnect -> connect cycle when setting IPv4
119 - Only use a single notification (BMC#2208)
120 - Don't show notifications if the window is visible (BMC#2207)
121 - Don't set a 10s notification timeout, use the default (BMC#2211)
122 - Don't set the widget state when dragging (BMC#2247)
123 * Fri May 14 2010 Ross Burton <ross@linux.intel.com> - 1.2.11
124 - i18n updates (BMC#1670)
125 * Tue May 11 2010 Ross Burton <ross@linux.intel.com> - 1.2.10
126 - Add static IP configuration (BMC#1066)
127 - Fix the widget colours (BMC#1933)
128 * Fri May 7 2010 Ross Burton <ross@linux.intel.com> - 1.2.9.1
129 - i18n updates (BMC#1670)
130 * Thu May 6 2010 Ross Burton <ross@linux.intel.com> - 1.2.9
131 - Update panel icon artwork (BMC#1819)
132 - Fix banner colours (BMC#1564)
133 * Wed Apr 28 2010 Ross Burton <ross@linux.intel.com> - 1.2.8
134 - Remove nbtk build dependency, it should be mx (MBC#1463)
135 * Wed Apr 14 2010 Ross Burton <ross@linux.intel.com> - 1.2.8
136 - Minor UI changes
137 - Fix packing of the network list
138 * Tue Apr 6 2010 Ross Burton <ross@linux.intel.com> - 1.2.7
139 - Fix packing of the network list
140 * Wed Mar 31 2010 Ross Burton <ross@linux.intel.com> - 1.2.6
141 - Fix notifications
142 - Update look to be closer to design review
143 * Wed Mar 31 2010 Ross Burton <ross@linux.intel.com> - 1.2.5
144 - Remove styles duplicated from mutter (MB#267)
145 - Update for ConnMan changes
146 - Don't hardcode the meego theme
147 - i10n updates
148 * Wed Feb 17 2010 Ross Burton <ross@linux.intel.com> - 1.2.4
149 - Port to MX
150 - Add plug-and-socket support
151 * Tue Feb 9 2010 Ross Burton <ross@linux.intel.com> - 1.2.3
152 - Allow service drag-and-drop (MB#9520)
153 * Fri Jan 29 2010 Ross Burton <ross@linux.intel.com> - 1.2.2
154 - Theme fixes
155 * Wed Jan 6 2010 Ross Burton <ross@linux.intel.com> - 1.2.1
156 - MX fixes (MB#8953, MB#8917)
157 * Fri Dec 4 2009 Ross Burton <ross@linux.intel.com> - 1.2.0
158 - Update to work with new mutter-meego
159 * Mon Nov 2 2009 Ross Burton <ross@linux.intel.com> - 1.1.13
160 - Fix WPA key verification (MB#6895)
161 * Thu Oct 29 2009 Ross Burton <ross@linux.intel.com> - 1.1.12
162 - Handle both ASCII and hex WEP keys (MB#7459)
163 * Tue Oct 27 2009 Ross Burton <ross@linux.intel.com> - 1.1.11
164 - Focus panel after closing Delete dialog (MB#7412)
165 - Close the panel after spawning 3G wizard
166 - More i18n
167 * Mon Oct 26 2009 Ross Burton <ross@linux.intel.com> - 1.1.10
168 - Explicitely focus panel window when closing connection dialog (MB#7304)
169 - More i10n
170 * Thu Oct 22 2009 Joshua Lock <josh@linux.intel.com> - 1.1.9
171 - Add a D-Bus service file (MB#7090)
172 - Ensure icon is updated when no more services exist (MB#6400)
173 - More l10n
174 * Fri Oct 16 2009 Joshua Lock <josh@linux.intel.com> - 1.1.8
175 - Correctly set the parent of add new connection dialog (MB#6855)
176 - Fix scan triggering (MB#3052)
177 * Wed Oct 14 2009 Ross Burton <ross@linux.intel.com> - 1.1.7
178 - Fix WPA/RSN passphrase length validation
179 - More translations
180 - Handle unset username or passwords in 3G (#6792)
181 * Mon Oct 12 2009 Joshua Lock <josh@linux.intel.com> - 1.1.6-2
182 - Fix passphrase length validation (MB#6663)
183 - Enhance removal of connection failed services (MB#5026)
184 - Fix Traditional Chinese translation (MB#6486)
185 * Thu Oct 8 2009 Ross Burton <ross@linux.intel.com> - 1.1.6
186 - Update for librest package rename
187 - Correctly validate passphases (MB#5218)
188 * Thu Oct 8 2009 Ross Burton <ross@linux.intel.com> - 1.1.5
189 - Hopefully the final development release
190 - 3G wizard (MB#5825)
191 - Ability to remove failed networks (MB#5026)
192 - Validate passphrase length (MB#5218)
193 - Translation updates (MB#6570)
194 * Wed Sep 23 2009 Joshua Lock <josh@linux.intel.com> - 1.1.4
195 - Fifth development release in 1.1.x series
196 - Remove old code to hide the panel when dialog opens, fixes MB#5961
197 - Always change the toolbar icon when the connection changes, fixes MB#6285
198 - Translation updates
199 * Fri Sep 18 2009 Joshua Lock <josh@linux.intel.com> - 1.1.3
200 - Fourth development release in 1.1.x series
201 - Don't report connection lost when activating offline mode
202 - Use Nbtk-1.2
203 * Tue Sep 15 2009 Joshua Lock <josh@linux.intel.com> - 1.1.2
204 - Third development release in 1.1.x series
205 - Fix crash on start MB#6120
206 - Maintain widget size, fixes MB#6034
207 - Make the panel, with hide decoration, fit on the screen. Fixes MB#5953
208 - Hide the passphrase entry if the clear button is clicked on an empty entry
209 - Increase the D-Bus timeout for the duration of Connect and ConnectService
210 - Monitor the NameOwnerChanged signal and handle the daemon dissapearing, etc.
211 - Make package obsolete gconnman
212 - Updated icons
213 * Sat Sep 12 2009 Joshua Lock <josh@linux.intel.com> - 1.1.1
214 - Second development release in the 1.1.x series
215 - Report full state machine of the daemon (MB#3922)
216 - Toolbar tooltip reports current connection and configuring state (MB#4370)
217 - Switch to autogenerated D-Bus bindings rather than raw D-Bus calls
218 - Fix various regressions and bugs introduced since 1.0.x (MB# 5957, 5959,
219 5960, 5961, 5964, 6035 & 6041)
220 * Mon Sep 7 2009 Joshua Lock <josh@linux.intel.com> - 1.1.0
221 - Development release
222 - Remove use of gconnman
223 - Switch to new Mutter-Meego D-Bus API
224 * Wed Jul 29 2009 Joshua Lock <josh@linux.intel.com> - 1.0-4
225 - Fix bug 4846, the connection icon doesn't change to no-connection state
226 once we have succesfully connected.
227 - Fix bug 4848, a crasher caused by sending a translated string in a value
228 to a ConnMan D-Bus method.
229 * Tue Jul 28 2009 Joshua Lock <josh@linux.intel.com> - 1.0-3
230 - Workaround for bug 4163 - toolbar icon not correctly set when
231 booting with ethernet cable plugged in
232 - Fix for bug 2770 - Notifications report nonsense under certain
233 circumstances
234 * Mon Jul 27 2009 Joshua Lock <josh@linux.intel.com> - 1.0
235 - Updated translations
236 - Update for gconnman 0.5.0 API change
237 * Fri Jul 24 2009 Joshua Lock <josh@linux.intel.com> - 0.9.0
238 - Fix MB #4319 - incorrect highlighting on top service item
239 - Visual tweaks
240 - Fix MB #2975 - only show notifications when user didn't trigger event
241 * Mon Jul 20 2009 Joshua Lock <josh@linux.intel.com> - 0.0.13
242 - 0.0.13 release
243 - UI changes; always show switches, align service connect/disconnect buttons
244 - Updated translations
245 - Updated strings for Notifications
246 - Initial fallback content
247 - Updated for new gconnman API
248 - Change the button to Cancel while connecting
249 * Wed Jul 15 2009 Joshua Lock <josh@linux.intel.com> - 0.0.12
250 - 0.0.12 release
251 - More translation updates
252 - Visual tweaks
253 - Re-enable notification support. Partial fix for MB#2975
254 * Wed Jul 8 2009 Joshua Lock <josh@linux.intel.com> - 0.0.11-2
255 - Translation updates
256 - Stability improvements
257 - UI tweaks; in-place passphrase dialogs, etc.
258 * Tue Jun 30 2009 Anas Nashif <anas.nashif@intel.com> - 0.0.11
259 - Translation Updates (josh)
260 * Thu Jun 25 2009 Joshua Lock <josh@linux.intel.com> 0.0.10
261 - New release fixes bugs: #3749 and #3688
262 * Mon Jun 22 2009 Joshua Lock <josh@linux.intel.com> 0.0.9
263 - New release to work with gconnman 0.1.16
264 - Fix locaisation (#3619)
265 * Thu Jun 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.8
266 - New release
267 - Fixes bugs: #3021, #3052, #3120, #3633
268 * Mon May 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.6
269 - Snapshot of 0.0.6 release
270 * Mon May 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.5
271 - Carrick 0.0.5 release
272 * Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.0.4
273 - Carrick 0.0.4 release
274 * Thu May 14 2009 Joshua Lock <josh@linux.intel.com> 0.0.3
275 - First GPL release
276 - 0.0.3 release
277 * Tue May 12 2009 Damien Lespiau <damien.lespiau@intel.com> 0.0.2-2
278 - LD_AS_NEEDED support
279 * Mon May 11 2009 Joshua Lock <josh@linux.intel.com> 0.0.2-2
280 - Carrick 0.0.2 release
281 * Tue May 5 2009 Joshua Lock <josh@linux.intel.com> 0.0.2-1
282 - Package a snapshot/pre-release of Carrick 0.0.2
283 * Mon Apr 6 2009 Joshua Lock <josh@linux.intel.com> 0.0.1-1
284 - Intial, horrible, version of meego-panel-networks. Should provide basic functionality
285 until rewrite on the new connman api lands
286 - Add icons and autostart file
287 * Wed Apr 1 2009 Joshua Lock <josh@linux.intel.com> 0.0.0-1
288 - Initial package for Carrick - very early snapshot