Author: glen Date: Wed Jul 26 19:14:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 2.08, generic URL
---- Files affected: SPECS: perl-Class-MethodMaker.spec (1.31 -> 1.32) ---- Diffs: ================================================================ Index: SPECS/perl-Class-MethodMaker.spec diff -u SPECS/perl-Class-MethodMaker.spec:1.31 SPECS/perl-Class-MethodMaker.spec:1.32 --- SPECS/perl-Class-MethodMaker.spec:1.31 Sat Jun 4 10:07:25 2005 +++ SPECS/perl-Class-MethodMaker.spec Wed Jul 26 21:14:12 2006 @@ -9,20 +9,21 @@ Summary: Class::MethodMaker - a module for creating generic methods Summary(pl): Class::MethodMaker - moduł do tworzenia ogólnych metod Name: perl-Class-MethodMaker -Version: 2.07 +Version: 2.08 Release: 1 # same as perl 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: fe65529977de6a7ccac86c00ac1f8f1f +# Source0-md5: 35b65629c3b4a4da3124ddd5c35e8c34 +URL: http://search.cpan.org/dist/Class-MethodMaker/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This module solves the problem of having to write a bazillion get/set -methods that are all the same. The argument to 'use' is a hash whose +methods that are all the same. The argument to 'use' is a hash whose keys are the names of types of generic methods generated by MethodMaker and whose values tell method maker what methods to make. (More precisely, the keys are the names of MethodMaker methods @@ -57,6 +58,10 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Class/.placeholder +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Class/MethodMaker/end.pod +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/Class/cmmg.pl + %clean rm -rf $RPM_BUILD_ROOT @@ -73,6 +78,7 @@ %{perl_vendorarch}/auto/Class/MethodMaker/Engine/*.al %{perl_vendorarch}/auto/Class/MethodMaker/Engine/*.ix %attr(755,root,root) %{perl_vendorarch}/auto/Class/MethodMaker/*.so +%{perl_vendorarch}/auto/Class/MethodMaker/MethodMaker.bs %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -81,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.32 2006/07/26 19:14:12 glen +- 2.08, generic URL + Revision 1.31 2005/06/04 08:07:25 radek - s/Class::end.3pm/Class::MethodMaker::end.3pm/ (moved the pod file) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Class-MethodMaker.spec?r1=1.31&r2=1.32&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
