]> git.pld-linux.org Git - packages/perl-Log-LogLite.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 11:11:15 +0000 (13:11 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 11:11:15 +0000 (13:11 +0200)
perl-Log-LogLite.spec

index 010805661707d353a0f63d0c2903ce0945bf4bce..7ee1ba406bfaf0eb1b74a73430b7f9c06c54438d 100644 (file)
@@ -2,10 +2,10 @@
 # Conditional build:
 %bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    Log
 %define        pnam    LogLite
+%include       /usr/lib/rpm/macros.perl
 Summary:       Log::LogLite - class to help us create simple logs for our application
 Summary(pl.UTF-8):     Log::LogLite - klasa pomagająca tworzyć proste logi z aplikacji
 Name:          perl-Log-LogLite
@@ -16,6 +16,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: 67e72da51df7423c028b4dc0186f5f52
+URL:           http://search.cpan.org/dist/Log-LogLite/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with autodeps} || %{with tests}
@@ -26,7 +27,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 In order to have a log we have first to create a Log::LogLite object.
-The Log::LogLite object is created with a logging level. The default 
+The Log::LogLite object is created with a logging level. The default
 logging level is 5. After the Log::LogLite object is created, each
 call to the write method may write a new line in the log file. If the
 level of the message is lower or equal to the logging level, the
This page took 0.140806 seconds and 4 git commands to generate.