From 0f2eaa8e88cf619b16f25291477b2b78d8cde4ac Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 09:57:03 +0100 Subject: [PATCH] automatic update by autodist [release 3.72-1mamba;Sat Aug 03 2013] --- README.md | 2 ++ perl-common-sense.spec | 66 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 perl-common-sense.spec diff --git a/README.md b/README.md index 275bd4a..d87fdff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # perl-common-sense +Save a tree AND a kitten, use common::sense! + diff --git a/perl-common-sense.spec b/perl-common-sense.spec new file mode 100644 index 0000000..a5d4d2a --- /dev/null +++ b/perl-common-sense.spec @@ -0,0 +1,66 @@ +%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) + +Name: perl-common-sense +Version: 3.72 +Release: 1mamba +Summary: Save a tree AND a kitten, use common::sense! +Group: System/Libraries/Perl +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.cpan.org +Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz +License: GPL, Artistic +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +BuildRequires: perl-devel +Requires: perl >= %perl_major_ver +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Save a tree AND a kitten, use common::sense! + +%prep +%setup -q -n common-sense-%{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 -f $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}" + +%files -f .packlist +%defattr(-,root,root) +%doc LICENSE README + +%changelog +* Sat Aug 03 2013 Automatic Build System 3.72-1mamba +- automatic update by autodist + +* Mon Nov 12 2012 Silvan Calarco 3.6-2mamba +- perl 5.16 mass rebuild + +* Thu Aug 09 2012 Automatic Build System 3.6-1mamba +- automatic version update by autodist + +* Sun Apr 08 2012 Automatic Build System 3.5-1mamba +- automatic version update by autodist + +* Mon Jan 17 2011 Silvan Calarco 3.4-1mamba +- package created by autospec