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.

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

mercurial