perl 5.16 mass rebuild [release 1.20-2mamba;Mon Nov 12 2012]
This commit is contained in:
parent
4d6eb056b0
commit
afd6517be1
67
perl-Text-Reform.spec
Normal file
67
perl-Text-Reform.spec
Normal file
@ -0,0 +1,67 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Text-Reform
|
||||
Version: 1.20
|
||||
Release: 2mamba
|
||||
Summary: Text::Reform - Manual text wrapping and reformatting
|
||||
Group: Development/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/modules/by-module/Text/Text-Reform-%{version}.tar.gz
|
||||
License: GPL
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Manual text wrapping and reformatting.
|
||||
|
||||
%prep
|
||||
%setup -q -n Text-Reform-%{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
|
||||
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20-2mamba
|
||||
- perl 5.16 mass rebuild
|
||||
|
||||
* Mon Aug 01 2011 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.11-6mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Mon Nov 26 2007 Aleph0 <aleph0@openmamba.org> 1.11-5mamba
|
||||
- rebuilt with installdir set to vendor
|
||||
|
||||
* Mon Oct 25 2004 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 1.11-4qilnx
|
||||
- package created by autospec (rebuilt after SRPM loss)
|
||||
|
||||
* Wed Sep 03 2003 Silvan Calarco <silvan.calarco@qinet.it> 1.11-1qilnx
|
||||
- First build
|
Loading…
Reference in New Issue
Block a user