From: Jakub Bogusz Date: Wed, 7 Oct 2020 04:28:31 +0000 (+0200) Subject: - updated to 0.07 X-Git-Tag: auto/th/perl-Data-Section-Simple-0.07-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e31b1565e48f59bf5355c78365e1134bcca14dc7;p=packages%2Fperl-Data-Section-Simple.git - updated to 0.07 --- diff --git a/perl-Data-Section-Simple.spec b/perl-Data-Section-Simple.spec index 0428cdd..83c87e9 100644 --- a/perl-Data-Section-Simple.spec +++ b/perl-Data-Section-Simple.spec @@ -1,22 +1,24 @@ # # Conditional build: -%bcond_without tests # do not perform "make test" +%bcond_without tests # unit tests # %define pdir Data %define pnam Section-Simple Summary: Data::Section::Simple - Read data from __DATA__ section of file Summary(pl.UTF-8): Data::Section::Simple - odczyt danych z sekcji __DATA__ pliku Name: perl-Data-Section-Simple -Version: 0.05 +Version: 0.07 Release: 1 # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Data/%{pdir}-%{pnam}-%{version}.tar.gz -# Source0-md5: 082979ccfb4017bc952902d129887ce9 -URL: http://search.cpan.org/dist/Data-Section-Simple/ -BuildRequires: perl-devel >= 1:5.8.0 +# Source0-md5: 5a079d3d7712fa3c8256494cf026a153 +URL: https://metacpan.org/release/Data-Section-Simple +BuildRequires: perl-ExtUtils-MakeMaker >= 6.30 +BuildRequires: perl-devel >= 1:5.8.1 BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.745 %if %{with tests} BuildRequires: perl-Test-Requires BuildRequires: perl-Test-Simple >= 0.88