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