- Use pkgconfig style dependencies

- Mark license as such

OBS-URL: https://build.opensuse.org/package/show/Archiving/lzop?expand=0&rev=26
This commit is contained in:
Martin Pluskal 2018-02-09 10:04:17 +00:00 committed by Git OBS Bridge
parent 32b814a9db
commit d596b01b62
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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}