[perl-Software-License-CCpack] Initial import (perl-Software-License-CCpack-1.01-3)

Paul Howarth pghmcfc at fedoraproject.org
Tue Oct 7 17:33:26 UTC 2014


commit 7aa304cc3647e0d47e8e74c55f1b6c56fb1a8ead
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Oct 7 18:32:28 2014 +0100

    Initial import (perl-Software-License-CCpack-1.01-3)
    
    This "license pack" contains all of the licenses from Creative Commons, except
    for CC0, which is already included in Software::License.
    
    Note that I don't recommend using these licenses for your own CPAN modules
    (most of the licenses aren't even compatible with CPAN). However, S:L modules
    are useful for more than mere CPAN::Meta::license declaration, so these modules
    exist for those other purposes.

 .gitignore                        |    1 +
 perl-Software-License-CCpack.spec |   90 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 92 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b01817b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Software-License-CCpack-[0-9.]*.tar.gz
diff --git a/perl-Software-License-CCpack.spec b/perl-Software-License-CCpack.spec
new file mode 100644
index 0000000..e3ab538
--- /dev/null
+++ b/perl-Software-License-CCpack.spec
@@ -0,0 +1,90 @@
+#TODO: BR: perl(Test::CheckManifest) ≥ 1.24 when available
+
+# noarch, but to avoid debug* files interfering with manifest test:
+%global debug_package %{nil}
+
+Name:		perl-Software-License-CCpack
+Version:	1.01
+Release:	3%{?dist}
+Summary:	Software::License pack for Creative Commons' licenses
+License:	LGPLv3
+URL:		http://search.cpan.org/dist/Software-License-CCpack/
+Source0:	http://search.cpan.org/CPAN/authors/id/B/BB/BBYRD/Software-License-CCpack-%{version}.tar.gz
+BuildArch:	noarch
+# Module Build
+BuildRequires:	perl >= 4:5.10.1
+BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.30
+# Module Runtime
+BuildRequires:	perl(base)
+BuildRequires:	perl(Software::License)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(warnings)
+# Test Suite
+BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(File::Spec::Functions)
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open3)
+BuildRequires:	perl(List::Util)
+BuildRequires:	perl(Test::CheckDeps) >= 0.007
+BuildRequires:	perl(Test::More) >= 0.94
+# Extra Tests
+BuildRequires:	perl(Pod::Coverage::TrustPod)
+BuildRequires:	perl(Test::CPAN::Meta::JSON)
+BuildRequires:	perl(Test::DistManifest)
+BuildRequires:	perl(Test::EOL)
+BuildRequires:	perl(Test::MinimumVersion)
+BuildRequires:	perl(Test::NoTabs)
+BuildRequires:	perl(Test::Pod) >= 1.41
+BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
+BuildRequires:	perl(Test::Portability::Files)
+BuildRequires:	perl(Test::Synopsis)
+# Runtime
+Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+
+%description
+This "license pack" contains all of the licenses from Creative Commons, except
+for CC0, which is already included in Software::License.
+
+Note that I don't recommend using these licenses for your own CPAN modules
+(most of the licenses aren't even compatible with CPAN). However, S:L modules
+are useful for more than mere CPAN::Meta::license declaration, so these modules
+exist for those other purposes.
+
+%prep
+%setup -q -n Software-License-CCpack-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+%{_fixperms} %{buildroot}
+
+%check
+make test
+make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" RELEASE_TESTING=1
+
+%files
+%license LICENSE
+%doc README
+%{perl_vendorlib}/Software/
+%{_mandir}/man3/Software::License::CCpack.3*
+%{_mandir}/man3/Software::License::CC_BY_3_0.3*
+%{_mandir}/man3/Software::License::CC_BY_NC_3_0.3*
+%{_mandir}/man3/Software::License::CC_BY_NC_ND_3_0.3*
+%{_mandir}/man3/Software::License::CC_BY_NC_SA_3_0.3*
+%{_mandir}/man3/Software::License::CC_BY_ND_3_0.3*
+%{_mandir}/man3/Software::License::CC_BY_SA_3_0.3*
+%{_mandir}/man3/Software::License::CC_PDM_1_0.3*
+
+%changelog
+* Tue Oct  7 2014 Paul Howarth <paul at city-fan.org> - 1.01-3
+- Skip the CHANGES file until such time as it has some content (#1148040)
+
+* Tue Sep 30 2014 Paul Howarth <paul at city-fan.org> - 1.01-2
+- Sanitize for Fedora submission
+
+* Mon Sep 29 2014 Paul Howarth <paul at city-fan.org> - 1.01-1
+- Initial RPM version
diff --git a/sources b/sources
index e69de29..2eb79d7 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a9218b405a5ce5710601e16eafa3b06a  Software-License-CCpack-1.01.tar.gz



More information about the perl-devel mailing list