source: projects/specs/trunk/p/perl-Devel-Refcount/perl-Devel-Refcount-vl.spec @ 8674

Revision 8674, 2.7 KB checked in by iwaim, 10 years ago (diff)

perl-Devel-Refcount 0.09-2

Line 
1Name:           perl-Devel-Refcount
2Version:        0.09
3Release:        2%{?_dist_release}
4Summary:        Obtain the REFCNT value of a referent
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Devel-Refcount/
8Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Devel-Refcount-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires:  perl(ExtUtils::CBuilder)
11BuildRequires:  perl(Module::Build)
12BuildRequires:  perl(Test::Exception)
13BuildRequires:  perl(Test::Fatal)
14BuildRequires:  perl(Test::More)
15BuildRequires:  perl(Test::Pod)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18%description
19This module provides a single function which obtains the reference count of
20the object being pointed to by the passed reference value.
21
22%prep
23%setup -q -n Devel-Refcount-%{version}
24
25%build
26%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
27./Build
28
29%install
30rm -rf %{buildroot}
31
32./Build install destdir=%{buildroot} create_packlist=0
33find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
34find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
35
36%{_fixperms} %{buildroot}/*
37
38%check
39./Build test
40
41%clean
42rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root,-)
46%doc Changes LICENSE README
47%{perl_vendorarch}/auto/*
48%{perl_vendorarch}/Devel*
49%{_mandir}/man3/*
50
51%changelog
52* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.09-2
53- build with Perl 5.16
54
55* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.09-1
56- initial build for Vine Linux
57
58* Tue Jan 17 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.09-1
59- Update to 0.09
60- Add missing BR
61
62* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-7
63- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
64
65* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-6
66- Perl mass rebuild
67
68* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-5
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
70
71* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-4
72- 661697 rebuild for fixing problems with vendorach/lib
73
74* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-3
75- Mass rebuild with perl-5.12.0
76
77* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-2
78- Mass rebuild with perl-5.12.0
79
80* Mon Apr 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.07-1
81- Update to 0.07
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.06-2
84- rebuild against perl 5.10.1
85
86* Tue Jul 21 2009 Nicolas Chauvet (kwizart) 0.06-1
87- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.