From a70eb36530601b114e4d16c0b3c6aae96d89f092 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Jan 01 2006 20:06:01 +0000 Subject: hmm, upstream forgot to run autogen.sh --- 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