OBS User unknown 2007-04-12 23:17:44 +00:00 committed by Git OBS Bridge
parent 8b45c53f86
commit ce9c4c397f
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

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