- fix some rpmlint warnings

This commit is contained in:
Karsten Hopp 2007-02-20 12:53:51 +00:00
parent c851205fea
commit 3847927e6e
1 changed files with 6 additions and 3 deletions

View File

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