]> git.pld-linux.org Git - packages/python3.git/commitdiff
- rel 5; require /dev/shm (or any tmpfs actually) for shm_open and friends to work auto/th/python3-3_2_3-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 31 May 2012 09:58:41 +0000 (09:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3.spec -> 1.76

python3.spec

index d742cc2f277e67881cb705894955ced45d31dd6e..a9d84f07334194b8774a3e9607ee790579ebdbf1 100644 (file)
@@ -34,7 +34,7 @@ Summary(tr.UTF-8):    X arayüzlü, yüksek düzeyli, kabuk yorumlayıcı dili
 Summary(uk.UTF-8):     Мова програмування дуже високого рівня з X-інтерфейсом
 Name:          python3
 Version:       %{py_ver}.3
-Release:       4
+Release:       5
 Epoch:         1
 License:       PSF
 Group:         Applications
@@ -448,6 +448,12 @@ Przykłady te są dla Pythona 2.3.4, nie %{version}.
 %patch4 -p1
 %patch5 -p1
 
+if ! grep -q "tmpfs" /proc/self/mounts; then
+       echo "You need to have /dev/shm mounted in order to build this package!" >&2
+       echo "(Or any other tmpfs mounted and accessible to the rpmbuild process)" >&2
+       exit 1
+fi
+
 %build
 %{__autoconf}
 CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags}"; export CPPFLAGS
This page took 0.17546 seconds and 4 git commands to generate.