This commit is contained in:
parent
4fab5892a5
commit
561c9be266
@ -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
|
Thu Aug 21 03:18:18 CEST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
@ -21,11 +21,12 @@
|
|||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
BuildRequires: fam-devel fdupes pcre-devel pkg-config
|
BuildRequires: fam-devel fdupes pcre-devel pkg-config
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.17.6
|
Version: 2.17.6
|
||||||
Release: 6
|
Release: 8
|
||||||
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.14/%{_name}-%{version}.tar.bz2
|
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"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure \
|
%configure \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
--enable-selinux \
|
||||||
--with-pcre=system
|
--with-pcre=system
|
||||||
%{__make} %{?jobs:-j%jobs}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
@ -511,6 +513,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 22 2008 prusnak@suse.cz
|
||||||
|
- enabled SELinux support [Fate#303662]
|
||||||
* Thu Aug 21 2008 maw@suse.de
|
* Thu Aug 21 2008 maw@suse.de
|
||||||
- Version the devel subpackage's requirements to avoid update
|
- Version the devel subpackage's requirements to avoid update
|
||||||
breakage.
|
breakage.
|
||||||
|
Loading…
Reference in New Issue
Block a user