]> git.pld-linux.org Git - packages/perl-Archive-Zip.git/commitdiff
- version 1.03
authorradek <radek@pld-linux.org>
Sun, 8 Sep 2002 11:03:23 +0000 (11:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- provided informative summary/description
- fixed License field
- added Changes file and examples
STBR

Changed files:
    perl-Archive-Zip.spec -> 1.16

perl-Archive-Zip.spec

index 0f701755979fffb31d2bb5b0a421dabc29b444bd..3b0acffe6696902fc993c41cd41cc602b54ad5ab 100644 (file)
@@ -1,12 +1,12 @@
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    Archive
 %define                pnam    Zip
-Summary:       Archive::Zip perl module
-Summary(pl):   Modu³ perla Archive::Zip
+Summary:       Archive::Zip - module for manipulation of ZIP archives
+Summary(pl):   Archive::Zip - modu³ do manipulacji archiwami ZIP
 Name:          perl-Archive-Zip
 Version:       1.02
 Release:       1
-License:       GPL
+License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
@@ -15,10 +15,12 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Archive::Zip - module for manipulation of zip archives.
+The Archive::Zip module allows a Perl program to create, manipulate,
+read, and write ZIP archive files.
 
 %description -l pl
-Archive::Zip - modu³ do manipulacji archiwami zip.
+Modu³ Archive::Zip udostêpnia programom w Perlu mo¿liwo¶æ tworzenia,
+manipulowania, czytania i zapisywania archiwów ZIP.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -33,14 +35,18 @@ install -d $RPM_BUILD_ROOT%{_bindir}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README TODO docs/*
-%{_mandir}/man3/*
+%doc Change* README TODO docs/*
 %attr(755,root,root) %{_bindir}/crc32
 %dir %{perl_sitelib}/Archive/Zip
 %{perl_sitelib}/Archive/Zip/*.pm
 %{perl_sitelib}/Archive/Zip.pm
+%{_examplesdir}/%{name}-%{version}
+%{_mandir}/man3/*
This page took 0.078698 seconds and 4 git commands to generate.