]> git.pld-linux.org Git - packages/perl-Text-RecordParser.git/blobdiff - perl-Text-RecordParser.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Text-RecordParser.git] / perl-Text-RecordParser.spec
index b6b7827e67f19f57e0c888373f1c2444bdb21036..bc2ff86c7a01e0aa3b963b987dd5e06cae76ca96 100644 (file)
@@ -3,14 +3,13 @@
 %bcond_with    tests           # perform "make test"
                                # Text::TabularDisplay 1.21 not available yet
 #
-%include       /usr/lib/rpm/macros.perl
 %define        pdir    Text
 %define        pnam    RecordParser
 Summary:       Text::RecordParser - read record-oriented files
 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
@@ -23,9 +22,13 @@ BuildRequires:       rpm-perlprov >= 4.1-13
 BuildRequires: perl-Text-TabularDisplay >= 1.21
 BuildConflicts:        perl-Text-TabularDisplay = 1.20
 %endif
+# sigh... perl.prov can't handle version->new(...) -- Safe.pm
+Provides:      perl(Text::RecordParser) = %{version}
 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
This page took 0.074852 seconds and 4 git commands to generate.