forked from pool/lz4
lz4-svn77
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=2
This commit is contained in:
parent
50794e89f5
commit
f45c51bccb
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b8930dcad38afa293b10203022ba20934be7718c93484b628be891b9a93dc6e
|
||||
size 14908
|
3
lz4-svn77.tar.xz
Normal file
3
lz4-svn77.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce5377a0f42a3881eae447cc8ae1638e4b152f2b4dc6a55494a8fcfb08907e10
|
||||
size 18360
|
4
lz4.spec
4
lz4.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user