diff --git a/.cvsignore b/.cvsignore index cff2b4e..78ebfda 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -automake-1.8.2.tar.bz2 +automake-1.8.3.tar.bz2 diff --git a/automake.spec b/automake.spec index f4dbfe2..174cd7e 100644 --- a/automake.spec +++ b/automake.spec @@ -2,7 +2,7 @@ Summary: A GNU tool for automatically creating Makefiles. Name: automake -Version: %{api_version}.2 +Version: %{api_version}.3 Release: 1 License: GPL Group: Development/Tools @@ -19,9 +19,8 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root %{!?_without_check: %define _without_check 0} %description -Automake is an experimental Makefile generator. Automake was inspired -by the 4.4BSD make and include files, but aims to be portable and to -conform to the GNU standards for Makefile variables and targets. +Automake is a tool for automatically generating `Makefile.in' +files compliant with the GNU Coding Standards. You should install Automake if you are developing software and would like to use its ability to automatically generate GNU standard @@ -41,7 +40,6 @@ make %install rm -rf ${RPM_BUILD_ROOT} -#make install prefix=${RPM_BUILD_ROOT}%{_prefix} %makeinstall #gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/automake* @@ -71,8 +69,14 @@ fi %dir %{_datadir}/aclocal %changelog +* Fri Mar 12 2004 Jens Petersen - 1.8.3-1 +- update to 1.8.3 bugfix release + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Tue Jan 13 2004 Jens Petersen - 1.8.2-1 -- 1.8.2 bug fix release +- 1.8.2 bugfix release - do not pass VERBOSE=xNO to "make check" as non-empty means be verbose * Thu Dec 11 2003 Jens Petersen - 1.8-1 diff --git a/sources b/sources index efdd383..0ee6032 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a8138b29361baec06548e6a0ac63189 automake-1.8.2.tar.bz2 +5e8a685a304c0def671decdfe453a631 automake-1.8.3.tar.bz2