automatic version update by autodist [release 0.9.8.6-1mamba;Fri Mar 14 2014]
This commit is contained in:
parent
a155838d91
commit
0679c9e1e3
113
NetworkManager-openconnect.spec
Normal file
113
NetworkManager-openconnect.spec
Normal file
@ -0,0 +1,113 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: NetworkManager-openconnect
|
||||
Version: 0.9.8.6
|
||||
Release: 1mamba
|
||||
Summary: NetworkManager plugin for openconnect Cisco's AnyConnect SSL VPN clients
|
||||
Group: Network/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnome.org
|
||||
Source: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/%{majver}/NetworkManager-openconnect-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: GConf-devel
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatk-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdbus-devel
|
||||
BuildRequires: libdbus-glib-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libnm-devel
|
||||
BuildRequires: libnspr-devel
|
||||
BuildRequires: libnss-devel
|
||||
BuildRequires: libopenconnect-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpixman-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: libpthread-stubs-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libXrender-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: ORBit2-devel
|
||||
BuildRequires: udev-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Provides: networkmanagervpnplugin
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
NetworkManager plugin for openconnect Cisco's AnyConnect SSL VPN clients.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/NetworkManager/VPN/nm-openconnect-service.name
|
||||
%{_sysconfdir}/dbus-1/system.d/nm-openconnect-service.conf
|
||||
%{_libdir}/NetworkManager/libnm-openconnect-properties.a
|
||||
%{_libdir}/NetworkManager/libnm-openconnect-properties.la
|
||||
%{_libdir}/NetworkManager/libnm-openconnect-properties.so
|
||||
%{_libexecdir}/nm-openconnect-auth-dialog
|
||||
%{_libexecdir}/nm-openconnect-service
|
||||
%{_libexecdir}/nm-openconnect-service-openconnect-helper
|
||||
%{_datadir}/gnome-vpn-properties/openconnect/nm-openconnect-dialog.ui
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Mar 14 2014 Automatic Build System <autodist@mambasoft.it> 0.9.8.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 15 2013 Automatic Build System <autodist@mambasoft.it> 0.9.8.4-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jun 08 2013 Automatic Build System <autodist@mambasoft.it> 0.9.8.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 21 2013 Automatic Build System <autodist@mambasoft.it> 0.9.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 05 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.6.2-2mamba
|
||||
- rebuild with openconnect 4.0.7
|
||||
|
||||
* Sat Aug 11 2012 Automatic Build System <autodist@mambasoft.it> 0.9.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.4.0-1mamba
|
||||
- update to 0.9.4.0
|
||||
|
||||
* Mon Mar 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2.0-1mamba
|
||||
- update to 0.9.2.0
|
||||
|
||||
* Fri Oct 28 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-1mamba
|
||||
- package created
|
Loading…
Reference in New Issue
Block a user