rpms/perl-Software-License/F-9 perl-Software-License.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel P. Berrange berrange at fedoraproject.org
Fri Oct 3 09:22:36 UTC 2008


Author: berrange

Update of /cvs/pkgs/rpms/perl-Software-License/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1489

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Software-License.spec 
Log Message:
Initial import after review


--- NEW FILE perl-Software-License.spec ---
Name:           perl-Software-License
Version:        0.008
Release:        3%{?dist}
Summary:        Package that provides templated software licenses
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Software-License/
# For unknown reasons this module URL is currently missing
#Source0:        http://www.cpan.org/modules/by-module/Software/Software-License-%{version}.tar.gz
Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Software-License-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.0
BuildRequires:  perl(Data::Section) >= 0.000
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Sub::Install) >= 0.000
BuildRequires:  perl(Text::Template) >= 0.000
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Software-License contains templates for common open source software licenses.

%prep
%setup -q -n Software-License-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Sep 20 2008 Daniel P. Berrange <berrange at redhat.com> 0.008-3
- Remove explicit requires that duplicate automatic perl deps

* Sat Sep 06 2008 Daniel P. Berrange <berrange at redhat.com> 0.008-2
- Fix description
- Add missing Test::More BR

* Fri Sep 05 2008 Daniel P. Berrange <berrange at redhat.com> 0.008-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Software-License/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Oct 2008 05:56:39 -0000	1.1
+++ .cvsignore	3 Oct 2008 09:22:06 -0000	1.2
@@ -0,0 +1,4 @@
+Software-License-0.008.tar.gz
+.build*.log
+*.rpm
+noarch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Software-License/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Oct 2008 05:56:39 -0000	1.1
+++ sources	3 Oct 2008 09:22:06 -0000	1.2
@@ -0,0 +1 @@
+593cc31662e21f688b2a451ec8068f2e  Software-License-0.008.tar.gz




More information about the fedora-extras-commits mailing list