SPECS: libxcb.spec - autoize
tommat
tommat at pld-linux.org
Mon Apr 16 00:08:16 CEST 2007
Author: tommat Date: Sun Apr 15 22:08:16 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- autoize
---- Files affected:
SPECS:
libxcb.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/libxcb.spec
diff -u SPECS/libxcb.spec:1.15 SPECS/libxcb.spec:1.16
--- SPECS/libxcb.spec:1.15 Thu Feb 15 21:47:58 2007
+++ SPECS/libxcb.spec Mon Apr 16 00:08:10 2007
@@ -11,8 +11,11 @@
# This is a HACK to workaround broken apps like java
Patch0: %{name}-no-assert-on-lock.patch
URL: http://xcb.freedesktop.org/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: check >= 0.8.2
BuildRequires: doxygen
+BuildRequires: libtool
BuildRequires: libpthread-stubs
BuildRequires: libxslt-progs
BuildRequires: pkgconfig
@@ -96,6 +99,10 @@
touch src/*.[ch]
%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
%configure
%{__make}
@@ -136,6 +143,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2007/04/15 22:08:10 tommat
+- autoize
+
Revision 1.15 2007/02/15 20:47:58 arekm
- mention why the patch is needed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libxcb.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list