From cf84171ec8f8ea79fe6fb0cf28c3ada0ce60c344 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:41:57 +0100 Subject: [PATCH] perl 5.16 mass rebuild [release 0.15-3mamba;Tue Nov 13 2012] --- README.md | 2 ++ perl-Class-Spiffy.spec | 57 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 perl-Class-Spiffy.spec diff --git a/README.md b/README.md index 8fdb6b2..c71b05f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-Class-Spiffy +Class::Spiffy - Spiffy Framework with No Source Filtering. + diff --git a/perl-Class-Spiffy.spec b/perl-Class-Spiffy.spec new file mode 100644 index 0000000..83ab8b4 --- /dev/null +++ b/perl-Class-Spiffy.spec @@ -0,0 +1,57 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-Class-Spiffy +Version: 0.15 +Release: 3mamba +Summary: Class::Spiffy - Spiffy Framework with No Source Filtering +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.cpan.org +Source: http://www.cpan.org/authors/id/I/IN/INGY/Class-Spiffy-%{version}.tar.gz +License: Artistic +Requires: perl >= %perl_major_ver +BuildRequires: perl-devel >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Class::Spiffy - Spiffy Framework with No Source Filtering. + +%prep +%setup -q -n Class-Spiffy-%{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 +* Tue Nov 13 2012 Silvan Calarco 0.15-3mamba +- perl 5.16 mass rebuild + +* Tue Nov 04 2008 Silvan Calarco 0.15-2mamba +- automatic rebuild by autodist + +* Thu Sep 20 2007 Aleph0 0.15-1mamba +- package created by autospec