rpms/iso-codes/devel iso-codes.spec,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jan 1 20:06:12 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/iso-codes/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22141

Modified Files:
	iso-codes.spec 
Log Message:
hmm, upstream forgot to run autogen.sh


Index: iso-codes.spec
===================================================================
RCS file: /cvs/dist/rpms/iso-codes/devel/iso-codes.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iso-codes.spec	1 Jan 2006 19:51:06 -0000	1.5
+++ iso-codes.spec	1 Jan 2006 20:06:01 -0000	1.6
@@ -10,6 +10,9 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArchitectures: noarch
 
+# Blah, 0.49 didn't run autogen.sh before packaging.  Boo.
+BuildRequires: autoconf automake
+
 %description
 This package provides the ISO-639 Language code list, the ISO-3166 
 Territory code list, and ISO-3166-2 sub-territory lists, and all their 
@@ -29,6 +32,10 @@
 %setup -q
 
 %build
+# Blah, 0.49 didn't run autogen.sh before packaging.  Boo.
+./autogen.sh
+%{__mv} ./LGPL-2.1 ./COPYING
+
 %configure
 make
 




More information about the fedora-cvs-commits mailing list