hmm, upstream forgot to run autogen.sh

This commit is contained in:
Christopher Aillon 2006-01-01 20:06:01 +00:00
parent fc5d4f1dec
commit a70eb36530

View File

@ -10,6 +10,9 @@ Source: iso-codes_%{version}.orig.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
# Blah, 0.49 didn't run autogen.sh before packaging. Boo.
BuildRequires: autoconf automake
%description %description
This package provides the ISO-639 Language code list, the ISO-3166 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 Territory code list, and ISO-3166-2 sub-territory lists, and all their
@ -29,6 +32,10 @@ when building programs that use %{name}
%setup -q %setup -q
%build %build
# Blah, 0.49 didn't run autogen.sh before packaging. Boo.
./autogen.sh
%{__mv} ./LGPL-2.1 ./COPYING
%configure %configure
make make