From: Elan Ruusamäe Date: Tue, 25 Nov 2014 08:10:31 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=cd24520781aa41d9ef70827d268d4649f8bb95b5;p=packages%2Fperl-Apache-Cookie-Encrypted.git use generic url --- diff --git a/perl-Apache-Cookie-Encrypted.spec b/perl-Apache-Cookie-Encrypted.spec index 465733c..2fc1530 100644 --- a/perl-Apache-Cookie-Encrypted.spec +++ b/perl-Apache-Cookie-Encrypted.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir Apache %define pnam CookieEncrypted +%include /usr/lib/rpm/macros.perl Summary: Apache::Cookie::Encrypted - encrypted HTTP cookies class Summary(pl.UTF-8): Apache::Cookie::Encrypted - klasa szyfrowanych ,,cookie'' HTTP Name: perl-Apache-Cookie-Encrypted @@ -15,14 +15,15 @@ License: GPL v1+ or Artistic or Apache Software License 1.1 Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}%{pnam}-%{version}.tar.gz # Source0-md5: d8dac472f79ccfc33418423137f1d4bb -BuildRequires: perl-devel >= 1:5.8.0 +URL: http://search.cpan.org/dist/Apache-CookieEncrypted/ BuildRequires: perl-Crypt-Blowfish >= 2.06 BuildRequires: perl-Crypt-CBC >= 1.25 +BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: perl-libapreq >= 0.01 BuildRequires: rpm-perlprov >= 4.1-13 +Requires: perl(Apache::Cookie) >= 0.01 Requires: perl(Crypt::Blowfish) >= 2.06 Requires: perl(Crypt::CBC) >= 1.25 -Requires: perl(Apache::Cookie) >= 0.01 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)