From 417a9b88bbb51289d49afb55afdc7fa021195c45 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 25 Nov 2014 11:12:31 +0200 Subject: [PATCH] use generic url --- perl-Class-DBI-Plugin.spec | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/perl-Class-DBI-Plugin.spec b/perl-Class-DBI-Plugin.spec index 6bc3b97..7bba832 100644 --- a/perl-Class-DBI-Plugin.spec +++ b/perl-Class-DBI-Plugin.spec @@ -1,12 +1,11 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir Class %define pnam DBI-Plugin +%include /usr/lib/rpm/macros.perl Summary: Class::DBI::Plugin - Abstract base class for Class::DBI plugins -#Summary(pl.UTF-8): Name: perl-Class-DBI-Plugin Version: 0.03 Release: 1 @@ -15,7 +14,7 @@ License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Class/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: b020611a93fe51cbcdfd78f2cbf872cb -#URL: http://search.cpan.org/dist/Class-DBI-Plugin/ +URL: http://search.cpan.org/dist/Class-DBI-Plugin/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -25,17 +24,11 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Class::DBI::Plugin is an abstract base class for Class::DBI plugins. Its -purpose is to make writing plugins easier. Writers of plugins should be able -to concentrate on the functionality their module provides, instead of having -to deal with the symbol table hackery involved when writing a plugin -module. -Only three things must be remembered: - - - -# %description -l pl.UTF-8 -# TODO +Class::DBI::Plugin is an abstract base class for Class::DBI plugins. +Its purpose is to make writing plugins easier. Writers of plugins +should be able to concentrate on the functionality their module +provides, instead of having to deal with the symbol table hackery +involved when writing a plugin module. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -49,7 +42,6 @@ Only three things must be remembered: %install rm -rf $RPM_BUILD_ROOT - %{__make} pure_install \ DESTDIR=$RPM_BUILD_ROOT -- 2.44.0