Author: radek Date: Sun Feb 17 18:27:38 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - release 3: noautoreq self (b0rken rpm wrr), provide self (uses version->new)
---- Files affected: SPECS: perl-Text-RecordParser.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/perl-Text-RecordParser.spec diff -u SPECS/perl-Text-RecordParser.spec:1.8 SPECS/perl-Text-RecordParser.spec:1.9 --- SPECS/perl-Text-RecordParser.spec:1.8 Sun Feb 17 19:19:39 2008 +++ SPECS/perl-Text-RecordParser.spec Sun Feb 17 19:27:33 2008 @@ -11,13 +11,15 @@ Summary(pl.UTF-8): Text::RecordParser - odczyt plików rekordowych Name: perl-Text-RecordParser Version: 1.2.1 -Release: 2 +Release: 3 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Text/%{pdir}-%{pnam}-v%{version}.tar.gz # Source0-md5: 65c2a85a2ed2a9bc791d377954bd5a44 URL: http://search.cpan.org/dist/Text-RecordParser/ +# sigh... perl.prov can't handle version->new(...) -- Safe.pm +Provides: perl(Text::RecordParser) = %{version} BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -27,6 +29,8 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _noautoreq 'perl(Text::RecordParser)' + %description This module is for reading record-oriented data. The most common example have records separated by newlines and fields separated by @@ -83,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2008-02-17 18:27:33 radek +- release 3: noautoreq self (b0rken rpm wrr), provide self (uses version->new) + Revision 1.8 2008-02-17 18:19:39 radek - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Text-RecordParser.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
