]> git.pld-linux.org Git - packages/python3.git/commitdiff
- support plat-linux3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 Jul 2011 07:33:49 +0000 (07:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.61

python3.spec

index 6c1ee2fd60614fd9be20f28c5844e13e51a2ef05..48f5fd019c9f39fc7d5b3223076b32e6a56ddcb7 100644 (file)
@@ -448,6 +448,10 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 %patch4 -p1
 %patch5 -p1
 
+# remove if Lib/plat-linux3 exists
+[ -d Lib/plat-linux3 ] && exit 1
+cp -a Lib/plat-linux2 Lib/plat-linux3
+
 %build
 %{__autoconf}
 CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags}"; export CPPFLAGS
This page took 0.093149 seconds and 4 git commands to generate.