forked from pool/automake
This commit is contained in:
parent
7aa6135303
commit
59fa74ad7e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 26 12:04:22 CET 2008 - aj@suse.de
|
||||
|
||||
- Add bison as buildrequirs for the testsuite.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 22 10:31:29 CET 2008 - schwab@suse.de
|
||||
|
||||
|
@ -11,14 +11,14 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: automake
|
||||
BuildRequires: help2man
|
||||
BuildRequires: bison help2man
|
||||
License: GPL v2 or later
|
||||
Group: Development/Tools/Building
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Requires: autoconf >= 2.60
|
||||
Version: 1.10.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
|
||||
Url: http://www.gnu.org/software/automake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -50,6 +50,8 @@ Authors:
|
||||
./configure --prefix=/usr --infodir=%{_infodir} --mandir=%{_mandir} \
|
||||
--docdir=%{_docdir}/%{name}
|
||||
make
|
||||
|
||||
%check
|
||||
# Some architectures can't keep up the pace.
|
||||
%ifnarch alpha
|
||||
make check VERBOSE=1
|
||||
@ -84,6 +86,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/aclocal_dirlist
|
||||
|
||||
%changelog
|
||||
* Sat Jan 26 2008 aj@suse.de
|
||||
- Add bison as buildrequirs for the testsuite.
|
||||
* Tue Jan 22 2008 schwab@suse.de
|
||||
- Update to automake 1.10.1.
|
||||
* Automake development is done in a git repository on Savannah now, see
|
||||
|
Loading…
Reference in New Issue
Block a user