source: projects/specs/branches/6/p/perl-Class-Accessor/perl-Class-Accessor-vl.spec @ 3228

Revision 3228, 2.1 KB checked in by iwaim, 13 years ago (diff)

perl-Class-Accessor

Line 
1Name:           perl-Class-Accessor
2Version:        0.34
3Release:        2%{?_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* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 0.34-2
50- build with perl 5.12.3
51- add Vendor and Distribution tags
52
53* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34-1
54- new upstream release
55- applied new versioning policy
56
57* Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.31-0vl1
58- initial build for Vine Linux
59
60* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.30-1
61- bump to 0.30
62
63* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-2
64- bump for fc6
65
66* Wed Aug  2 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-1
67- bump to 0.27
68
69* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.25-1
70- bump to 0.25
71
72* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.22-1
73- bump to 0.22
74
75* Fri Aug  5 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-3
76- add examples/ to %doc
77
78* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-2
79- cleanups
80
81* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-1
82- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.