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

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

shutter の依存物を更新。

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