hmm, upstream forgot to run autogen.sh
This commit is contained in:
parent
fc5d4f1dec
commit
a70eb36530
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user