require dconf [release 0.9.8.10-2mamba;Mon Jun 30 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 07:36:09 +01:00
parent 7e345dfea3
commit 08f55cba3d

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: network-manager-applet Name: network-manager-applet
Version: 0.9.8.10 Version: 0.9.8.10
Release: 1mamba Release: 2mamba
Summary: A GNOME applet to control network connections Summary: A GNOME applet to control network connections
Group: Graphical Desktop/Applications/Networking Group: Graphical Desktop/Applications/Networking
Vendor: openmamba Vendor: openmamba
@ -61,6 +61,7 @@ Requires: gnome-keyring
Requires(post):hicolor-icon-theme Requires(post):hicolor-icon-theme
Requires: notification-daemon Requires: notification-daemon
Requires: networkmanagervpnplugin Requires: networkmanagervpnplugin
Requires: dconf
Provides: networkmanagergui Provides: networkmanagergui
Obsoletes: wicd Obsoletes: wicd
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -88,7 +89,8 @@ This is the development package for the libraries.
%build %build
%configure \ %configure \
--with-gtk=3 --with-gtk=3 \
CFLAGS="%{optflags} -Wno-error=deprecated-declarations"
%make %make
@ -150,6 +152,9 @@ fi
%doc ChangeLog NEWS %doc ChangeLog NEWS
%changelog %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 * Thu Jun 05 2014 Automatic Build System <autodist@mambasoft.it> 0.9.8.10-1mamba
- automatic version update by autodist - automatic version update by autodist