]> git.pld-linux.org Git - packages/perl-Proc-Forkfunc.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Nov 2014 10:34:52 +0000 (12:34 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Nov 2014 10:34:52 +0000 (12:34 +0200)
perl-Proc-Forkfunc.spec

index 4b354d43c00a3a1cbfb6c2e5d04cbb6791d3cfd3..3c74e904a98c46236716a07f2aae8c3abdcae0ad 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Proc
 %define                pnam    Forkfunc
+%include       /usr/lib/rpm/macros.perl
 Summary:       Proc::Forkfunk Perl module - fork off a function
 Summary(pl.UTF-8):     Moduł Perla Proc::Forkfunk - uruchamianie funkcji w procesie potomnym
 Name:          perl-Proc-Forkfunc
@@ -14,14 +14,15 @@ License:    unknown
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 0b34666fa7fd32602f75d22a4da9adf6
+URL:           http://search.cpan.org/dist/Proc-Forkfunc/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Fork off a process.  Call a function on the child process the function
-should be passed in as a reference.  The child function should not
+Fork off a process. Call a function on the child process the function
+should be passed in as a reference. The child function should not
 return.
 
 %description -l pl.UTF-8
This page took 0.114653 seconds and 4 git commands to generate.