From: Elan Ruusamäe Date: Wed, 26 Nov 2014 13:11:39 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=848e069989873602c2d25cdf8a203fc62be18d19;p=packages%2Fperl-Template-Timer.git use generic url --- diff --git a/perl-Template-Timer.spec b/perl-Template-Timer.spec index 7048615..275e7a7 100644 --- a/perl-Template-Timer.spec +++ b/perl-Template-Timer.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir Template %define pnam Timer +%include /usr/lib/rpm/macros.perl Summary: Template::Timer - Rudimentary profiling for Template Toolkit Summary(pl.UTF-8): Template::Timer - podstawowe profilowanie dla Template Toolkitu Name: perl-Template-Timer @@ -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: b7d488e5a1fd4f8171c5f81183921dc2 +URL: http://search.cpan.org/dist/Template-Timer/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -29,8 +30,8 @@ throughout your code. It's an overridden version of Template::Context that wraps the process() and include() methods. %description -l pl.UTF-8 -Template::Timer udostępnia mierzenie czasu przetwarzania kodu. Jest -to przeciążona wersja klasy Template::Context przechwytująca metody +Template::Timer udostępnia mierzenie czasu przetwarzania kodu. Jest to +przeciążona wersja klasy Template::Context przechwytująca metody process() i include(). %prep