From: Elan Ruusamäe Date: Wed, 26 Nov 2014 10:34:52 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=a7328a61bc45a4c10dcb784eade718b1f7d9fd47;p=packages%2Fperl-Proc-Forkfunc.git use generic url --- diff --git a/perl-Proc-Forkfunc.spec b/perl-Proc-Forkfunc.spec index 4b354d4..3c74e90 100644 --- a/perl-Proc-Forkfunc.spec +++ b/perl-Proc-Forkfunc.spec @@ -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