OBS User unknown 2008-08-22 17:45:52 +00:00 committed by Git OBS Bridge
parent 4fab5892a5
commit 561c9be266
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 22 16:57:02 CEST 2008 - prusnak@suse.cz
- enabled SELinux support [Fate#303662]
-------------------------------------------------------------------
Thu Aug 21 03:18:18 CEST 2008 - maw@suse.de

View File

@ -21,11 +21,12 @@
Name: glib2
%define _name glib
BuildRequires: fam-devel fdupes pcre-devel pkg-config
BuildRequires: libselinux-devel
License: LGPL v2.1 or later
Group: Development/Libraries/C and C++
AutoReqProv: on
Version: 2.17.6
Release: 6
Release: 8
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
@ -390,6 +391,7 @@ autoreconf -fiv
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
--enable-static \
--enable-selinux \
--with-pcre=system
%{__make} %{?jobs:-j%jobs}
@ -511,6 +513,8 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/gtk-doc/html
%changelog
* Fri Aug 22 2008 prusnak@suse.cz
- enabled SELinux support [Fate#303662]
* Thu Aug 21 2008 maw@suse.de
- Version the devel subpackage's requirements to avoid update
breakage.