]> git.pld-linux.org Git - packages/perl-Class-DBI-Plugin.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 09:12:31 +0000 (11:12 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 09:12:31 +0000 (11:12 +0200)
perl-Class-DBI-Plugin.spec

index 6bc3b9756a62e21caec20d19f44076d73eb47f53..7bba832265877ec3128e6c4740b8109843862f0f 100644 (file)
@@ -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
 
This page took 0.066828 seconds and 4 git commands to generate.