Accepting request 85392 from home:vuntz:branches:GNOME:Factory
Move to pkgconfig() BuildRequires OBS-URL: https://build.opensuse.org/request/show/85392 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/NetworkManager-strongswan?expand=0&rev=4
This commit is contained in:
parent
cac87de7d3
commit
11cf02afd6
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 08:22:12 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move to pkgconfig()-style BuildRequires:
|
||||||
|
+ Old ones: NetworkManager-devel, libglade2-devel,
|
||||||
|
libgnomeui-devel, libgudev-1_0-devel.
|
||||||
|
+ New ones: NetworkManager, dbus-glib-1, gnome-keyring-1,
|
||||||
|
gtk+-2.0, libgnomeui-2.0, libnm-glib,libnm-glib-vpn,
|
||||||
|
libnm-util.
|
||||||
|
- Remove unneeded update-desktop-files BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 28 15:33:35 CEST 2011 - dimstar@opensuse.org
|
Wed Sep 28 15:33:35 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -28,12 +28,15 @@ Source0: http://download.strongswan.org/NetworkManager/%{name}-%{version}
|
|||||||
Source1: README
|
Source1: README
|
||||||
# PATCH-FIX-UPSTREAM nm-strongswan-service-conf.patch binli@opensuse.org -- Dismiss the rpmlint warning for 'send_interface'
|
# PATCH-FIX-UPSTREAM nm-strongswan-service-conf.patch binli@opensuse.org -- Dismiss the rpmlint warning for 'send_interface'
|
||||||
Patch0: nm-strongswan-service-conf.patch
|
Patch0: nm-strongswan-service-conf.patch
|
||||||
BuildRequires: NetworkManager-devel >= 0.9.0
|
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libglade2-devel
|
BuildRequires: pkgconfig(NetworkManager) >= 0.9.0
|
||||||
BuildRequires: libgnomeui-devel
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.30
|
||||||
BuildRequires: libgudev-1_0-devel
|
BuildRequires: pkgconfig(gnome-keyring-1)
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: pkgconfig(gtk+-2.0) >= 2.6
|
||||||
|
BuildRequires: pkgconfig(libgnomeui-2.0)
|
||||||
|
BuildRequires: pkgconfig(libnm-glib)
|
||||||
|
BuildRequires: pkgconfig(libnm-glib-vpn)
|
||||||
|
BuildRequires: pkgconfig(libnm-util)
|
||||||
Requires: %{name}-frontend
|
Requires: %{name}-frontend
|
||||||
Requires: NetworkManager >= 0.9.0
|
Requires: NetworkManager >= 0.9.0
|
||||||
Requires: strongswan >= 4.1.13
|
Requires: strongswan >= 4.1.13
|
||||||
@ -70,7 +73,7 @@ cp %{SOURCE1} README.SUSE
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
%find_lang %{name}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -87,7 +90,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/NetworkManager/libnm-strongswan-properties.so
|
%{_libdir}/NetworkManager/libnm-strongswan-properties.so
|
||||||
%{_libexecdir}/nm-strongswan-auth-dialog
|
%{_libexecdir}/nm-strongswan-auth-dialog
|
||||||
%{_datadir}/gnome-vpn-properties
|
%{_datadir}/gnome-vpn-properties/
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user