diff --git a/iso-codes.spec b/iso-codes.spec index d792a2f..dd4c36d 100644 --- a/iso-codes.spec +++ b/iso-codes.spec @@ -10,6 +10,9 @@ Source: iso-codes_%{version}.orig.tar.gz 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 @@ when building programs that use %{name} %setup -q %build +# Blah, 0.49 didn't run autogen.sh before packaging. Boo. +./autogen.sh +%{__mv} ./LGPL-2.1 ./COPYING + %configure make