]> git.pld-linux.org Git - packages/libtorrent.git/commitdiff
- restore stable checker, this time with odd versions auto/th/libtorrent-0_13_2-1 auto/ti/libtorrent-0.13.2-1 auto/ti/libtorrent-0_13_2-1
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 May 2012 08:13:40 +0000 (08:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtorrent.spec -> 1.88

libtorrent.spec

index b01e8ce4c66955026ba74c842ef77be9c698cf7f..be09ee836c212038ac2df36c2ea3b6da5b2eb71e 100644 (file)
@@ -67,11 +67,11 @@ Static libtorrent library.
 Statyczna biblioteka libtorrent.
 
 %prep
-#v=%{version}; IFS=.; set -- $v
-#if [ $(($2 % 2)) = 1 ]; then
-#      echo "WARNING Version %{version} is probably unstable, check it first!"
-#      exit 1
-#fi
+v=%{version}; IFS=.; set -- $v
+if [ $(($2 % 2)) = 0 ]; then
+       echo "WARNING Version %{version} is probably unstable, check it first!"
+       exit 1
+fi
 %setup -q
 %patch0 -p1
 %patch1 -p1
This page took 0.354293 seconds and 4 git commands to generate.