]> git.pld-linux.org Git - packages/perl-AnyEvent.git/commitdiff
- workaround rpm version deps (see devel-hints as well) auto/th/perl-AnyEvent-5_251-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 4 Jun 2010 06:41:13 +0000 (06:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-AnyEvent.spec -> 1.17

perl-AnyEvent.spec

index f6c542d08ddbd2fffd4b6f9f7f4584855ca62757..114437bb410a4315785127e8c55f7c3094359299 100644 (file)
@@ -9,7 +9,7 @@ Summary:        AnyEvent - provide framework for multiple event loops
 Summary(pl.UTF-8):     AnyEvent - szkielet dla wielu pętli zdarzeń
 Name:          perl-AnyEvent
 Version:       5.251
-Release:       2
+Release:       3
 Epoch:         2
 # same as perl
 License:       GPL v1+ or Artistic
@@ -32,9 +32,14 @@ zoptymalizowaną pętlę zdarzeń dla szerokiej gamy aplikacji.
 
 %prep
 %setup -q -n %{pnam}-%{version}
-#we are not allowed to use network while building package
+# we are not allowed to use network while building package
 %{__rm} t/05_dns.t
 
+# satisfy rpm version deps, we have 3.9 in repo
+# $ rpmvercmp 3.44 3.9
+# 3.44 > 3.9
+%{__sed} -i -e 's/use EV 3.44/use EV 3.5/' lib/AnyEvent/Impl/EV.pm
+
 %build
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
This page took 0.069642 seconds and 4 git commands to generate.