diff --git a/automake.spec b/automake.spec index 143c308..0150d07 100644 --- a/automake.spec +++ b/automake.spec @@ -4,7 +4,10 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake Version: %{api_version}.1 Release: 14%{?dist} -License: GPLv2+ and GFDL + +# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT +License: GPLv2+ and GFDL and Public Domain and MIT + Group: Development/Tools Source: ftp://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz @@ -29,7 +32,6 @@ BuildRequires: automake Requires(post): /sbin/install-info Requires(preun): /sbin/install-info BuildArch: noarch -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # run "make check" by default %bcond_without check @@ -110,6 +112,7 @@ fi * Tue Apr 02 2013 Pavel Raiskup - 1.13.1-14 - fix another requirement on perl package which may cause problems in future, thanks to Paul Horwath (#924938) +- f-r: remove Buildroot tag, fix license tag * Mon Mar 18 2013 Pavel Raiskup - 1.13.1-13 - remove old build dependency comment