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
|
Name: lzop
|
||||||
Version: 1.02rc1
|
Version: 1.03
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LZOP is a fast File Compressor
|
Summary: The fastest compressor and decompressor around
|
||||||
Source: http://www.lzop.org/download/lzop-%{version}.tar.gz
|
License: GPL-2.0+
|
||||||
URL: http://www.oberhumer.com/opensource/lzop/
|
Group: Productivity/Archiving/Compression
|
||||||
Group: Archiving/Compression
|
Source: lzop-%{version}.tar.bz2
|
||||||
License: GNU General Public License (GPL)
|
Url: http://www.lzop.org
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: lzo lzo-devel
|
BuildRequires: autoconf
|
||||||
BuildRequires: gcc make glibc-devel
|
BuildRequires: automake
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: gcc
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: lzo-devel
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
lzop is a file compressor similar to gzip. Its main advantages over gzip
|
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
|
- reasonable drop-in compatibility to gzip
|
||||||
- portability
|
- portability
|
||||||
|
|
||||||
%debug_package
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -48,8 +64,3 @@ export LDFLAGS="-L%{_libdir}"
|
|||||||
%doc %{_mandir}/man1/lzop.1*
|
%doc %{_mandir}/man1/lzop.1*
|
||||||
|
|
||||||
%changelog
|
%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