SPECS: Sjeng-Free.spec - fixed undosing - don't hide ac/am regener...

qboosh qboosh at pld-linux.org
Fri Jan 4 11:32:39 CET 2008


Author: qboosh                       Date: Fri Jan  4 10:32:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed undosing
- don't hide ac/am regeneration behind autoreconf
- GPL v2+

---- Files affected:
SPECS:
   Sjeng-Free.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/Sjeng-Free.spec
diff -u SPECS/Sjeng-Free.spec:1.4 SPECS/Sjeng-Free.spec:1.5
--- SPECS/Sjeng-Free.spec:1.4	Fri Jan  4 04:47:23 2008
+++ SPECS/Sjeng-Free.spec	Fri Jan  4 11:32:34 2008
@@ -4,7 +4,7 @@
 Name:		Sjeng-Free
 Version:	11.2
 Release:	1
-License:	GPL v2
+License:	GPL v2+
 Group:		Applications/Games
 Source0:	http://www.sjeng.org/ftp/%{name}-%{version}.tar.gz
 # Source0-md5:	6561e740b7af703c16701304697d2870
@@ -13,6 +13,7 @@
 Patch0:		%{name}-cleanup.patch
 Patch1:		%{name}-FHS.patch
 URL:		http://sjeng.org/
+BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	gdbm-devel
 BuildRequires:	perl-base
@@ -42,11 +43,13 @@
 %patch1 -p1
 cp %{SOURCE2} README.PLD
 
-# (Abel) supress annoying rpmlint warning message
-%{__perl} -pi -e 's/\r//g' [[:upper:]][[:upper:]]* ChangeLog
+%{__perl} -pi -e 's/\r//g' BUGS ChangeLog README THANKS
 
 %build
-autoreconf --force --install
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 
 %{__make}
@@ -80,6 +83,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2008-01-04 10:32:34  qboosh
+- fixed undosing
+- don't hide ac/am regeneration behind autoreconf
+- GPL v2+
+
 Revision 1.4  2008-01-04 03:47:23  qboosh
 - adjusted README (this is PLD package, not Debian)
 
================================================================

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



More information about the pld-cvs-commit mailing list