]> git.pld-linux.org Git - packages/perl-AnyEvent.git/commitdiff
- perl 5.26 build fix auto/th/perl-AnyEvent-7.13-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Jun 2017 13:23:00 +0000 (15:23 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 12 Jun 2017 13:23:00 +0000 (15:23 +0200)
- rel 4

no-dot-in-INC.patch [new file with mode: 0644]
perl-AnyEvent.spec

diff --git a/no-dot-in-INC.patch b/no-dot-in-INC.patch
new file mode 100644 (file)
index 0000000..6dc1907
--- /dev/null
@@ -0,0 +1,11 @@
+--- AnyEvent-7.13/Makefile.PL~ 2016-09-17 04:32:17.000000000 +0200
++++ AnyEvent-7.13/Makefile.PL  2017-06-12 15:21:33.293400065 +0200
+@@ -22,7 +22,7 @@
+ EOF
+-do "constants.pl.PL"
++do "./constants.pl.PL"
+    or die "cannot execute constants.pl.PL: $@";
+ WriteMakefile(
index 9f1819af0c29db6f1fe342bb4882462244c88dd2..fc9e73079d572c6ed1c3160659c1845d18d309bd 100644 (file)
@@ -13,13 +13,14 @@ Summary:    AnyEvent - provide framework for multiple event loops
 Summary(pl.UTF-8):     AnyEvent - szkielet dla wielu pętli zdarzeń
 Name:          perl-AnyEvent
 Version:       7.13
-Release:       3
+Release:       4
 Epoch:         3
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-authors/id/M/ML/MLEHMANN/%{pnam}-%{version}.tar.gz
 # Source0-md5: 70eea152cf4686f8f351aa8bc96157f9
+Patch0:                no-dot-in-INC.patch
 URL:           http://search.cpan.org/dist/AnyEvent/
 BuildRequires: perl-Canary-Stability
 BuildRequires: perl-ExtUtils-MakeMaker >= 6.52
@@ -189,6 +190,7 @@ Implementacja AnyEvent oparta na UV.
 
 %prep
 %setup -q -n %{pnam}-%{version}
+%patch0 -p1
 # we are not allowed to use network while building package
 %{__rm} t/05_dns.t
 
This page took 0.036924 seconds and 4 git commands to generate.