2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* scripts/automake.spec.in: Add defattr, URL:-tag.
	Release 2.
This commit is contained in:
Ralf Corsepius
2004-01-12 06:06:17 +00:00
parent 9a67a30685
commit c9207fc532
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-01-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* scripts/automake.spec.in: Add defattr, URL:-tag.
Release 2.
2003-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* binutils/base-binutils.add: Add osversion support.

View File

@@ -23,12 +23,13 @@
Vendor: http://www.rtems.com
Name: %{name}
Packager: Ralf Corsepius <corsepiu@faw.uni-ulm.de>
URL: http://sources.redhat.com/automake
Copyright: GPL
Group: @rpmgroup@
Autoreqprov: on
Version: %{rpmvers}
Release: 1
Release: 2
Summary: Tool for automatically generating GNU style Makefile.in's
BuildArch: noarch
BuildRoot: %{_defaultbuildroot}
@@ -81,6 +82,7 @@ if [ $1 = 0 ]; then
fi
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%{_bindir}/aclocal*
%{_bindir}/automake*
@@ -88,4 +90,3 @@ fi
%doc %{_mandir}/man?/*
%{_datadir}/aclocal-%{amvers}
%{_datadir}/automake-%{amvers}