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

Fri, 11 Mar 2011 21:39:41 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:39:41 +0100
changeset 2
e3665a058d13
parent 0
4f133201e207
permissions
-rw-r--r--

Import new package specs for introduction into repository.

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

mercurial