[packages/perl-Class-DBI-Plugin] use generic url
glen
glen at pld-linux.org
Tue Nov 25 10:12:35 CET 2014
commit 417a9b88bbb51289d49afb55afdc7fa021195c45
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Nov 25 11:12:31 2014 +0200
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Class-DBI-Plugin.git/commitdiff/417a9b88bbb51289d49afb55afdc7fa021195c45
More information about the pld-cvs-commit
mailing list