OBS User unknown
2007-11-29 21:04:32 +00:00
committed by Git OBS Bridge
parent 20c87cb970
commit b34b3e4f89
2 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 29 20:32:25 CET 2007 - maw@suse.de
- Use the system's PCRE (#325921).
-------------------------------------------------------------------
Mon Oct 15 11:58:16 CEST 2007 - meissner@suse.de

View File

@@ -12,19 +12,19 @@
Name: glib2
%define _name glib
BuildRequires: fdupes pkg-config
License: LGPL v2 or later
BuildRequires: fdupes pcre-devel pkg-config
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 2.14.1
Release: 11
Release: 18
Summary: A Library with Convenient Functions Written in C
Url: http://www.gtk.org/
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2
Source1: glib2.sh
Source2: glib2.csh
# Not depending on gtk-doc shortens bootstrap compilation path.
# Please update this file from the latest gtk-doc package:
# Please update this file from the latest gtk-doc package:
Source3: gtk-doc.m4
Patch0: glib-mkinstalldirs.patch
Patch1: glib-aclocal.patch
@@ -60,7 +60,7 @@ Authors:
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
%package devel
Requires: %{name} = %{version} pkg-config glibc-devel
Requires: %{name} = %{version} pcre-devel pkg-config glibc-devel
Summary: Include files and libraries mandatory for development
Group: Development/Libraries/C and C++
AutoReqProv: on
@@ -137,7 +137,8 @@ autoreconf -f -i
# needed for glib-2.12.4:
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--enable-static
--enable-static \
--with-pcre=system
make %{?jobs:-j%jobs}
%install
@@ -182,7 +183,10 @@ rm -rf $RPM_BUILD_ROOT
# Own these repositories to not depend on gtk-doc while building:
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%changelog
* Thu Nov 29 2007 - maw@suse.de
- Use the system's PCRE (#325921).
* Mon Oct 15 2007 - meissner@suse.de
- merge malloc size markup from BETA.
* Thu Oct 11 2007 - rguenther@suse.de