This commit is contained in:
parent
8b45c53f86
commit
ce9c4c397f
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 12 16:41:43 CDT 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Pass --enable-static to configure (#263998).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 21 12:38:24 CST 2007 - maw@suse.de
|
Wed Mar 21 12:38:24 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.12.11
|
Version: 2.12.11
|
||||||
Release: 1
|
Release: 6
|
||||||
Summary: A Library with Convenient Functions Written in C
|
Summary: A Library with Convenient Functions Written in C
|
||||||
URL: http://www.gtk.org/
|
URL: http://www.gtk.org/
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
||||||
@ -118,7 +118,8 @@ Authors:
|
|||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
# needed for glib-2.12.4:
|
# needed for glib-2.12.4:
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure
|
%configure \
|
||||||
|
--enable-static
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -161,6 +162,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/gobject
|
%{_datadir}/gtk-doc/html/gobject
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 12 2007 - maw@suse.de
|
||||||
|
- Pass --enable-static to configure (#263998).
|
||||||
* Wed Mar 21 2007 - maw@suse.de
|
* Wed Mar 21 2007 - maw@suse.de
|
||||||
- Update to version 2.12.11
|
- Update to version 2.12.11
|
||||||
- Fixes for bugzilla.gnome.org 399611, 350802, 416062, 346808,
|
- Fixes for bugzilla.gnome.org 399611, 350802, 416062, 346808,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user