]> git.pld-linux.org Git - packages/perl-Archive-Zip.git/commitdiff
- initial revision perl-Archive-Zip-0_11-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Apr 2001 14:59:01 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Archive-Zip.spec -> 1.1

perl-Archive-Zip.spec [new file with mode: 0644]

diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec
new file mode 100644 (file)
index 0000000..22b2588
--- /dev/null
@@ -0,0 +1,46 @@
+%include       /usr/lib/rpm/macros.perl
+Summary:       Archive-Zip perl module
+Summary(pl):   Modu³ perla Archive-Zip
+Name:          perl-Archive-Zip
+Version:       0.11
+Release:       1
+License:       GPL
+Group:         Development/Languages/Perl
+Group(de):     Entwicklung/Sprachen/Perl
+Group(pl):     Programowanie/Jêzyki/Perl
+Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/Archive/Archive-Zip-%{version}.zip
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: perl >= 5.6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Archive-Zip - module for manipulation of zip archives.
+
+%description -l pl
+Archive-Zip - modu³ do manipulacji archiwami zip.
+
+%prep
+%setup -q -n Archive-Zip-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf README TODO docs/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz docs/*.gz
+%attr(755,root,root) %{_bindir}/crc32
+%dir %{perl_sitelib}/Archive/Zip
+%{perl_sitelib}/Archive/Zip/*.pm
+%{perl_sitelib}/Archive/Zip.pm
This page took 0.081804 seconds and 4 git commands to generate.