SHA256
1
0
forked from pool/clzip
Pascal Bleser
2012-03-29 18:59:20 +00:00
committed by Git OBS Bridge
parent 7cf792010d
commit 76c472373f
2 changed files with 33 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Mar 29 17:01:03 UTC 2012 - pascal.bleser@opensuse.org
- update to 1.3:
* inability to change output file attributes has been downgraded from error
to warning
* a small change has been made in the "--help" output and man page
-------------------------------------------------------------------
Mon May 23 18:07:08 CET 2011 - pascal.bleser@opensuse.org

View File

@@ -1,17 +1,29 @@
# vim: set sw=4 ts=4 et nu:
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: clzip
Version: 1.2
Release: 0
Summary: Lossless Data Compressor based on LZMA
Source: http://ftp.igh.cnrs.fr/pub/nongnu/lzip/clzip-%{version}.tar.gz
URL: http://www.nongnu.org/lzip/clzip.html
Group: Productivity/Archiving/Compression
License: GNU General Public License version 3 (GPL v3)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: gcc make glibc-devel pkgconfig
Requires(post): info
Requires(preun): info
# Please submit bugfixes or comments via http://bugs.opensuse.org/
Name: clzip
Version: 1.3
Release: 0
Summary: Lossless Data Compressor based on LZMA
Source: http://ftp.igh.cnrs.fr/pub/nongnu/lzip/clzip-%{version}.tar.gz
URL: http://www.nongnu.org/lzip/clzip.html
Group: Productivity/Archiving/Compression
License: GPL-3.0+
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: gcc make glibc-devel pkgconfig
Requires(post): info
Requires(preun):info
%description
Clzip is a lossless data compressor based on the LZMA algorithm, with very safe
@@ -59,3 +71,4 @@ intended for embedded devices or systems lacking a C++ compiler.
%doc %{_mandir}/man1/clzip.1%{ext_man}
%doc %{_infodir}/clzip.info%{ext_info}
%changelog