]> git.pld-linux.org Git - packages/perl-rpm-build-perl.git/blobdiff - perl-rpm-build-perl.spec
rebuild with perl 5.34.0
[packages/perl-rpm-build-perl.git] / perl-rpm-build-perl.spec
index da06db27db1c389310e7dd89f7ce973ebb6e9073..a675adcc9d48a436fed01f192ae7398955b2b33d 100644 (file)
@@ -2,14 +2,13 @@
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
 #
-%include       /usr/lib/rpm/macros.perl
 %define        pdir    rpm
 %define        pnam    build-perl
 Summary:       Calculate dependencies for Perl sources
 Summary(pl.UTF-8):     Znajdowanie zależności dla źródeł perlowych
 Name:          perl-rpm-build-perl
 Version:       0.82
-Release:       1
+Release:       9
 License:       GPL v2+
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/A/AT/ATOURBIN/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -18,9 +17,11 @@ Source0:     http://www.cpan.org/modules/by-authors/id/A/AT/ATOURBIN/%{pdir}-%{pnam}
 Patch0:                %{name}-perl5.22.patch
 # https://rt.cpan.org/Ticket/Attachment/1213691/640915/0001-Fix-non-deterministic-failures-on-newer-perls.patch
 Patch1:                %{name}-non-deterministic-failures.patch
+Patch2:                rpm-build-perl-0.82-Port-to-OpSIBLING-like-macros-required-since-Perl-5..patch
 URL:           http://search.cpan.org/dist/rpm-build-perl/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
 BuildRequires: perl-Encode
 BuildRequires: perl-Test-Simple
@@ -37,6 +38,7 @@ Moduł ten znajduje zależności dla źródeł perlowych.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__perl} Makefile.PL \
This page took 0.061255 seconds and 4 git commands to generate.