auto-import changelog data from automake-1.8.3-1.src.rpm
Fri Mar 12 2004 Jens Petersen <petersen@redhat.com> - 1.8.3-1 - update to 1.8.3 bugfix release Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt
This commit is contained in:
parent
9401ec47e2
commit
883558709b
@ -1 +1 @@
|
||||
automake-1.8.2.tar.bz2
|
||||
automake-1.8.3.tar.bz2
|
||||
|
@ -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 <petersen@redhat.com> - 1.8.3-1
|
||||
- update to 1.8.3 bugfix release
|
||||
|
||||
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Tue Jan 13 2004 Jens Petersen <petersen@redhat.com> - 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 <petersen@redhat.com> - 1.8-1
|
||||
|
Loading…
Reference in New Issue
Block a user