- include NEWS file (#174674)

- add %%check (#174674)
This commit is contained in:
Karsten Hopp 2005-12-19 15:35:04 +00:00
parent 4136e356f2
commit ebea2367d6
1 changed files with 9 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}.6 Version: %{api_version}.6
Release: 1.1 Release: 2
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
@ -29,7 +29,6 @@ GNU's Autoconf package.
%build %build
./configure --prefix=%{_prefix} ./configure --prefix=%{_prefix}
make make
make check || make check VERBOSE=yes
%install %install
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
@ -40,6 +39,9 @@ rm -rf ${RPM_BUILD_ROOT}
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
make check || make check VERBOSE=yes
%clean %clean
rm -rf ${RPM_BUILD_ROOT} rm -rf ${RPM_BUILD_ROOT}
@ -53,7 +55,7 @@ fi
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS README THANKS %doc AUTHORS README THANKS NEWS
%{_bindir}/* %{_bindir}/*
%{_infodir}/*.info* %{_infodir}/*.info*
%{_datadir}/automake-%{api_version} %{_datadir}/automake-%{api_version}
@ -61,6 +63,10 @@ fi
%dir %{_datadir}/aclocal %dir %{_datadir}/aclocal
%changelog %changelog
* Mon Dec 19 2005 Karsten Hopp <karsten@redhat.de> 1.9.6-2
- include NEWS file (#174674)
- add %%check (#174674)
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt - rebuilt