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

changeset 0
4f133201e207
child 1
4667f24fe848
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/meego-panel-networks/meego-panel-networks.spec	Fri Mar 11 21:30:26 2011 +0100
     1.3 @@ -0,0 +1,288 @@
     1.4 +# 
     1.5 +# Do NOT Edit the Auto-generated Part!
     1.6 +# Generated by: spectacle version 0.20
     1.7 +# 
     1.8 +# >> macros
     1.9 +# << macros
    1.10 +
    1.11 +Name:       meego-panel-networks
    1.12 +Summary:    Connection management panel
    1.13 +Version:    1.2.15
    1.14 +Release:    2.1
    1.15 +Group:      Applications/Internet
    1.16 +License:    GPL 2
    1.17 +URL:        http://www.meego.org
    1.18 +Source0:    %{name}-%{version}.tar.gz
    1.19 +Source100:  meego-panel-networks.yaml
    1.20 +Patch0:     0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch
    1.21 +Requires:   mobile-broadband-provider-info
    1.22 +Requires:   iso-codes
    1.23 +Requires(post): /bin/touch
    1.24 +Requires(post): gtk2
    1.25 +BuildRequires:  pkgconfig(gtk+-2.0)
    1.26 +BuildRequires:  pkgconfig(dbus-glib-1)
    1.27 +BuildRequires:  pkgconfig(gconf-2.0)
    1.28 +BuildRequires:  pkgconfig(libnotify)
    1.29 +BuildRequires:  pkgconfig(mx-gtk-1.0)
    1.30 +BuildRequires:  pkgconfig(meego-panel) >= 0.49.0
    1.31 +BuildRequires:  pkgconfig(rest-0.7)
    1.32 +BuildRequires:  pkgconfig(mobile-broadband-provider-info)
    1.33 +BuildRequires:  pkgconfig(iso-codes)
    1.34 +BuildRequires:  intltool
    1.35 +BuildRequires:  gnome-common
    1.36 +Obsoletes:   gconnman
    1.37 +Obsoletes:   carrick
    1.38 +
    1.39 +
    1.40 +%description
    1.41 +A connection management panel for Mutter-Meego.
    1.42 +
    1.43 +
    1.44 +
    1.45 +%prep
    1.46 +%setup -q -n %{name}-%{version}
    1.47 +
    1.48 +# 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch
    1.49 +%patch0 -p1
    1.50 +# >> setup
    1.51 +# << setup
    1.52 +
    1.53 +%build
    1.54 +# >> build pre
    1.55 +# << build pre
    1.56 +
    1.57 +%configure --disable-static
    1.58 +make %{?jobs:-j%jobs}
    1.59 +
    1.60 +# >> build post
    1.61 +# << build post
    1.62 +%install
    1.63 +rm -rf %{buildroot}
    1.64 +# >> install pre
    1.65 +# << install pre
    1.66 +%make_install
    1.67 +
    1.68 +# >> install post
    1.69 +# << install post
    1.70 +%find_lang meego-panel-networks
    1.71 +
    1.72 +
    1.73 +
    1.74 +%post
    1.75 +/bin/touch --no-create %{_datadir}/icons/hicolor || :
    1.76 +%{_bindir}/gtk-update-icon-cache \
    1.77 +  --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :
    1.78 +
    1.79 +%postun
    1.80 +/bin/touch --no-create %{_datadir}/icons/hicolor || :
    1.81 +%{_bindir}/gtk-update-icon-cache \
    1.82 +  --quiet %{_datadir}/icons/hicolor 2> /dev/null|| :
    1.83 +
    1.84 +
    1.85 +%files -f meego-panel-networks.lang
    1.86 +%defattr(-,root,root,-)
    1.87 +# >> files
    1.88 +%doc COPYING
    1.89 +%{_sysconfdir}/xdg/autostart/carrick.desktop
    1.90 +%{_libexecdir}/carrick-connection-panel
    1.91 +%{_libexecdir}/carrick-3g-wizard
    1.92 +%{_datadir}/meego-panel-networks/icons/*
    1.93 +%{_datadir}/meego-panel-networks/theme/*
    1.94 +%{_datadir}/dbus-1/services/com.meego.UX.Shell.Panels.network.service
    1.95 +%{_datadir}/mutter-meego/panels/carrick.desktop
    1.96 +# << files
    1.97 +
    1.98 +
    1.99 +%changelog
   1.100 +* Mon Oct 18 2010 Jussi Kukkonen <jku@linux.intel.com> - 1.2.15
   1.101 +- add patch: Fix fallback information text (BMC#7544, BMC#5632)
   1.102 +* Mon Oct  4 2010 Jussi Kukkonen <jku@linux.intel.com> - 1.2.15
   1.103 +- OpenConnect VPN integration (BMC#3201)
   1.104 +- Set immutable service config insensitive (BMC#7816)
   1.105 +- Make sure passphrases in model are up-to-date (BMC#3200)
   1.106 +- never ask passphrase for immutable service (BMC#3199)
   1.107 +- Support Fixed ipv4 method (BMC#2784)
   1.108 +- show rfkilled tech-switches as insensitive (BMC#5003)
   1.109 +- Translations
   1.110 +* Thu Aug  5 2010 Ross Burton <ross@linux.intel.com> - 1.2.14
   1.111 +- Update to rest-0.7
   1.112 +- Translations
   1.113 +* Mon Jul 12 2010 Ross Burton <ross@linux.intel.com> - 1.2.13
   1.114 +- Update OnlyShowIn name
   1.115 +- Add DNS to manual configuration
   1.116 +* Mon Jun 21 2010 Ross Burton <ross@linux.intel.com> - 1.2.12.1
   1.117 +- Rename to meego-panel-networks
   1.118 +* Thu Jun 17 2010 Ross Burton <ross@linux.intel.com> - 1.2.12
   1.119 +- Trank service name changes
   1.120 +- Fix notification suppression
   1.121 +- Skip the disconnect -> connect cycle when setting IPv4
   1.122 +- Only use a single notification (BMC#2208)
   1.123 +- Don't show notifications if the window is visible (BMC#2207)
   1.124 +- Don't set a 10s notification timeout, use the default (BMC#2211)
   1.125 +- Don't set the widget state when dragging (BMC#2247)
   1.126 +* Fri May 14 2010 Ross Burton <ross@linux.intel.com> - 1.2.11
   1.127 +- i18n updates (BMC#1670)
   1.128 +* Tue May 11 2010 Ross Burton <ross@linux.intel.com> - 1.2.10
   1.129 +- Add static IP configuration (BMC#1066)
   1.130 +- Fix the widget colours (BMC#1933)
   1.131 +* Fri May  7 2010 Ross Burton <ross@linux.intel.com> - 1.2.9.1
   1.132 +- i18n updates (BMC#1670)
   1.133 +* Thu May  6 2010 Ross Burton <ross@linux.intel.com> - 1.2.9
   1.134 +- Update panel icon artwork (BMC#1819)
   1.135 +- Fix banner colours (BMC#1564)
   1.136 +* Wed Apr 28 2010 Ross Burton <ross@linux.intel.com> - 1.2.8
   1.137 +- Remove nbtk build dependency, it should be mx (MBC#1463)
   1.138 +* Wed Apr 14 2010 Ross Burton <ross@linux.intel.com> - 1.2.8
   1.139 +- Minor UI changes
   1.140 +- Fix packing of the network list
   1.141 +* Tue Apr  6 2010 Ross Burton <ross@linux.intel.com> - 1.2.7
   1.142 +- Fix packing of the network list
   1.143 +* Wed Mar 31 2010 Ross Burton <ross@linux.intel.com> - 1.2.6
   1.144 +- Fix notifications
   1.145 +- Update look to be closer to design review
   1.146 +* Wed Mar 31 2010 Ross Burton <ross@linux.intel.com> - 1.2.5
   1.147 +- Remove styles duplicated from mutter (MB#267)
   1.148 +- Update for ConnMan changes
   1.149 +- Don't hardcode the meego theme
   1.150 +- i10n updates
   1.151 +* Wed Feb 17 2010 Ross Burton <ross@linux.intel.com> - 1.2.4
   1.152 +- Port to MX
   1.153 +- Add plug-and-socket support
   1.154 +* Tue Feb  9 2010 Ross Burton <ross@linux.intel.com> - 1.2.3
   1.155 +- Allow service drag-and-drop (MB#9520)
   1.156 +* Fri Jan 29 2010 Ross Burton <ross@linux.intel.com> - 1.2.2
   1.157 +- Theme fixes
   1.158 +* Wed Jan  6 2010 Ross Burton <ross@linux.intel.com> - 1.2.1
   1.159 +- MX fixes (MB#8953, MB#8917)
   1.160 +* Fri Dec  4 2009 Ross Burton <ross@linux.intel.com> - 1.2.0
   1.161 +- Update to work with new mutter-meego
   1.162 +* Mon Nov  2 2009 Ross Burton <ross@linux.intel.com> - 1.1.13
   1.163 +- Fix WPA key verification (MB#6895)
   1.164 +* Thu Oct 29 2009 Ross Burton <ross@linux.intel.com> - 1.1.12
   1.165 +- Handle both ASCII and hex WEP keys (MB#7459)
   1.166 +* Tue Oct 27 2009 Ross Burton <ross@linux.intel.com> - 1.1.11
   1.167 +- Focus panel after closing Delete dialog (MB#7412)
   1.168 +- Close the panel after spawning 3G wizard
   1.169 +- More i18n
   1.170 +* Mon Oct 26 2009 Ross Burton <ross@linux.intel.com> - 1.1.10
   1.171 +- Explicitely focus panel window when closing connection dialog (MB#7304)
   1.172 +- More i10n
   1.173 +* Thu Oct 22 2009 Joshua Lock <josh@linux.intel.com> - 1.1.9
   1.174 +- Add a D-Bus service file (MB#7090)
   1.175 +- Ensure icon is updated when no more services exist (MB#6400)
   1.176 +- More l10n
   1.177 +* Fri Oct 16 2009 Joshua Lock <josh@linux.intel.com> - 1.1.8
   1.178 +- Correctly set the parent of add new connection dialog (MB#6855)
   1.179 +- Fix scan triggering (MB#3052)
   1.180 +* Wed Oct 14 2009 Ross Burton <ross@linux.intel.com> - 1.1.7
   1.181 +- Fix WPA/RSN passphrase length validation
   1.182 +- More translations
   1.183 +- Handle unset username or passwords in 3G (#6792)
   1.184 +* Mon Oct 12 2009 Joshua Lock <josh@linux.intel.com> - 1.1.6-2
   1.185 +- Fix passphrase length validation (MB#6663)
   1.186 +- Enhance removal of connection failed services (MB#5026)
   1.187 +- Fix Traditional Chinese translation (MB#6486)
   1.188 +* Thu Oct  8 2009 Ross Burton <ross@linux.intel.com> - 1.1.6
   1.189 +- Update for librest package rename
   1.190 +- Correctly validate passphases (MB#5218)
   1.191 +* Thu Oct  8 2009 Ross Burton <ross@linux.intel.com> - 1.1.5
   1.192 +- Hopefully the final development release
   1.193 +- 3G wizard (MB#5825)
   1.194 +- Ability to remove failed networks (MB#5026)
   1.195 +- Validate passphrase length (MB#5218)
   1.196 +- Translation updates (MB#6570)
   1.197 +* Wed Sep 23 2009 Joshua Lock <josh@linux.intel.com> - 1.1.4
   1.198 +- Fifth development release in 1.1.x series
   1.199 +- Remove old code to hide the panel when dialog opens, fixes MB#5961
   1.200 +- Always change the toolbar icon when the connection changes, fixes MB#6285
   1.201 +- Translation updates
   1.202 +* Fri Sep 18 2009 Joshua Lock <josh@linux.intel.com> - 1.1.3
   1.203 +- Fourth development release in 1.1.x series
   1.204 +- Don't report connection lost when activating offline mode
   1.205 +- Use Nbtk-1.2
   1.206 +* Tue Sep 15 2009 Joshua Lock <josh@linux.intel.com> - 1.1.2
   1.207 +- Third development release in 1.1.x series
   1.208 +- Fix crash on start MB#6120
   1.209 +- Maintain widget size, fixes MB#6034
   1.210 +- Make the panel, with hide decoration, fit on the screen. Fixes MB#5953
   1.211 +- Hide the passphrase entry if the clear button is clicked on an empty entry
   1.212 +- Increase the D-Bus timeout for the duration of Connect and ConnectService
   1.213 +- Monitor the NameOwnerChanged signal and handle the daemon dissapearing, etc.
   1.214 +- Make package obsolete gconnman
   1.215 +- Updated icons
   1.216 +* Sat Sep 12 2009 Joshua Lock <josh@linux.intel.com> - 1.1.1
   1.217 +- Second development release in the 1.1.x series
   1.218 +- Report full state machine of the daemon (MB#3922)
   1.219 +- Toolbar tooltip reports current connection and configuring state (MB#4370)
   1.220 +- Switch to autogenerated D-Bus bindings rather than raw D-Bus calls
   1.221 +- Fix various regressions and bugs introduced since 1.0.x (MB# 5957, 5959,
   1.222 +  5960, 5961, 5964, 6035 & 6041)
   1.223 +* Mon Sep  7 2009 Joshua Lock <josh@linux.intel.com> - 1.1.0
   1.224 +- Development release
   1.225 +- Remove use of gconnman
   1.226 +- Switch to new Mutter-Meego D-Bus API
   1.227 +* Wed Jul 29 2009 Joshua Lock <josh@linux.intel.com> - 1.0-4
   1.228 +- Fix bug 4846, the connection icon doesn't change to no-connection state
   1.229 +  once we have succesfully connected.
   1.230 +- Fix bug 4848, a crasher caused by sending a translated string in a value
   1.231 +  to a ConnMan D-Bus method.
   1.232 +* Tue Jul 28 2009 Joshua Lock <josh@linux.intel.com> - 1.0-3
   1.233 +- Workaround for bug 4163 - toolbar icon not correctly set when
   1.234 +  booting with ethernet cable plugged in
   1.235 +- Fix for bug 2770 - Notifications report nonsense under certain
   1.236 +  circumstances
   1.237 +* Mon Jul 27 2009 Joshua Lock <josh@linux.intel.com> - 1.0
   1.238 +- Updated translations
   1.239 +- Update for gconnman 0.5.0 API change
   1.240 +* Fri Jul 24 2009 Joshua Lock <josh@linux.intel.com> - 0.9.0
   1.241 +- Fix MB #4319 - incorrect highlighting on top service item
   1.242 +- Visual tweaks
   1.243 +- Fix MB #2975 - only show notifications when user didn't trigger event
   1.244 +* Mon Jul 20 2009 Joshua Lock <josh@linux.intel.com> - 0.0.13
   1.245 +- 0.0.13 release
   1.246 +- UI changes; always show switches, align service connect/disconnect buttons
   1.247 +- Updated translations
   1.248 +- Updated strings for Notifications
   1.249 +- Initial fallback content
   1.250 +- Updated for new gconnman API
   1.251 +- Change the button to Cancel while connecting
   1.252 +* Wed Jul 15 2009 Joshua Lock <josh@linux.intel.com> - 0.0.12
   1.253 +- 0.0.12 release
   1.254 +- More translation updates
   1.255 +- Visual tweaks
   1.256 +- Re-enable notification support. Partial fix for MB#2975
   1.257 +* Wed Jul  8 2009 Joshua Lock <josh@linux.intel.com> - 0.0.11-2
   1.258 +- Translation updates
   1.259 +- Stability improvements
   1.260 +- UI tweaks; in-place passphrase dialogs, etc.
   1.261 +* Tue Jun 30 2009 Anas Nashif <anas.nashif@intel.com> - 0.0.11
   1.262 +- Translation Updates (josh)
   1.263 +* Thu Jun 25 2009 Joshua Lock <josh@linux.intel.com> 0.0.10
   1.264 +- New release fixes bugs: #3749 and #3688
   1.265 +* Mon Jun 22 2009 Joshua Lock <josh@linux.intel.com> 0.0.9
   1.266 +- New release to work with gconnman 0.1.16
   1.267 +- Fix locaisation (#3619)
   1.268 +* Thu Jun 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.8
   1.269 +- New release
   1.270 +- Fixes bugs: #3021, #3052, #3120, #3633
   1.271 +* Mon May 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.6
   1.272 +- Snapshot of 0.0.6 release
   1.273 +* Mon May 18 2009 Joshua Lock <josh@linux.intel.com> 0.0.5
   1.274 +- Carrick 0.0.5 release
   1.275 +* Fri May 15 2009 Joshua Lock <josh@linux.intel.com> 0.0.4
   1.276 +- Carrick 0.0.4 release
   1.277 +* Thu May 14 2009 Joshua Lock <josh@linux.intel.com> 0.0.3
   1.278 +- First GPL release
   1.279 +- 0.0.3 release
   1.280 +* Tue May 12 2009 Damien Lespiau <damien.lespiau@intel.com> 0.0.2-2
   1.281 +- LD_AS_NEEDED support
   1.282 +* Mon May 11 2009 Joshua Lock <josh@linux.intel.com> 0.0.2-2
   1.283 +- Carrick 0.0.2 release
   1.284 +* Tue May  5 2009 Joshua Lock <josh@linux.intel.com> 0.0.2-1
   1.285 +- Package a snapshot/pre-release of Carrick 0.0.2
   1.286 +* Mon Apr  6 2009 Joshua Lock <josh@linux.intel.com> 0.0.1-1
   1.287 +- Intial, horrible, version of meego-panel-networks. Should provide basic functionality
   1.288 +  until rewrite on the new connman api lands
   1.289 +- Add icons and autostart file
   1.290 +* Wed Apr  1 2009 Joshua Lock <josh@linux.intel.com> 0.0.0-1
   1.291 +- Initial package for Carrick - very early snapshot

mercurial