|
|
|
@ -22,13 +22,12 @@ Group: System Environment/Base
|
|
|
|
|
# - use generated NetworkManager-openvpn-0.8.tar.bz2
|
|
|
|
|
Source: %{name}-%{realversion}%{snapshot}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
BuildRequires: gtk3-devel >= %{gtk2_version}
|
|
|
|
|
BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
|
|
BuildRequires: NetworkManager-devel >= %{nm_version}
|
|
|
|
|
BuildRequires: NetworkManager-glib-devel >= %{nm_version}
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gnome-keyring-devel
|
|
|
|
|
BuildRequires: libgnome-keyring-devel
|
|
|
|
|
BuildRequires: libtool intltool gettext
|
|
|
|
|
Requires(post): %{_bindir}/update-desktop-database
|
|
|
|
|
Requires(postun): %{_bindir}/update-desktop-database
|
|
|
|
@ -57,16 +56,12 @@ export CFLAGS="$RPM_OPT_FLAGS -Wno-error=deprecated-declarations"
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
|
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/NetworkManager/lib*.la
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
/usr/bin/update-desktop-database > /dev/null
|
|
|
|
@ -97,6 +92,9 @@ fi
|
|
|
|
|
%dir %{_datadir}/gnome-vpn-properties/openvpn
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Feb 26 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1:0.9.0-4
|
|
|
|
|
- Update for unannounced gnome-keyring devel changes
|
|
|
|
|
|
|
|
|
|
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.9.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|