[automake] spec: fix license and some lint

Pavel Raiskup praiskup at fedoraproject.org
Wed Apr 3 07:45:57 UTC 2013


commit 6a5b6d0aae1dd3734a2cb0ea4531621da45014c9
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Apr 3 09:38:08 2013 +0200

    spec: fix license and some lint
    
    Version: 1.13.1-14

 automake.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
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 <praiskup at redhat.com> - 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 <praiskup at redhat.com> - 1.13.1-13
 - remove old build dependency comment


More information about the scm-commits mailing list