]> git.pld-linux.org Git - packages/snappy.git/commitdiff
- updated to 1.1.6 auto/th/snappy-1.1.6-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jul 2017 18:56:16 +0000 (20:56 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 16 Jul 2017 18:56:16 +0000 (20:56 +0200)
snappy.spec

index ea700b7e3b7c4e782732a858e5ead8ea0faa2a33..6849c934d6c0162757229a9e67bc9ba0a98416e5 100644 (file)
@@ -1,13 +1,13 @@
 Summary:       Snappy - fast compression/decompression library
 Summary(pl.UTF-8):     Snappy - biblioteka do szybkiej kompresji i dekompresji
 Name:          snappy
-Version:       1.1.4
+Version:       1.1.6
 Release:       1
 License:       BSD
 Group:         Libraries
 #Source0Download: https://github.com/google/snappy/releases
-Source0:       https://github.com/google/snappy/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: c328993b68afe3e5bd87c8ea9bdeb028
+Source0:       https://github.com/google/snappy/archive/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 34bc3707dea702f684a5b8a3649a1721
 Patch0:                %{name}-gflags.patch
 URL:           http://google.github.io/snappy/
 BuildRequires: autoconf >= 2.50
@@ -93,6 +93,10 @@ Statyczna biblioteka Snappy.
 %setup -q
 %patch0 -p1
 
+# missing in non-dist tarballs
+test -f INSTALL || touch INSTALL
+test -f README || touch README
+
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
This page took 0.120137 seconds and 4 git commands to generate.