SPECS (AC-branch): psmisc.spec - fixed autotools order (merged fro...

arvenil arvenil at pld-linux.org
Thu May 17 22:52:56 CEST 2007


Author: arvenil                      Date: Thu May 17 20:52:56 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fixed autotools order (merged from HEAD)

---- Files affected:
SPECS:
   psmisc.spec (1.86 -> 1.86.2.1) 

---- Diffs:

================================================================
Index: SPECS/psmisc.spec
diff -u SPECS/psmisc.spec:1.86 SPECS/psmisc.spec:1.86.2.1
--- SPECS/psmisc.spec:1.86	Sun Sep 17 23:36:26 2006
+++ SPECS/psmisc.spec	Thu May 17 22:52:50 2007
@@ -90,9 +90,9 @@
 %build
 %{__gettextize}
 %{__aclocal}
-%{__automake}
-%{__autoheader}
 %{__autoconf}
+%{__autoheader}
+%{__automake}
 CFLAGS="%{rpmcflags} -D_GNU_SOURCE -I/usr/include/ncurses"
 %configure \
 	%{?with_selinux:--enable-selinux}
@@ -136,6 +136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.86.2.1  2007/05/17 20:52:50  arvenil
+- fixed autotools order (merged from HEAD)
+
 Revision 1.86  2006/09/17 21:36:26  glen
 - check-files cleanup
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/psmisc.spec?r1=1.86&r2=1.86.2.1&f=u



More information about the pld-cvs-commit mailing list