Accepting request 98695 from home:worldcitizen:branches:Archiving
Build lzop version 1.03 OBS-URL: https://build.opensuse.org/request/show/98695 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzop?expand=0&rev=11
This commit is contained in:
parent
bce043d7b3
commit
62c2cd756b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dc32bfd82b130727bcec1de3b8a7cf090b78b3f14981d375ceb862b1e0e6873
|
||||
size 333240
|
3
lzop-1.03.tar.bz2
Normal file
3
lzop-1.03.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9864d3246c947d0db07b75a5970ae0564a179f54324882fd58ab3e53c4ed9a7
|
||||
size 313492
|
17
lzop.changes
Normal file
17
lzop.changes
Normal file
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
51
lzop.spec
51
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 <guru@unixtech.be>
|
||||
- update to 1.02rc1
|
||||
* Thu May 31 2007 Pascal Bleser <guru@unixtech.be>
|
||||
- initial submission to openSUSE Build Service
|
||||
- patch to compile against lzo 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user