initial import
This commit is contained in:
parent
5112c107bb
commit
96afc43d21
1
.gitignore
vendored
1
.gitignore
vendored
@ -0,0 +1 @@
|
|||||||
|
/glib-networking-2.25.0.tar.bz2
|
51
glib-networking.spec
Normal file
51
glib-networking.spec
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
Name: glib-networking
|
||||||
|
Version: 2.25.0
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: Proxy support for GLib
|
||||||
|
|
||||||
|
Group: Development/Libraries
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: http://www.gnome.org
|
||||||
|
Source: http://download.gnome.org/sources/glib-networking/2.25/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: libproxy-devel
|
||||||
|
BuildRequires: intltool
|
||||||
|
|
||||||
|
%description
|
||||||
|
This package contains modules that extend the networking support in GIO.
|
||||||
|
In particular, it contains a libproxy-based GIOResolver implementation.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --with-libproxy
|
||||||
|
|
||||||
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.a
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
|
||||||
|
|
||||||
|
%find_lang %{name}
|
||||||
|
|
||||||
|
%post
|
||||||
|
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||||
|
|
||||||
|
%postun
|
||||||
|
gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||||
|
|
||||||
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%doc COPYING NEWS README
|
||||||
|
%{_libdir}/gio/modules/libgiolibproxy.so
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.0-1
|
||||||
|
- Initial packaging
|
Loading…
Reference in New Issue
Block a user