source: projects/specs/trunk/p/perl-Class-Accessor/perl-Class-Accessor-vl.spec @ 9022

Revision 9022, 2.2 KB checked in by inagaki, 10 years ago (diff)

2014-10-25 Ryoichi INAGAKI <ryo1@…>

  • perl modules: rebuilt and update


Line 
1Name:           perl-Class-Accessor
2Version:        0.34
3Release:        3%{?_dist_release}
4Summary:        Automated accessor generation
5Group:          Development/Libraries
6License:        GPL or Artistic
7URL:            http://search.cpan.org/dist/Class-Accessor/
8Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/Class-Accessor-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10
11BuildArch:      noarch
12BuildRequires:  perl
13Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
14
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19%{summary}.
20
21%prep
22%setup -q -n Class-Accessor-%{version}
23
24%build
25%{__perl} Makefile.PL INSTALLDIRS=vendor
26make
27
28%install
29rm -rf $RPM_BUILD_ROOT
30make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
31find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
32find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
33chmod -R u+w $RPM_BUILD_ROOT/*
34
35%check
36make test
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41%files
42%defattr(-,root,root,-)
43%doc Changes examples/
44%{perl_vendorlib}/Class
45%{_mandir}/man3/*.3*
46
47
48%changelog
49* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.34-3
50- rebuilt with perl-5.16.3
51
52* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 0.34-2
53- build with perl 5.12.3
54- add Vendor and Distribution tags
55
56* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34-1
57- new upstream release
58- applied new versioning policy
59
60* Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.31-0vl1
61- initial build for Vine Linux
62
63* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.30-1
64- bump to 0.30
65
66* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-2
67- bump for fc6
68
69* Wed Aug  2 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-1
70- bump to 0.27
71
72* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.25-1
73- bump to 0.25
74
75* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.22-1
76- bump to 0.22
77
78* Fri Aug  5 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-3
79- add examples/ to %doc
80
81* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-2
82- cleanups
83
84* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-1
85- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.