Author: radek Date: Sat Jun 11 13:59:33 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - release 3: resolve conflict with perl-tools (mv * *.cpan)
---- Files affected: SPECS: perl-Pod-Parser.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/perl-Pod-Parser.spec diff -u SPECS/perl-Pod-Parser.spec:1.8 SPECS/perl-Pod-Parser.spec:1.9 --- SPECS/perl-Pod-Parser.spec:1.8 Sat Jun 11 09:30:45 2005 +++ SPECS/perl-Pod-Parser.spec Sat Jun 11 15:59:22 2005 @@ -10,13 +10,13 @@ Summary(pl): Pod::Parser - klasa bazowa do tworzenia klas filtrujących i tłumaczących POD Name: perl-Pod-Parser Version: 1.31 -Release: 2 +Release: 3 # I'm not sure how to interpret the README... License: Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 9239f922617f805bc9da2f71d717061c -Patch0: perl-Pod-Parser-broken.patch +Patch0: %{name}-broken.patch BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch @@ -43,7 +43,7 @@ It's gone to meet it's Maker! THIS IS AN EX-PARROT! -- The Dead Parrot Sketch, Monty Python's Flying Circus -Wykonaj s/parrot/pakiet/g, a poznasz status tej dystrybucji. +Wykonaj s/parrot/pakiet/g, a poznasz status tego modułu. Pod::Parser to klasa bazowa do tworzenia klas filtrujących i tłumaczących POD. Obsługuje większą część zadań związanych z analizą @@ -71,6 +71,14 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# resolve conflict with perl-tools +%{__mv} $RPM_BUILD_ROOT%{_bindir}/pod2usage{,.cpan} +%{__mv} $RPM_BUILD_ROOT%{_bindir}/podchecker{,.cpan} +%{__mv} $RPM_BUILD_ROOT%{_bindir}/podselect{,.cpan} +%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/pod2usage{,.cpan}.1p +%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/podchecker{,.cpan}.1p +%{__mv} $RPM_BUILD_ROOT%{_mandir}/man1/podselect{,.cpan}.1p + %clean rm -rf $RPM_BUILD_ROOT @@ -87,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2005/06/11 13:59:22 radek +- release 3: resolve conflict with perl-tools (mv * *.cpan) + Revision 1.8 2005/06/11 07:30:45 radek - this parrot is dead (updated description) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-Pod-Parser.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
