]> git.pld-linux.org Git - packages/perl-HTTP-BrowserDetect.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:52:27 +0000 (12:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:52:27 +0000 (12:52 +0200)
perl-HTTP-BrowserDetect.spec

index 967bb6b4a6891a9fd3ee6fe43a5323edbfe54314..2d32e9148a136765fce150538bbc78bd8d62261c 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    HTTP
 %define                pnam    BrowserDetect
+%include       /usr/lib/rpm/macros.perl
 Summary:       HTTP::BrowserDetect - determine the Web browser, version, and platform from an HTTP user agent string
 Summary(pl.UTF-8):     HTTP::BrowserDetect - moduł określający przeglądarkę WWW, wersję i platformę z nagłówka HTTP User-Agent
 Name:          perl-HTTP-BrowserDetect
@@ -15,6 +15,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: b743ea93895196a677bc62dd7a85b455
+URL:           http://search.cpan.org/dist/HTTP-BrowserDetect/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -26,7 +27,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The HTTP::BrowserDetect object does a number of tests on an HTTP user
-agent string.  The results of these tests are available via methods of
+agent string. The results of these tests are available via methods of
 the object.
 
 %description -l pl.UTF-8
This page took 0.11225 seconds and 4 git commands to generate.