Name: perl-Devel-Refcount Version: 0.09 Release: 2%{?_dist_release} Summary: Obtain the REFCNT value of a referent License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-Refcount/ Source0: http://www.cpan.org/authors/id/P/PE/PEVANS/Devel-Refcount-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module provides a single function which obtains the reference count of the object being pointed to by the passed reference value. %prep %setup -q -n Devel-Refcount-%{version} %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ./Build %install rm -rf %{buildroot} ./Build install destdir=%{buildroot} create_packlist=0 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} %{buildroot}/* %check ./Build test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes LICENSE README %{perl_vendorarch}/auto/* %{perl_vendorarch}/Devel* %{_mandir}/man3/* %changelog * Mon Jun 30 2014 IWAI, Masaharu 0.09-2 - build with Perl 5.16 * Fri Mar 02 2012 MATSUBAYASHI Kohji - 0.09-1 - initial build for Vine Linux * Tue Jan 17 2012 Nicolas Chauvet - 0.09-1 - Update to 0.09 - Add missing BR * Fri Jan 13 2012 Fedora Release Engineering - 0.07-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jun 21 2011 Marcela Mašláňová - 0.07-6 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.07-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Thu Dec 16 2010 Marcela Maslanova - 0.07-4 - 661697 rebuild for fixing problems with vendorach/lib * Fri Apr 30 2010 Marcela Maslanova - 0.07-3 - Mass rebuild with perl-5.12.0 * Fri Apr 30 2010 Marcela Maslanova - 0.07-2 - Mass rebuild with perl-5.12.0 * Mon Apr 19 2010 Nicolas Chauvet - 0.07-1 - Update to 0.07 * Mon Dec 7 2009 Stepan Kasal - 0.06-2 - rebuild against perl 5.10.1 * Tue Jul 21 2009 Nicolas Chauvet (kwizart) 0.06-1 - Specfile autogenerated by cpanspec 1.78.