]> git.pld-linux.org Git - packages/perl-Filesys-Virtual-Async-inMemory.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:45:10 +0000 (12:45 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:45:10 +0000 (12:45 +0200)
perl-Filesys-Virtual-Async-inMemory.spec

index 7a00bef62d8503478d7704c3f016645977083a79..c56eda72f598603409752b3abb0e75c621aa2a19 100644 (file)
@@ -1,12 +1,11 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    Filesys
 %define        pnam    Virtual-Async-inMemory
+%include       /usr/lib/rpm/macros.perl
 Summary:       perl(Filesys::Virtual::Async::inMemory)
-#Summary(pl.UTF-8):    
 Name:          perl-Filesys-Virtual-Async-inMemory
 Version:       0.01
 Release:       1
@@ -15,8 +14,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Filesys/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: eaccc90cdd17eda43212e31215d7cfbd
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Filesys-Virtual-Async-inMemory/
+URL:           http://search.cpan.org/dist/Filesys-Virtual-Async-inMemory/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -28,17 +26,12 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module lets you run the Filesys::Virtual::Async API entirely in memory. Nothing special here, really :)
-
-This module makes extensive use of the functions in File::Spec to be portable, so it might trip you up if
-you are developing on a linux box and trying to play with '/foo' on a win32 box :)
-
-This constructor accepts either a hashref or a hash, valid options are:
-
-
+This module lets you run the Filesys::Virtual::Async API entirely in
+memory. Nothing special here, really :)
 
-# %description -l pl.UTF-8
-# TODO
+This module makes extensive use of the functions in File::Spec to be
+portable, so it might trip you up if you are developing on a linux box
+and trying to play with '/foo' on a win32 box :)
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.119101 seconds and 4 git commands to generate.