automatic version update by autodist [release 2.40.1-1mamba;Tue Apr 15 2014]
This commit is contained in:
parent
738a2b7ad3
commit
78659473bd
@ -1,2 +1,5 @@
|
|||||||
# glib-networking
|
# glib-networking
|
||||||
|
|
||||||
|
This package contains modules that extend the networking support in GIO.
|
||||||
|
In particular, it contains a libproxy-based GProxyResolver implementation and a gnutls-based GTlsConnection implementation.
|
||||||
|
|
||||||
|
150
glib-networking.spec
Normal file
150
glib-networking.spec
Normal file
@ -0,0 +1,150 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
%define with_libproxy 1
|
||||||
|
Name: glib-networking
|
||||||
|
Version: 2.40.1
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Networking support for GLib
|
||||||
|
Group: Development/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||||
|
URL: http://www.gnome.org
|
||||||
|
Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz
|
||||||
|
License: LGPL
|
||||||
|
BuildRequires: intltool
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: ca-certificates
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libgnutls-devel
|
||||||
|
BuildRequires: libgpg-error-devel
|
||||||
|
%if %with_libproxy
|
||||||
|
BuildRequires: libproxy-devel
|
||||||
|
%endif
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: libtasn1-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: gsettings-desktop-schemas-devel
|
||||||
|
Requires: ca-certificates
|
||||||
|
Requires: gsettings-desktop-schemas
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains modules that extend the networking support in GIO.
|
||||||
|
In particular, it contains a libproxy-based GProxyResolver implementation and a gnutls-based GTlsConnection implementation.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure \
|
||||||
|
%if %with_libproxy
|
||||||
|
--with-libproxy \
|
||||||
|
%else
|
||||||
|
--without-libproxy \
|
||||||
|
%endif
|
||||||
|
--disable-installed-tests \
|
||||||
|
--with-ca-certificates=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall testfilesdir=%{_datadir}/%{name}/tests/
|
||||||
|
|
||||||
|
rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post
|
||||||
|
%{_bindir}/gio-querymodules %{_libdir}/gio/modules
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%{_bindir}/gio-querymodules %{_libdir}/gio/modules
|
||||||
|
:
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%if %with_libproxy
|
||||||
|
%{_libdir}/gio/modules/libgiolibproxy.so
|
||||||
|
%endif
|
||||||
|
%{_libdir}/gio/modules/libgiognomeproxy.so
|
||||||
|
%{_libexecdir}/glib-pacrunner
|
||||||
|
%{_datadir}/dbus-1/services/org.gtk.GLib.PACRunner.service
|
||||||
|
%{_libdir}/gio/modules/libgiognutls.so
|
||||||
|
#%{_datadir}/%{name}/tests/*
|
||||||
|
%doc COPYING
|
||||||
|
#NEWS README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Apr 15 2014 Automatic Build System <autodist@mambasoft.it> 2.40.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 31 2014 Automatic Build System <autodist@mambasoft.it> 2.40.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 2.38.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Oct 27 2013 Automatic Build System <autodist@mambasoft.it> 2.38.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 22 2013 Automatic Build System <autodist@mambasoft.it> 2.37.5-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 16 2013 Automatic Build System <autodist@mambasoft.it> 2.37.4-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed May 29 2013 Automatic Build System <autodist@mambasoft.it> 2.37.2-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed May 01 2013 Automatic Build System <autodist@mambasoft.it> 2.37.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 2.36.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 2.36.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 15 2012 Automatic Build System <autodist@mambasoft.it> 2.34.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Sep 27 2012 Automatic Build System <autodist@mambasoft.it> 2.34.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 15 2012 Automatic Build System <autodist@mambasoft.it> 2.32.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Apr 17 2012 Automatic Build System <autodist@mambasoft.it> 2.32.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Apr 04 2012 Automatic Build System <autodist@mambasoft.it> 2.32.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 24 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.2-2mamba
|
||||||
|
- provide correct path for ca-certificate ca-bundle.crt file
|
||||||
|
|
||||||
|
* Wed Jan 04 2012 Automatic Build System <autodist@mambasoft.it> 2.30.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Oct 18 2011 Automatic Build System <autodist@mambasoft.it> 2.30.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Oct 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.0-2mamba
|
||||||
|
- added requirement for gsettings-desktop-schemas
|
||||||
|
|
||||||
|
* Sat Oct 01 2011 Automatic Build System <autodist@mambasoft.it> 2.30.0-1mamba
|
||||||
|
- update to 2.30.0
|
||||||
|
|
||||||
|
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.28.7-1mamba
|
||||||
|
- update to 2.28.7
|
||||||
|
|
||||||
|
* Wed Feb 23 2011 gil <puntogil@libero.it> 2.28.0-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user