Accepting request 208363 from home:dsterba:branches:Archiving

- update to svn 108, set version to 1.4 (current windows release)
  - added manpage
  - minor code updates

OBS-URL: https://build.opensuse.org/request/show/208363
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=7
This commit is contained in:
2013-11-26 04:03:34 +00:00
committed by Git OBS Bridge
parent 74632d505a
commit 8b4deb0d22
6 changed files with 29 additions and 18 deletions

View File

@@ -17,8 +17,8 @@
Name: lz4
%define lname liblz4-0s102
Version: 1.3.3+svn102
%define lname liblz4-0s108
Version: 1.4+svn108
Release: 0
Summary: Hash-based Predictive Lempel-Ziv compressor
License: GPL-2.0+ and BSD-2-Clause
@@ -28,7 +28,7 @@ Url: http://code.google.com/p/lz4/
#SVN-Clone: http://lz4.googlecode.com/svn/trunk
# Project offers no source tarballs.
Source: %name-svn102.tar.xz
Source: %name-svn108.tar.xz
Patch1: lz4-automake.diff
Patch2: lz4-killdate.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -83,10 +83,12 @@ make %{?_smp_mflags}
%install
make install DESTDIR="%buildroot"
rm -f "%buildroot/%_libdir"/*.la
rm -f "%_bindir"/lz4
%files
%defattr(-,root,root)
%_bindir/lz4c
%_mandir/man1/lz4.1*
%files -n %lname
%defattr(-,root,root)