From c695ed8e942fbaa06f6eff7c0606e9b9a7426714 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 25 Nov 2014 12:59:59 +0200 Subject: [PATCH] use generic url --- perl-IPC-Shareable.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/perl-IPC-Shareable.spec b/perl-IPC-Shareable.spec index 853f6be..a6d37e2 100644 --- a/perl-IPC-Shareable.spec +++ b/perl-IPC-Shareable.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_with tests # perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir IPC %define pnam Shareable +%include /usr/lib/rpm/macros.perl Summary: IPC::Shareable - share Perl variables between processes Summary(pl.UTF-8): IPC::Shareable - współdzielenie zmiennych Perla między procesami Name: perl-IPC-Shareable @@ -14,6 +14,7 @@ License: GPL v2+ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 51462dabfb4eec81e0b3417a9f9add4e +URL: http://search.cpan.org/dist/IPC-Shareable/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch @@ -22,7 +23,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. -Scalars, arrays, and hashes can be tied. The variable being tied may +Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures - including references to arrays, hashes of hashes, etc. -- 2.44.0