From 1ad41d127d5c74171b42e45550e4e7bf87d7b515 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 25 Nov 2014 12:38:42 +0200 Subject: [PATCH] use generic url --- perl-Devel-SmallProf.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/perl-Devel-SmallProf.spec b/perl-Devel-SmallProf.spec index 57ad9ed..d2726b9 100644 --- a/perl-Devel-SmallProf.spec +++ b/perl-Devel-SmallProf.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir Devel %define pnam SmallProf +%include /usr/lib/rpm/macros.perl Summary: Devel::SmallProf - per-line Perl profiler Summary(pl.UTF-8): Devel::SmallProf - system wspomagania programowania w Perlu Name: perl-Devel-SmallProf @@ -15,14 +15,15 @@ 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: 498704ed1b888fc62b0c7092f8b590f5 -BuildRequires: rpm-perlprov >= 4.1-13 +URL: http://search.cpan.org/dist/Devel-SmallProf/ BuildRequires: perl-devel >= 1:5.8.0 +BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The Devel::SmallProf profiler is focused on the time taken for a -program run on a line-by-line basis. It is intended to be as "small" +program run on a line-by-line basis. It is intended to be as "small" in terms of impact on the speed and memory usage of the profiled program as possible and also in terms of being simple to use. -- 2.44.0