Accepting request 574544 from Archiving
- Use pkgconfig style dependencies - Mark license as such OBS-URL: https://build.opensuse.org/request/show/574544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzop?expand=0&rev=11
This commit is contained in:
commit
d816702a04
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 9 10:03:53 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- Use pkgconfig style dependencies
|
||||
- Mark license as such
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 22:01:34 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
10
lzop.spec
10
lzop.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lzop
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,11 +22,12 @@ Release: 0
|
||||
Summary: Dictionary-based LZ-type compressor favoring speed
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: http://www.lzop.org
|
||||
URL: http://www.lzop.org
|
||||
Source0: http://www.lzop.org/download/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.changes
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: lzo-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(lzo2)
|
||||
|
||||
%description
|
||||
lzop is a general-purpose file compressor similar to gzip.
|
||||
@ -59,7 +60,8 @@ rm -fr %{buildroot}%{_datadir}/doc
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
|
||||
%doc AUTHORS ChangeLog NEWS README THANKS
|
||||
%license COPYING
|
||||
%{_bindir}/lzop
|
||||
%{_mandir}/man1/lzop.1%{ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user