diff --git a/lzop-1.02rc1.tar.gz b/lzop-1.02rc1.tar.gz deleted file mode 100644 index 205923c..0000000 --- a/lzop-1.02rc1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc32bfd82b130727bcec1de3b8a7cf090b78b3f14981d375ceb862b1e0e6873 -size 333240 diff --git a/lzop-1.03.tar.bz2 b/lzop-1.03.tar.bz2 new file mode 100644 index 0000000..b3e5c5f --- /dev/null +++ b/lzop-1.03.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9864d3246c947d0db07b75a5970ae0564a179f54324882fd58ab3e53c4ed9a7 +size 313492 diff --git a/lzop.changes b/lzop.changes new file mode 100644 index 0000000..1c3492d --- /dev/null +++ b/lzop.changes @@ -0,0 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 3 22:25:10 UTC 2012 - joop.boonen@opensuse.org + +- Build lzop version 1.03 + +------------------------------------------------------------------- +Wed Jun 6 00:00:00 UTC 2007 - guru@unixtech.be + +- update to 1.02rc1 + +------------------------------------------------------------------- +Thu May 31 00:00:00 UTC 2007 - guru@unixtech.be + +- initial submission to openSUSE Build Service +- patch to compile against lzo 2 + +------------------------------------------------------------------- diff --git a/lzop.spec b/lzop.spec index e15545d..47ba41b 100644 --- a/lzop.spec +++ b/lzop.spec @@ -1,19 +1,36 @@ -# norootforbuild +# +# spec file for package lzop +# +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# 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. -%define _prefix /usr +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# -Name: lzop -Version: 1.02rc1 -Release: 0 -Summary: LZOP is a fast File Compressor -Source: http://www.lzop.org/download/lzop-%{version}.tar.gz -URL: http://www.oberhumer.com/opensource/lzop/ -Group: Archiving/Compression -License: GNU General Public License (GPL) -BuildRoot: %{_tmppath}/build-%{name}-%{version} -BuildRequires: lzo lzo-devel -BuildRequires: gcc make glibc-devel -BuildRequires: autoconf automake libtool +Name: lzop +Version: 1.03 +Release: 0 +Summary: The fastest compressor and decompressor around +License: GPL-2.0+ +Group: Productivity/Archiving/Compression +Source: lzop-%{version}.tar.bz2 +Url: http://www.lzop.org +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc +BuildRequires: glibc-devel +BuildRequires: libtool +BuildRequires: lzo-devel +BuildRequires: make %description lzop is a file compressor similar to gzip. Its main advantages over gzip @@ -25,7 +42,6 @@ lzop was designed with the following goals in mind: - reasonable drop-in compatibility to gzip - portability -%debug_package %prep %setup -q @@ -48,8 +64,3 @@ export LDFLAGS="-L%{_libdir}" %doc %{_mandir}/man1/lzop.1* %changelog -* Wed Jun 6 2007 Pascal Bleser -- update to 1.02rc1 -* Thu May 31 2007 Pascal Bleser -- initial submission to openSUSE Build Service -- patch to compile against lzo 2