]> git.pld-linux.org Git - packages/perl-IO-String.git/commitdiff
- new %%doc, better pl description; release 7 RA-1_0 STABLE perl-IO-String-1_01-7
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 20 Jul 2002 10:20:31 +0000 (10:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-String.spec -> 1.20

perl-IO-String.spec

index 44323ddbdff228e85da0694522a7e3df8d2f666c..6ea603a80540dfc731f5bdad07346a01a08540ff 100644 (file)
@@ -5,20 +5,21 @@ Summary:      IO::String perl module
 Summary(pl):   Modu³ perla IO::String
 Name:          perl-IO-String
 Version:       1.01
-Release:       6
+Release:       7
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-IO::String module provide the IO::File interface for in-core strings.
+IO::String module emulates the IO::File interface for in-core strings.
 
 %description -l pl
-Modu³ perla IO::String.
+Modu³ perla IO::String, emuluj±cy interfejs IO::File dla ci±gów
+znaków.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -32,13 +33,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf Changes README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc Changes README
 %{perl_sitelib}/IO/String.pm
 %{_mandir}/man3/*
This page took 0.031399 seconds and 4 git commands to generate.