source: projects/specs/trunk/p/perl-Devel-Cycle/perl-Devel-Cycle-vl.spec @ 9107

Revision 9107, 3.5 KB checked in by inagaki, 9 years ago (diff)

2014-11-22 Ryoichi INAGAKI <ryo1@…>

  • perl-Config-Tiny, perl-Devel-Cycle, perl-Email-Address, perl-Perl-{Crytic, MinimumVersion?}, perl-Test-MinimumVersion?: updated
  • perl-Test-Memory-Cycle: rebuilt


Line 
1Name:           perl-Devel-Cycle
2Version:        1.12
3Release:        1%{?_dist_release}
4Summary:        Find memory cycles in objects
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Devel-Cycle/
8Source0:        http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11BuildArch:      noarch
12BuildRequires:  perl(PadWalker) >= 1.0
13BuildRequires:  perl(ExtUtils::MakeMaker)
14BuildRequires:  perl(Test::More)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16Requires:       perl(PadWalker) >= 1.0
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21%description
22This is a simple developer's tool for finding circular references in
23objects and other types of references. Because of Perl's reference-count
24based memory management, circular references will cause memory leaks.
25
26%prep
27%setup -q -n Devel-Cycle-%{version}
28
29%build
30%{__perl} Makefile.PL INSTALLDIRS=vendor
31%{__make} %{?_smp_mflags}
32
33%install
34%{__rm} -rf $RPM_BUILD_ROOT
35
36%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
37
38find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
39find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
40
41%{_fixperms} $RPM_BUILD_ROOT/*
42
43%check
44%{__make} test
45
46%clean
47%{__rm} -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(-,root,root,-)
51%doc Changes README
52%{perl_vendorlib}/*
53%{_mandir}/man3/*
54
55%changelog
56* Fri Nov 21 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.12-1
57- updated to 1.12
58- built with perl 5.16.3
59
60* Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.10-2
61- build with perl 5.12.3
62- add Vendor and Distribution tags
63
64* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.10-1
65- initial build for Vine Linux based on fedora development
66
67* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
69
70* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
72
73* Tue Jul 15 2008 Steven Pritchard <steve@kspei.com> 1.10-1
74- Update to 1.10.
75
76* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 1.09-1
77- Update to 1.09.
78- Reformat to match cpanspec output.
79- Fix find option order.
80- Use fixperms macro instead of our own chmod incantation.
81
82* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-3
83- Rebuild for perl 5.10 (again)
84
85* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-2
86- rebuild for new perl
87
88* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-1.2
89- add BR: perl(Test::More)
90
91* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-1.1
92- correct license tag
93- add BR: perl(ExtUtils::MakeMaker)
94
95* Wed May 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
96- Update to 1.07.
97- Requirement version: perl(PadWalker) >= 1.0.
98
99* Mon May 22 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
100- Update to 1.05.
101- New requirement: perl(PadWalker).
102
103* Thu Feb 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-4
104- Rebuild for FC5 (perl 5.8.8).
105
106* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-3
107- Add dist tag.
108
109* Mon May 02 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-2
110- Update to 1.04.
111
112* Fri Apr 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-2
113- Fedora Extras: FC-4 version.
114
115* Mon Jan 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.03-0.fdr.1
116- Update to 1.03.
117
118* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.02-0.fdr.1
119- First build.
Note: See TracBrowser for help on using the repository browser.