meego-panel-networks/meego-panel-networks.spec

Fri, 11 Mar 2011 21:30:26 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:30:26 +0100
changeset 0
4f133201e207
child 1
4667f24fe848
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

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

mercurial