]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- enable selinux by default (following upstream) auto/ti/glib2-2.36.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Mar 2013 16:06:35 +0000 (17:06 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Mar 2013 16:06:35 +0000 (17:06 +0100)
glib2.spec

index 73b9572e813930688fa318bf5f4e9e727831dabd..ebaf25b85d800252e504707dd322c0fbca9a1461 100644 (file)
@@ -1,8 +1,8 @@
 #
 # Conditional build:
 %bcond_without apidocs         # disable gtk-doc
-%bcond_without static_libs     # don't build static library
-%bcond_with    selinux         # gio with SELinux support
+%bcond_without static_libs     # static library
+%bcond_without selinux         # SELinux support in gio
 
 %include       /usr/lib/rpm/macros.perl
 Summary:       Useful routines for 'C' programming
@@ -44,6 +44,8 @@ BuildRequires:        libtool >= 2:2.2
 BuildRequires: pcre-devel >= 8.13
 BuildRequires: perl-base
 BuildRequires: pkgconfig >= 1:0.16
+# advised
+#BuildRequires:        pkgconfig(libelf) >= 0.8.12
 BuildRequires: pkgconfig(libffi) >= 3.0.0
 BuildRequires: python >= 1:2.5
 BuildRequires: rpm-perlprov
This page took 0.284763 seconds and 4 git commands to generate.