[packages/perl-MOP] use generic url

glen glen at pld-linux.org
Tue Nov 25 19:40:20 CET 2014


commit b1c242bc013b4f25afddaa5fc31ca408112a81cf
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 25 20:40:16 2014 +0200

    use generic url

 perl-MOP.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-MOP.spec b/perl-MOP.spec
index a2d3777..ea205ce 100644
--- a/perl-MOP.spec
+++ b/perl-MOP.spec
@@ -1,7 +1,9 @@
 #
 # Conditional build:
 %bcond_with	tests	# perform "make test"
-#
+
+%define		pdir	MOP
+%define		pnam	MOP
 %include	/usr/lib/rpm/macros.perl
 Summary:	MOP::MOP - Perl extension providing a meta-object protocol for Perl modules
 Summary(pl.UTF-8):	MOP::MOP - rozszerzenie Perla udostępniające modułom meta-obiektowy protokół
@@ -13,8 +15,9 @@ License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/MOP/MOP-%{version}.tar.gz
 # Source0-md5:	93c05ede1ecc9c01a385e4f21fd58382
-BuildRequires:	rpm-perlprov >= 4.1-13
+URL:		http://search.cpan.org/dist/MOP-MOP/
 BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires:	perl-Filter
 BuildRequires:	rsh
@@ -25,7 +28,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module provides a simple and, in my opinion, powerful meta-object
-protocol (MOP) for Perl5 modules.  In short, such MOP allows to trap
+protocol (MOP) for Perl5 modules. In short, such MOP allows to trap
 the method calls made on an object (represented by a reference) before
 they reach the original module implementing them. These method calls
 are redirected to another module, called the meta-module, before their
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-MOP.git/commitdiff/b1c242bc013b4f25afddaa5fc31ca408112a81cf



More information about the pld-cvs-commit mailing list