From af99a0835ed0de61d44c5207a65bb2dcced25101 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 4 Feb 2006 06:52:27 +0000 Subject: The license field in a specfile needs to be correct so that FE will accept and rpmlint will not bark --- packaging/spec.xsl | 3 ++- packaging/templates.xsl | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/spec.xsl b/packaging/spec.xsl index 68aa722..20874be 100644 --- a/packaging/spec.xsl +++ b/packaging/spec.xsl @@ -20,7 +20,8 @@ Summary: Fedora Documentation: %{docbase} Name: fedora-doc-%{docbase} Version: Release: -License: (Version ) +License: +#License: (Version ) Url: http://fedora.redhat.com/projects/docs Source0: %{docbase}-%{version}.src.tar.gz Source1: %{name}-gnome.desktop diff --git a/packaging/templates.xsl b/packaging/templates.xsl index 95df144..8332c9f 100644 --- a/packaging/templates.xsl +++ b/packaging/templates.xsl @@ -42,6 +42,11 @@ + + + FDLOPLDistributable -- cgit