packages: libnih/libnih.spec - prevent make from re-running auto-tools and ...

sparky sparky at pld-linux.org
Wed Apr 28 12:39:04 CEST 2010


Author: sparky                       Date: Wed Apr 28 10:39:04 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- prevent make from re-running auto-tools and configure
- BR: gettext-devel

---- Files affected:
packages/libnih:
   libnih.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/libnih/libnih.spec
diff -u packages/libnih/libnih.spec:1.4 packages/libnih/libnih.spec:1.5
--- packages/libnih/libnih.spec:1.4	Wed Apr 28 06:50:05 2010
+++ packages/libnih/libnih.spec	Wed Apr 28 12:38:58 2010
@@ -25,6 +25,7 @@
 BuildRequires:	dbus-devel >= 1.2.16
 BuildRequires:	expat-devel >= 1:2.0.0
 BuildRequires:	gettext >= 0.17
+BuildRequires:	gettext-devel
 BuildRequires:	libtool >= 2:2.2.4
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -64,11 +65,15 @@
 %{__autoconf}
 %{__autoheader}
 %{__libtoolize}
+
 LDFLAGS="%{rpmldflags} %{specldflags}"
 %configure \
 	--disable-static \
 	--disable-rpath
 
+# prevent make from re-running auto-tools and configure
+touch aclocal.m4 configure config.status Makefile.in Makefile config.h.in
+
 %{__make}
 
 %if %{with tests}
@@ -124,6 +129,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/04/28 10:38:58  sparky
+- prevent make from re-running auto-tools and configure
+- BR: gettext-devel
+
 Revision 1.4  2010/04/28 04:50:05  glen
 - up to 1.0.2, use same cflags/ldflags as ubuntu
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libnih/libnih.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list