source: projects/specs/trunk/p/perl-Devel-FindRef/perl-Devel-FindRef-vl.spec @ 8670

Revision 8670, 3.0 KB checked in by iwaim, 10 years ago (diff)

perl-Devel-FindRef? 1.42-2

Line 
1Name:           perl-Devel-FindRef
2Version:        1.42
3Release:        2%{?_dist_release}
4Summary:        Where is that reference to my variable hiding?
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Devel-FindRef/
8Source0:        http://www.cpan.org/authors/id/M/ML/MLEHMANN/Devel-FindRef-%{version}2.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires:  perl(ExtUtils::MakeMaker)
11BuildRequires:  perl(common::sense)
12Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13
14%description
15Tracking down reference problems (e.g. you expect some object to be
16destroyed, but there are still references to it that keep it alive) can be
17very hard. Fortunately, perl keeps track of all its values, so tracking
18references "backwards" is usually possible.
19
20%prep
21%setup -q -n Devel-FindRef-%{version}2
22
23
24%build
25%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
26make %{?_smp_mflags}
27
28%install
29rm -rf %{buildroot}
30
31make pure_install PERL_INSTALL_ROOT=%{buildroot}
32
33find %{buildroot} -type f -name .packlist -exec rm -f {} \;
34find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
35find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
36
37%{_fixperms} %{buildroot}/*
38
39%check
40make test
41
42%clean
43rm -rf %{buildroot}
44
45%files
46%defattr(-,root,root,-)
47%doc Changes COPYING README
48%{perl_vendorarch}/auto/Devel
49%{perl_vendorarch}/Devel
50%{_mandir}/man3/Devel*.3*
51
52%changelog
53* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.42-2
54- build with Perl 5.16
55
56* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.42-1
57- initial build for Vine Linux
58
59* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-14
60- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
61
62* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.42-13
63- Perl mass rebuild
64
65* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-12
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67
68* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-11
69- 661697 rebuild for fixing problems with vendorach/lib
70
71* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-10
72- Mass rebuild with perl-5.12.0
73
74* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.42-9
75- Mass rebuild with perl-5.12.0
76
77* Sun Dec 20 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.42-8
78- Add BR perl(common::sense)
79
80* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.42-7
81- rebuild against perl 5.10.1
82
83* Mon Aug 31 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 1.42-5
84- Update internal version to 1.422
85
86* Tue Aug  4 2009 Stepan Kasal <skasal@redhat.com> 1.42-3
87- back out the previous rebuild
88
89* Fri Jul 31 2009 Stepan Kasal <skasal@redhat.com> 1.42-2
90- rebuild against perl build without -DDEBUGGING
91
92* Mon Jul 27 2009 Nicolas Chauvet (kwizart) 1.42-1
93- Specfile autogenerated by cpanspec 1.78.
Note: See TracBrowser for help on using the repository browser.