]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- added selinux.patch
authorSzymon Siwek <sls@pld-linux.org>
Sun, 30 Mar 2008 20:09:17 +0000 (20:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2.spec -> 1.177

glib2.spec

index e5a4e883f2d5a2f6c8c3a3d3606d266fb3d9d1e4..58814f908fad5b7ce664f6a3de1dcc95cfb46a3a 100644 (file)
@@ -1,6 +1,5 @@
 # TODO:
 #      fix selinux mess:
-#              rm -lselinux from libglib-2.0.la (and others)
 #              add -lselinux to gio-2.0
 #              what about libselinux-devel in glib2-devel
 #
@@ -31,6 +30,7 @@ Source0:      http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/glib-%{version}.tar.bz
 # Source0-md5: 9852daf0605f827bfd7199ffe4f5b22d
 Patch0:                %{name}-makefile.patch
 Patch1:                %{name}-lt.patch
+Patch2:                %{name}-selinux.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake >= 1:1.7
@@ -170,6 +170,7 @@ Dokumentacja API Glib.
 %setup -q -n glib-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %if !%{with apidocs}
 sed -e '/SUBDIRS/s/docs//' -i Makefile.am
This page took 0.031237 seconds and 4 git commands to generate.