require dconf [release 0.9.8.10-2mamba;Mon Jun 30 2014]
This commit is contained in:
parent
7e345dfea3
commit
08f55cba3d
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: network-manager-applet
|
||||
Version: 0.9.8.10
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A GNOME applet to control network connections
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
Vendor: openmamba
|
||||
@ -61,6 +61,7 @@ Requires: gnome-keyring
|
||||
Requires(post):hicolor-icon-theme
|
||||
Requires: notification-daemon
|
||||
Requires: networkmanagervpnplugin
|
||||
Requires: dconf
|
||||
Provides: networkmanagergui
|
||||
Obsoletes: wicd
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -88,7 +89,8 @@ This is the development package for the libraries.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--with-gtk=3
|
||||
--with-gtk=3 \
|
||||
CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
|
||||
|
||||
%make
|
||||
|
||||
@ -150,6 +152,9 @@ fi
|
||||
%doc ChangeLog NEWS
|
||||
|
||||
%changelog
|
||||
* Mon Jun 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.8.10-2mamba
|
||||
- require dconf
|
||||
|
||||
* Thu Jun 05 2014 Automatic Build System <autodist@mambasoft.it> 0.9.8.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user