]> git.pld-linux.org Git - packages/perl-Apache-Cookie-Encrypted.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 08:10:31 +0000 (10:10 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 08:10:31 +0000 (10:10 +0200)
perl-Apache-Cookie-Encrypted.spec

index 465733cf11bdaf031e9d4433384fb6b38a80734e..2fc15301f9eaea8d957606fc83db56b638efd876 100644 (file)
@@ -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)
 
This page took 0.063205 seconds and 4 git commands to generate.