[perl-Exporter-Tiny] Correct license tagging (#1199491)

Paul Howarth pghmcfc at fedoraproject.org
Fri Mar 6 15:15:53 UTC 2015


commit beac3f9442cac4607d5d214d5a8cdb0cb37094a5
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Mar 6 15:15:28 2015 +0000

    Correct license tagging (#1199491)

 perl-Exporter-Tiny.spec | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec
index 4da41ee..9a2cb6c 100644
--- a/perl-Exporter-Tiny.spec
+++ b/perl-Exporter-Tiny.spec
@@ -7,9 +7,9 @@
 
 Name:		perl-Exporter-Tiny
 Version:	0.042
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	An exporter with the features of Sub::Exporter but only core dependencies
-License:	GPL+ or Artistic
+License:	(GPL+ or Artistic) and Public Domain and (GPL+ or Artistic or CC-BY-SA)
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Exporter-Tiny/
 Source0:	http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{version}.tar.gz
@@ -72,18 +72,27 @@ make test
 rm -rf %{buildroot}
 
 %files
+# COPYRIGHT is Public Domain, LICENSE is GPL+ or Artistic
 %if 0%{?_licensedir:1}
 %license COPYRIGHT LICENSE
 %else
 %doc COPYRIGHT LICENSE
 %endif
-%doc Changes CONTRIBUTING CREDITS README
+# GPL+ or Artistic or CC-BY-SA
+%doc CONTRIBUTING
+# Public Domain
+%doc CREDITS
+# GPL+ or Artistic
+%doc Changes README
 %doc examples/
 %{perl_vendorlib}/Exporter/
-%{_mandir}/man3/Exporter::Tiny.3pm*
-%{_mandir}/man3/Exporter::Shiny.3pm*
+%{_mandir}/man3/Exporter::Tiny.3*
+%{_mandir}/man3/Exporter::Shiny.3*
 
 %changelog
+* Fri Mar  6 2015 Paul Howarth <paul at city-fan.org> - 0.042-2
+- Correct license tagging (#1199491)
+
 * Thu Oct  9 2014 Paul Howarth <paul at city-fan.org> - 0.042-1
 - Update to 0.042
   - Add an 'unimport' feature


More information about the scm-commits mailing list