From ece7ba2a6cf4a676b78d4d1b4411bece00d98c3b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:36:22 +0100 Subject: [PATCH] automatic update by autodist [release 0.103006-1mamba;Fri Oct 25 2013] --- README.md | 2 ++ perl-Software-License.spec | 72 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+) create mode 100644 perl-Software-License.spec diff --git a/README.md b/README.md index 13cdc76..e9366d4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Software-License +Software::License - packages that provide templated software licenses + diff --git a/perl-Software-License.spec b/perl-Software-License.spec new file mode 100644 index 0000000..25dd730 --- /dev/null +++ b/perl-Software-License.spec @@ -0,0 +1,72 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Software-License +Version: 0.103006 +Release: 1mamba +Summary: Software::License - packages that provide templated software licenses +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Automatic Build System +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Software-License-%{version}.tar.gz +License: GPL, Artistic +Requires: perl >= %perl_major_ver +## AUTOBUILDREQ-BEGIN +BuildRequires: perl-Data-Section +BuildRequires: perl-devel +BuildRequires: perl-Sub-Install +BuildRequires: perl-Text-Template +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Software::License - packages that provide templated software licenses + +%prep + +%setup -q -n Software-License-%{version} + +%build +perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor +%make +%make test + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall_perl +packlist=`find %{buildroot} -name .packlist` +[ -z "$packlist" ] && exit 1 || cat $packlist | \ + sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \ + sort -u > .packlist && rm $packlist + +strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'` +for dir in `find %{buildroot} -type d | grep $strid`; do + echo "%dir ${dir#%buildroot}" >> .packlist +done + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +rm -f .packlist + +%files -f .packlist +%defattr(-,root,root) + +%changelog +* Fri Oct 25 2013 Automatic Build System 0.103006-1mamba +- automatic update by autodist + +* Fri Jan 11 2013 Automatic Build System 0.103005-1mamba +- automatic version update by autodist + +* Mon Nov 19 2012 Automatic Build System 0.103004-1mamba +- automatic version update by autodist + +* Tue Nov 13 2012 Silvan Calarco 0.008-3mamba +- perl 5.16 mass rebuild + +* Wed Nov 05 2008 Silvan Calarco 0.008-2mamba +- automatic rebuild by autodist + +* Mon Oct 20 2008 gil 0.008-1mamba +- package created by autospec