source: projects/specs/trunk/p/perl-Archive-Zip/perl-Archive-Zip-vl.spec @ 12120

Revision 12120, 4.0 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Summary: Perl library for accessing Zip archives
2Name: perl-Archive-Zip
3Version: 1.64
4Release: 1%{?_dist_release}
5Group: Development/Libraries
6License: GPL+ or Artistic
7URL: http://search.cpan.org/dist/Archive-Zip/
8
9Source0: http://search.cpan.org/CPAN/authors/id/S/SM/SMPETERS/Archive-Zip-%{version}.tar.gz
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildArch: noarch
13BuildRequires: perl(ExtUtils::MakeMaker)
14BuildRequires: perl(File::Which)
15BuildRequires: perl(Test::MockModule)
16Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21
22%description
23The Archive::Zip module allows a Perl program to create, manipulate,
24read, and write Zip archive files.
25Zip archives can be created, or you can read from existing zip files.
26Once created, they can be written to files, streams, or strings.
27Members can be added, removed, extracted, replaced, rearranged, and
28enumerated.  They can also be renamed or have their dates, comments,
29or other attributes queried or modified.  Their data can be compressed
30or uncompressed as needed.  Members can be created from members in
31existing Zip files, or from existing directories, files, or strings.
32
33
34%prep
35%setup -q -n Archive-Zip-%{version}
36for F in examples/*.pl; do
37    perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
38done
39
40
41%build
42perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
43make %{?_smp_mflags}
44
45
46%install
47make pure_install DESTDIR=$RPM_BUILD_ROOT
48%{_fixperms} $RPM_BUILD_ROOT/*
49
50
51%check
52make test
53
54
55%clean
56%{__rm} -rf $RPM_BUILD_ROOT
57
58
59%files
60%defattr(-,root,root,-)
61%doc Changes README.md examples/
62%{_bindir}/crc32
63%{perl_vendorlib}/Archive/
64%{_mandir}/man3/Archive*.3*
65
66
67%changelog
68* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.64-1
69- new upstream release.
70- rebuilt with perl-5.26.
71
72* Wed Nov 19 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.39-1
73- new upstream release
74
75* Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.37-1
76- new upstream release.
77
78* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.23-2
79- rebuilt with perl-5.12.3
80
81* Thu May  1 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 1.23-1
82- rebuilt with perl-5.10.0.
83
84* Mon Mar 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.23-0vl1
85- new upstream release
86
87* Sun Jul 22 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20-0vl1
88- new upstream release
89
90* Tue Dec  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.18-0vl1
91- new upstream release
92- added BuildRequires: perl-File-Which
93- changed Group to Development/Libraries
94
95* Mon Sep 18 2006 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.16-0vl1
96- rebuild for Vine 4.0 beta 2
97
98* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com>
99- sh: line 0: fg: no job control
100- rebuild
101
102* Fri Feb 03 2006 Jason Vas Dias<jvdias@redhat.com> - 1.16-1.2
103- rebuilt for new perl-5.8.8
104
105* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
106- rebuilt for new gcc
107
108* Mon Jul 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.16-1
109- Update to 1.16.
110
111* Thu Apr 14 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.14-1
112- Update to 1.14.
113
114* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
115- rebuilt
116
117* Sun Aug 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.12-0.fdr.1
118- Update to 1.12.
119
120* Tue Jul  6 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.11-0.fdr.1
121- Update to 1.11.
122- Bring up to date with current fedora.us Perl spec template.
123
124* Sun Apr 18 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.10-0.fdr.1
125- Update to 1.10.
126- Reduce directory ownership bloat.
127- Require perl(:MODULE_COMPAT_*).
128
129* Fri Nov 28 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.09-0.fdr.1
130- Update to 1.09.
131
132* Wed Oct 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.08-0.fdr.1
133- Update to 1.08.
134
135* Tue Oct 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.07-0.fdr.1
136- Update to 1.07.
137
138* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.06-0.fdr.1
139- Update to 1.06.
140- Specfile cleanups.
141
142* Sun Jun  8 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.05-0.fdr.1
143- First build.
Note: See TracBrowser for help on using the repository browser.