SHA256
1
0
forked from pool/lz4
Jan Engelhardt 2012-09-01 11:25:18 +00:00 committed by Git OBS Bridge
parent 50794e89f5
commit f45c51bccb
4 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ Index: lz4/Makefile.am
+AM_CFLAGS = -Wall -std=c99
+
+bin_PROGRAMS = lz4
+lz4_SOURCES = lz4.c lz4.h bench.c lz4demo.c
+lz4_SOURCES = lz4.c lz4.h lz4hc.c lz4hc.h bench.c lz4demo.c
Index: lz4/configure.ac
===================================================================
--- /dev/null

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b8930dcad38afa293b10203022ba20934be7718c93484b628be891b9a93dc6e
size 14908

3
lz4-svn77.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce5377a0f42a3881eae447cc8ae1638e4b152f2b4dc6a55494a8fcfb08907e10
size 18360

View File

@ -15,7 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: lz4
Version: 1.2d+60
Version: 1.2d+77
Release: 0
Summary: Hash-based Predictive LZ compressor
Group: Productivity/Archiving/Compression
@ -25,7 +25,7 @@ URL: http://code.google.com/p/lz4/
#SVN-Clone: http://lz4.googlecode.com/svn/trunk
# Project offers no source tarballs.
Source: lz4-svn60.tar.xz
Source: lz4-svn77.tar.xz
Patch1: lz4-automake.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf, automake, xz