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

Revision 12120, 2.9 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Devel-Refcount
2Version:        0.10
3Release:        1%{?_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
18Vendor:         Project Vine
19Distribution:   Vine Linux
20
21%description
22This module provides a single function which obtains the reference count of
23the object being pointed to by the passed reference value.
24
25%prep
26%setup -q -n Devel-Refcount-%{version}
27
28%build
29%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
30./Build
31
32%install
33rm -rf %{buildroot}
34
35./Build install destdir=%{buildroot} create_packlist=0
36find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
37find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
38
39%{_fixperms} %{buildroot}/*
40
41%check
42./Build test
43
44%clean
45rm -rf %{buildroot}
46
47%files
48%defattr(-,root,root,-)
49%license LICENSE
50%doc Changes README
51%{perl_vendorarch}/auto/*
52%{perl_vendorarch}/Devel*
53%{_mandir}/man3/*
54
55%changelog
56* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.10-1
57- new upstream release.
58- rebuilt with perl-5.26.
59
60* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.09-2
61- build with Perl 5.16
62
63* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.09-1
64- initial build for Vine Linux
65
66* Tue Jan 17 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.09-1
67- Update to 0.09
68- Add missing BR
69
70* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-7
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72
73* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.07-6
74- Perl mass rebuild
75
76* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.07-5
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-4
80- 661697 rebuild for fixing problems with vendorach/lib
81
82* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-3
83- Mass rebuild with perl-5.12.0
84
85* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.07-2
86- Mass rebuild with perl-5.12.0
87
88* Mon Apr 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.07-1
89- Update to 0.07
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.06-2
92- rebuild against perl 5.10.1
93
94* Tue Jul 21 2009 Nicolas Chauvet (kwizart) 0.06-1
95- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.