]> git.pld-linux.org Git - packages/libepoxy.git/commitdiff
bcond header
authorElan Ruusamäe <glen@delfi.ee>
Thu, 17 Jul 2014 10:44:21 +0000 (13:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 17 Jul 2014 10:44:21 +0000 (13:44 +0300)
libepoxy.spec

index ad2842f3e1fe515d5980eb482e9f6f7356fac653..9a08bbf09aba5d9440812839ad99c62f2abb1abf 100644 (file)
@@ -1,21 +1,21 @@
-%bcond_without tests
+#
+# Conditional build:
+%bcond_without tests           # build without tests
+
 Summary:       Direct Rendering Manager runtime library
 Name:          libepoxy
 Version:       1.2
 Release:       1
 License:       MIT
 Group:         X11/Libraries
-URL:           http://github.com/anholt/libepoxy
 Source0:       https://github.com/anholt/libepoxy/archive/v%{version}.tar.gz
 # Source0-md5: 12d6b7621f086c0c928887c27d90bc30
+URL:           http://github.com/anholt/libepoxy
 BuildRequires: Mesa-libEGL-devel
 BuildRequires: Mesa-libGL-devel
 BuildRequires: autoconf
-BuildRequires: autoconf
-BuildRequires: automake
 BuildRequires: automake
 BuildRequires: libtool
-BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: python3
 BuildRequires: xorg-util-util-macros
@@ -56,8 +56,8 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
This page took 0.096237 seconds and 4 git commands to generate.