- Update to v1.3.1
* License is now BSD + GPL-2.0 * See https://github.com/facebook/zstd/releases for the complete changelog. OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=7
This commit is contained in:
parent
0cf01c37bd
commit
f32d840b02
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb
|
||||
size 923381
|
3
zstd-1.3.1.tar.gz
Normal file
3
zstd-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:312fb9dc75668addbc9c8f33c7fa198b0fc965c576386b8451397e06256eadc6
|
||||
size 1513767
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 21 13:34:50 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Update to v1.3.1
|
||||
* License is now BSD + GPL-2.0
|
||||
* See https://github.com/facebook/zstd/releases for the
|
||||
complete changelog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 14:04:29 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
10
zstd.spec
10
zstd.spec
@ -19,10 +19,10 @@
|
||||
%define major 1
|
||||
%define libname lib%{name}%{major}
|
||||
Name: zstd
|
||||
Version: %{major}.1.4
|
||||
Version: %{major}.3.1
|
||||
Release: 0
|
||||
Summary: Zstandard compression tools
|
||||
License: BSD-3-Clause and MIT
|
||||
License: BSD-3-Clause and GPL-2.0
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: https://github.com/facebook/zstd
|
||||
Source0: https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -85,19 +85,21 @@ rm %{buildroot}/%{_libdir}/libzstd.a
|
||||
%{_bindir}/zstdcat
|
||||
%{_bindir}/zstdgrep
|
||||
%{_bindir}/zstdless
|
||||
%{_bindir}/zstdmt
|
||||
%{_bindir}/unzstd
|
||||
%{_mandir}/man1/zstd.1*
|
||||
%{_mandir}/man1/unzstd.1*
|
||||
%{_mandir}/man1/zstdcat.1*
|
||||
%doc LICENSE PATENTS
|
||||
%doc COPYING LICENSE
|
||||
|
||||
%files -n %{libname}
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libzstd.so.*
|
||||
%doc LICENSE PATENTS
|
||||
%doc COPYING LICENSE
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING LICENSE
|
||||
%{_includedir}/zbuff.h
|
||||
%{_includedir}/zdict.h
|
||||
%{_includedir}/zstd.h
|
||||
|
Loading…
Reference in New Issue
Block a user