diff --git a/automake.spec b/automake.spec index 40b0691..47fe972 100644 --- a/automake.spec +++ b/automake.spec @@ -3,7 +3,7 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake Version: %{api_version} -Release: 4 +Release: 5 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/automake/automake-%{version}.tar.bz2 @@ -35,7 +35,7 @@ GNU's Autoconf package. %build ./configure --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ - --bindir=%{_bindir} --datadir=%{_datadir} + --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} make %{?_smp_mflags} %install @@ -48,7 +48,7 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/doc/automake/amhello-1.0.tar.gz mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/aclocal rm -f $RPM_BUILD_ROOT%{_infodir}/dir -#check +%check #make check || make check VERBOSE=yes %clean @@ -72,6 +72,9 @@ fi %dir %{_datadir}/aclocal %changelog +* Tue Feb 20 2007 Karsten Hopp 1.10-5 +- fix some rpmlint warnings + * Tue Feb 20 2007 Karsten Hopp 1.10-4 - bz 225302: - make install DESTDIR=...