2.33.2
Use --disable-static instead of removing built static libs in %install.
This commit is contained in:
parent
2152ec419b
commit
c08111bc96
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/glib-networking-2.31.22.tar.xz
|
||||
/glib-networking-2.32.0.tar.xz
|
||||
/glib-networking-2.32.1.tar.xz
|
||||
/glib-networking-2.33.2.tar.xz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: glib-networking
|
||||
Version: 2.32.1
|
||||
Version: 2.33.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Networking support for GLib
|
||||
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/glib-networking/2.32/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/glib-networking/2.33/%{name}-%{version}.tar.xz
|
||||
Requires: ca-certificates
|
||||
Requires: gsettings-desktop-schemas
|
||||
|
||||
@ -28,7 +28,7 @@ implementation.
|
||||
|
||||
|
||||
%build
|
||||
%configure --with-libproxy
|
||||
%configure --disable-static --with-libproxy
|
||||
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
@ -36,7 +36,6 @@ 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}
|
||||
@ -57,6 +56,10 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 2.33.2-1
|
||||
- Update to 2.33.2
|
||||
- Use --disable-static instead of removing built static libs in %%install
|
||||
|
||||
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 2.32.1-1
|
||||
- Update to 2.32.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user