automatic update by autodist [release 3.72-1mamba;Sat Aug 03 2013]

This commit is contained in:
Automatic Build System 2024-01-06 09:57:03 +01:00
parent bc3d01240f
commit 0f2eaa8e88
2 changed files with 68 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-common-sense
Save a tree AND a kitten, use common::sense!

66
perl-common-sense.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 3.72-1mamba
- automatic update by autodist
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-2mamba
- perl 5.16 mass rebuild
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
- automatic version update by autodist
* Sun Apr 08 2012 Automatic Build System <autodist@mambasoft.it> 3.5-1mamba
- automatic version update by autodist
* Mon Jan 17 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4-1mamba
- package created by autospec