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

Revision 12310, 2.3 KB checked in by tomop, 4 years ago (diff)

updated 18 packages

bind-9.11.12-1

bison-3.4.2-1

clisp-2.49.93-1

exiv2-0.27.2-1

firefox-68.2.0-1

galera-26.4.3-1

gcr-3.28.1-1

glib2-2.62.2-1

golang-1.13.4-1

incron-0.5.12-3

libgexiv2-0.12.0-1

libsecret-0.18.8-2

mariadb-10.4.10-1

perl-Bit-Vector-7.4-1

perl-Class-Accessor-0.51-1

seahorse-3.34-1

thunderbird-68.2.1-1

wireshark-3.0.6-1

Line 
1Name:           perl-Class-Accessor
2Version:        0.51
3Release:        1%{?_dist_release}
4Summary:        Automated accessor generation
5Group:          Development/Libraries
6License:        GPL or Artistic
7URL:            https://metacpan.org/pod/Class::Accessor
8Source0:        https://cpan.metacpan.org/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* Thu Oct 31 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.51-1
50- new upstream release.
51
52* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.34-3
53- rebuilt with perl-5.16.3
54
55* Wed Mar 30 2011 IWAI, Masaharu <iwai@alib.jp> 0.34-2
56- build with perl 5.12.3
57- add Vendor and Distribution tags
58
59* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.34-1
60- new upstream release
61- applied new versioning policy
62
63* Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.31-0vl1
64- initial build for Vine Linux
65
66* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.30-1
67- bump to 0.30
68
69* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-2
70- bump for fc6
71
72* Wed Aug  2 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.27-1
73- bump to 0.27
74
75* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.25-1
76- bump to 0.25
77
78* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.22-1
79- bump to 0.22
80
81* Fri Aug  5 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-3
82- add examples/ to %doc
83
84* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-2
85- cleanups
86
87* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.19-1
88- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.