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

index 9ff1366d18220be90a2978f1dc073f6d12ca88bb..86adbe2af15fec8f08498f365adf6d5c2ced068a 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-Dispatcher
+%include       /usr/lib/rpm/macros.perl
 Summary:       perl(Filesys::Virtual::Async::Dispatcher)
-#Summary(pl.UTF-8):    
 Name:          perl-Filesys-Virtual-Async-Dispatcher
 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: de5133e55de1250f1e4a0d1d1bb47112
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Filesys-Virtual-Async-Dispatcher/
+URL:           http://search.cpan.org/dist/Filesys-Virtual-Async-Dispatcher/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -27,20 +25,19 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module allows you to have arbitrary combinations of Filesys::Virtual::Async objects mounted and expose a
-single filesystem. The dispatcher will correctly map methods to the proper object based on their path in the
-filesystem. This works similar to the way linux manages mounts in a single "visible" filesystem.
-
-It might be a bit confusing on how the paths work at first. I'm sure with a bit of experimentation and looking
-at the documentation for the Filesys::Virtual::Async::XYZ subclass, you'll get it!
-
-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 mount '/foo' on a win32 box :)
-
+This module allows you to have arbitrary combinations of
+Filesys::Virtual::Async objects mounted and expose a single
+filesystem. The dispatcher will correctly map methods to the proper
+object based on their path in the filesystem. This works similar to
+the way linux manages mounts in a single "visible" filesystem.
 
+It might be a bit confusing on how the paths work at first. I'm sure
+with a bit of experimentation and looking at the documentation for the
+Filesys::Virtual::Async::XYZ subclass, you'll get it!
 
-# %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 mount '/foo' on a win32 box :)
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.091093 seconds and 4 git commands to generate.