source: projects/specs/branches/6/p/perl-Test-Memory-Cycle/perl-Test-Memory-Cycle-vl.spec @ 3699

Revision 3699, 3.5 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

  • build with perl 5.12.3
  • add Vendor and Distribution tags
Line 
1Name:           perl-Test-Memory-Cycle
2Version:        1.04
3Release:        2%{?_dist_release}
4Summary:        Check for memory leaks and circular memory references
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/Test-Memory-Cycle/
9Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-Memory-Cycle-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildArch:      noarch
13BuildRequires:  perl(Devel::Cycle) >= 1.07
14BuildRequires:  perl(PadWalker)
15BuildRequires:  perl(Test::Builder::Tester)
16BuildRequires:  perl(Test::Simple) >= 0.62
17BuildRequires:  perl(Test::Pod)
18BuildRequires:  perl(Test::Pod::Coverage)
19Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
20
21Vendor: Project Vine
22Distribution: Vine Linux
23
24%description
25Perl's garbage collection has one big problem: Circular references
26can't get cleaned up.  A circular reference can be as simple as two
27objects that refer to each other.
28"Test::Memory::Cycle" is built on top of "Devel::Cycle" to give you an
29easy way to check for these circular references.
30
31
32%prep
33%setup -q -n Test-Memory-Cycle-%{version}
34
35
36%build
37%{__perl} Makefile.PL INSTALLDIRS=vendor
38%{__make} %{?_smp_mflags}
39
40
41%install
42%{__rm} -rf $RPM_BUILD_ROOT
43%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
44find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
45find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
46%{__chmod} -R u+w $RPM_BUILD_ROOT/*
47
48
49%check
50%{__make} test
51
52
53%clean
54%{__rm} -rf $RPM_BUILD_ROOT
55
56
57%files
58%defattr(-,root,root,-)
59%doc Changes README
60%{perl_vendorlib}/Test/
61%{_mandir}/man3/*.3pm*
62
63
64%changelog
65* Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 1.04-2
66- build with perl 5.12.3
67- add Vendor and Distribution tags
68
69* Thu Nov 05 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.04-1
70- initial build for Vine Linux based on fedora development
71
72* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-7
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
74
75* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.04-6
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
77
78* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.04-5
79- Rebuild normally, second pass
80
81* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.04-4
82- Rebuild for perl 5.10 (again), first pass
83
84* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.04-3
85- rebuild normally, second pass
86
87* Sun Jan 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.04-2
88- rebuild for new perl, disable T-P-C and tests for first pass
89
90* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
91- Update to 1.04.
92
93* Mon Feb 20 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-2
94- Rebuild for FC5 (perl 5.8.8).
95
96* Tue May 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.02-1
97- Update to 1.02.
98
99* Sat May 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-4
100- Add dist tag.
101
102* Fri Apr 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-3
103- Fedora Extras: FC-4 version.
104
105* Fri Apr 22 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.00-2
106- Fedora Extras: FC-3 version.
107
108* Wed Apr 20 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.00-0.fdr.2
109- RedHat 9.0 (8.0 and 7.3): CGI.pm is shipped as perl-CGI (#1824).
110
111* Mon Jan 24 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:1.00-0.fdr.1
112- Update to 1.00.
113
114* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.02-0.fdr.1
115- First build.
Note: See TracBrowser for help on using the repository browser.