]> git.pld-linux.org Git - packages/perl-File-Remove.git/commitdiff
- summary/description/license fixes
authorankry <ankry@pld-linux.org>
Tue, 20 Apr 2004 13:59:20 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-File-Remove.spec -> 1.28

perl-File-Remove.spec

index 04c5fd7f5b801e636aa1eced3d9d63865ae8a9ee..dcf6b7a87a25fef355151cb1f41d961d5b4daf7f 100644 (file)
@@ -1,10 +1,11 @@
 %include       /usr/lib/rpm/macros.perl
-Summary:       File::Remove perl module
-Summary(pl):   Modu³ perla File::Remove
+Summary:       File::Remove - remove files and directories
+Summary(pl):   File::Remove - usuwanie plików i katalogów
 Name:          perl-File-Remove
 Version:       0.20
 Release:       9
-License:       GPL
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/File/File-Remove%{version}.tar.gz
 # Source0-md5: 11514a468dbdde199c611389ec13f269
@@ -14,10 +15,16 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-File::Remove removes files and directories.
+File::Remove removes files and directories. It acts like rm for the
+most part.  Although unlink can be given a list of files it will not
+remove directories.  This module remedies that.  It also accepts
+wildcards, * and ?, as arguments for filenames.
 
 %description -l pl
-File::Remove usuwa pliki i katalogi.
+File::Remove usuwa pliki i katalogi. Dzia³a w zasadzie jak rm.
+Jednak¿e, funkcji unlink mo¿na przekazaæ tylko listê plików, nie usuwa
+ona katalogów. Ten modu³ ma na to lekarstwo. Akceptuje równie¿
+metaznaki: * i ? jako argumenty dla nazw plików.
 
 %prep
 %setup -q -n File-Remove%{version}
This page took 0.065544 seconds and 4 git commands to generate.