automatic update by autodist [release 0.08-1mamba;Fri Mar 28 2014]
This commit is contained in:
parent
2de206b45c
commit
47a8831e93
@ -1,2 +1,4 @@
|
||||
# perl-Test-Refcount
|
||||
|
||||
Test::Refcount - assert reference counts on objects.
|
||||
|
||||
|
69
perl-Test-Refcount.spec
Normal file
69
perl-Test-Refcount.spec
Normal file
@ -0,0 +1,69 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Test-Refcount
|
||||
Version: 0.08
|
||||
Release: 1mamba
|
||||
Summary: Test::Refcount - assert reference counts on objects
|
||||
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/P/PE/PEVANS/Test-Refcount-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
Requires: perl >= %perl_major_ver
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-Devel-Refcount
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Test::Refcount - assert reference counts on objects.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n Test-Refcount-%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor
|
||||
./Build
|
||||
./Build test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
./Build install \
|
||||
destdir="%{buildroot}" \
|
||||
--install_path bindoc="%{_mandir}/man1" \
|
||||
--install_path libdoc="%{_mandir}/man3"
|
||||
|
||||
packlist=`find %{buildroot} -name .packlist`
|
||||
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
||||
sed "s,%buildroot,,g;s,.*/man/.*,&.gz,g" | \
|
||||
sort -u > .packlist && rm $packlist
|
||||
|
||||
find %{buildroot}%{perl_vendorlib} \
|
||||
-type d -depth -exec rmdir {} 2>/dev/null \;
|
||||
|
||||
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 Mar 28 2014 Automatic Build System <autodist@mambasoft.it> 0.08-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Apr 21 2011 Automatic Build System <autodist@mambasoft.it> 0.07-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Jan 20 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.06-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user