diff -r 000000000000 -r 4f133201e207 meego-panel-networks/meego-panel-networks.spec --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/meego-panel-networks/meego-panel-networks.spec Fri Mar 11 21:30:26 2011 +0100 @@ -0,0 +1,288 @@ +# +# Do NOT Edit the Auto-generated Part! +# Generated by: spectacle version 0.20 +# +# >> macros +# << macros + +Name: meego-panel-networks +Summary: Connection management panel +Version: 1.2.15 +Release: 2.1 +Group: Applications/Internet +License: GPL 2 +URL: http://www.meego.org +Source0: %{name}-%{version}.tar.gz +Source100: meego-panel-networks.yaml +Patch0: 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch +Requires: mobile-broadband-provider-info +Requires: iso-codes +Requires(post): /bin/touch +Requires(post): gtk2 +BuildRequires: pkgconfig(gtk+-2.0) +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(gconf-2.0) +BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(mx-gtk-1.0) +BuildRequires: pkgconfig(meego-panel) >= 0.49.0 +BuildRequires: pkgconfig(rest-0.7) +BuildRequires: pkgconfig(mobile-broadband-provider-info) +BuildRequires: pkgconfig(iso-codes) +BuildRequires: intltool +BuildRequires: gnome-common +Obsoletes: gconnman +Obsoletes: carrick + + +%description +A connection management panel for Mutter-Meego. + + + +%prep +%setup -q -n %{name}-%{version} + +# 0001-list-Fix-fallback-information-text-MBC-7544-MBC-5632.patch +%patch0 -p1 +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +%configure --disable-static +make %{?jobs:-j%jobs} + +# >> build post +# << build post +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +%make_install + +# >> install post +# << install post +%find_lang meego-panel-networks + + + +%post +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + +%postun +/bin/touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache \ + --quiet %{_datadir}/icons/hicolor 2> /dev/null|| : + + +%files -f meego-panel-networks.lang +%defattr(-,root,root,-) +# >> files +%doc COPYING +%{_sysconfdir}/xdg/autostart/carrick.desktop +%{_libexecdir}/carrick-connection-panel +%{_libexecdir}/carrick-3g-wizard +%{_datadir}/meego-panel-networks/icons/* +%{_datadir}/meego-panel-networks/theme/* +%{_datadir}/dbus-1/services/com.meego.UX.Shell.Panels.network.service +%{_datadir}/mutter-meego/panels/carrick.desktop +# << files + + +%changelog +* Mon Oct 18 2010 Jussi Kukkonen - 1.2.15 +- add patch: Fix fallback information text (BMC#7544, BMC#5632) +* Mon Oct 4 2010 Jussi Kukkonen - 1.2.15 +- OpenConnect VPN integration (BMC#3201) +- Set immutable service config insensitive (BMC#7816) +- Make sure passphrases in model are up-to-date (BMC#3200) +- never ask passphrase for immutable service (BMC#3199) +- Support Fixed ipv4 method (BMC#2784) +- show rfkilled tech-switches as insensitive (BMC#5003) +- Translations +* Thu Aug 5 2010 Ross Burton - 1.2.14 +- Update to rest-0.7 +- Translations +* Mon Jul 12 2010 Ross Burton - 1.2.13 +- Update OnlyShowIn name +- Add DNS to manual configuration +* Mon Jun 21 2010 Ross Burton - 1.2.12.1 +- Rename to meego-panel-networks +* Thu Jun 17 2010 Ross Burton - 1.2.12 +- Trank service name changes +- Fix notification suppression +- Skip the disconnect -> connect cycle when setting IPv4 +- Only use a single notification (BMC#2208) +- Don't show notifications if the window is visible (BMC#2207) +- Don't set a 10s notification timeout, use the default (BMC#2211) +- Don't set the widget state when dragging (BMC#2247) +* Fri May 14 2010 Ross Burton - 1.2.11 +- i18n updates (BMC#1670) +* Tue May 11 2010 Ross Burton - 1.2.10 +- Add static IP configuration (BMC#1066) +- Fix the widget colours (BMC#1933) +* Fri May 7 2010 Ross Burton - 1.2.9.1 +- i18n updates (BMC#1670) +* Thu May 6 2010 Ross Burton - 1.2.9 +- Update panel icon artwork (BMC#1819) +- Fix banner colours (BMC#1564) +* Wed Apr 28 2010 Ross Burton - 1.2.8 +- Remove nbtk build dependency, it should be mx (MBC#1463) +* Wed Apr 14 2010 Ross Burton - 1.2.8 +- Minor UI changes +- Fix packing of the network list +* Tue Apr 6 2010 Ross Burton - 1.2.7 +- Fix packing of the network list +* Wed Mar 31 2010 Ross Burton - 1.2.6 +- Fix notifications +- Update look to be closer to design review +* Wed Mar 31 2010 Ross Burton - 1.2.5 +- Remove styles duplicated from mutter (MB#267) +- Update for ConnMan changes +- Don't hardcode the meego theme +- i10n updates +* Wed Feb 17 2010 Ross Burton - 1.2.4 +- Port to MX +- Add plug-and-socket support +* Tue Feb 9 2010 Ross Burton - 1.2.3 +- Allow service drag-and-drop (MB#9520) +* Fri Jan 29 2010 Ross Burton - 1.2.2 +- Theme fixes +* Wed Jan 6 2010 Ross Burton - 1.2.1 +- MX fixes (MB#8953, MB#8917) +* Fri Dec 4 2009 Ross Burton - 1.2.0 +- Update to work with new mutter-meego +* Mon Nov 2 2009 Ross Burton - 1.1.13 +- Fix WPA key verification (MB#6895) +* Thu Oct 29 2009 Ross Burton - 1.1.12 +- Handle both ASCII and hex WEP keys (MB#7459) +* Tue Oct 27 2009 Ross Burton - 1.1.11 +- Focus panel after closing Delete dialog (MB#7412) +- Close the panel after spawning 3G wizard +- More i18n +* Mon Oct 26 2009 Ross Burton - 1.1.10 +- Explicitely focus panel window when closing connection dialog (MB#7304) +- More i10n +* Thu Oct 22 2009 Joshua Lock - 1.1.9 +- Add a D-Bus service file (MB#7090) +- Ensure icon is updated when no more services exist (MB#6400) +- More l10n +* Fri Oct 16 2009 Joshua Lock - 1.1.8 +- Correctly set the parent of add new connection dialog (MB#6855) +- Fix scan triggering (MB#3052) +* Wed Oct 14 2009 Ross Burton - 1.1.7 +- Fix WPA/RSN passphrase length validation +- More translations +- Handle unset username or passwords in 3G (#6792) +* Mon Oct 12 2009 Joshua Lock - 1.1.6-2 +- Fix passphrase length validation (MB#6663) +- Enhance removal of connection failed services (MB#5026) +- Fix Traditional Chinese translation (MB#6486) +* Thu Oct 8 2009 Ross Burton - 1.1.6 +- Update for librest package rename +- Correctly validate passphases (MB#5218) +* Thu Oct 8 2009 Ross Burton - 1.1.5 +- Hopefully the final development release +- 3G wizard (MB#5825) +- Ability to remove failed networks (MB#5026) +- Validate passphrase length (MB#5218) +- Translation updates (MB#6570) +* Wed Sep 23 2009 Joshua Lock - 1.1.4 +- Fifth development release in 1.1.x series +- Remove old code to hide the panel when dialog opens, fixes MB#5961 +- Always change the toolbar icon when the connection changes, fixes MB#6285 +- Translation updates +* Fri Sep 18 2009 Joshua Lock - 1.1.3 +- Fourth development release in 1.1.x series +- Don't report connection lost when activating offline mode +- Use Nbtk-1.2 +* Tue Sep 15 2009 Joshua Lock - 1.1.2 +- Third development release in 1.1.x series +- Fix crash on start MB#6120 +- Maintain widget size, fixes MB#6034 +- Make the panel, with hide decoration, fit on the screen. Fixes MB#5953 +- Hide the passphrase entry if the clear button is clicked on an empty entry +- Increase the D-Bus timeout for the duration of Connect and ConnectService +- Monitor the NameOwnerChanged signal and handle the daemon dissapearing, etc. +- Make package obsolete gconnman +- Updated icons +* Sat Sep 12 2009 Joshua Lock - 1.1.1 +- Second development release in the 1.1.x series +- Report full state machine of the daemon (MB#3922) +- Toolbar tooltip reports current connection and configuring state (MB#4370) +- Switch to autogenerated D-Bus bindings rather than raw D-Bus calls +- Fix various regressions and bugs introduced since 1.0.x (MB# 5957, 5959, + 5960, 5961, 5964, 6035 & 6041) +* Mon Sep 7 2009 Joshua Lock - 1.1.0 +- Development release +- Remove use of gconnman +- Switch to new Mutter-Meego D-Bus API +* Wed Jul 29 2009 Joshua Lock - 1.0-4 +- Fix bug 4846, the connection icon doesn't change to no-connection state + once we have succesfully connected. +- Fix bug 4848, a crasher caused by sending a translated string in a value + to a ConnMan D-Bus method. +* Tue Jul 28 2009 Joshua Lock - 1.0-3 +- Workaround for bug 4163 - toolbar icon not correctly set when + booting with ethernet cable plugged in +- Fix for bug 2770 - Notifications report nonsense under certain + circumstances +* Mon Jul 27 2009 Joshua Lock - 1.0 +- Updated translations +- Update for gconnman 0.5.0 API change +* Fri Jul 24 2009 Joshua Lock - 0.9.0 +- Fix MB #4319 - incorrect highlighting on top service item +- Visual tweaks +- Fix MB #2975 - only show notifications when user didn't trigger event +* Mon Jul 20 2009 Joshua Lock - 0.0.13 +- 0.0.13 release +- UI changes; always show switches, align service connect/disconnect buttons +- Updated translations +- Updated strings for Notifications +- Initial fallback content +- Updated for new gconnman API +- Change the button to Cancel while connecting +* Wed Jul 15 2009 Joshua Lock - 0.0.12 +- 0.0.12 release +- More translation updates +- Visual tweaks +- Re-enable notification support. Partial fix for MB#2975 +* Wed Jul 8 2009 Joshua Lock - 0.0.11-2 +- Translation updates +- Stability improvements +- UI tweaks; in-place passphrase dialogs, etc. +* Tue Jun 30 2009 Anas Nashif - 0.0.11 +- Translation Updates (josh) +* Thu Jun 25 2009 Joshua Lock 0.0.10 +- New release fixes bugs: #3749 and #3688 +* Mon Jun 22 2009 Joshua Lock 0.0.9 +- New release to work with gconnman 0.1.16 +- Fix locaisation (#3619) +* Thu Jun 18 2009 Joshua Lock 0.0.8 +- New release +- Fixes bugs: #3021, #3052, #3120, #3633 +* Mon May 18 2009 Joshua Lock 0.0.6 +- Snapshot of 0.0.6 release +* Mon May 18 2009 Joshua Lock 0.0.5 +- Carrick 0.0.5 release +* Fri May 15 2009 Joshua Lock 0.0.4 +- Carrick 0.0.4 release +* Thu May 14 2009 Joshua Lock 0.0.3 +- First GPL release +- 0.0.3 release +* Tue May 12 2009 Damien Lespiau 0.0.2-2 +- LD_AS_NEEDED support +* Mon May 11 2009 Joshua Lock 0.0.2-2 +- Carrick 0.0.2 release +* Tue May 5 2009 Joshua Lock 0.0.2-1 +- Package a snapshot/pre-release of Carrick 0.0.2 +* Mon Apr 6 2009 Joshua Lock 0.0.1-1 +- Intial, horrible, version of meego-panel-networks. Should provide basic functionality + until rewrite on the new connman api lands +- Add icons and autostart file +* Wed Apr 1 2009 Joshua Lock 0.0.0-1 +- Initial package for Carrick - very early snapshot