From d596b01b62992922c122f18708d3efc83787b23fb68ab40d9cc69f9fbccefb50 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 9 Feb 2018 10:04:17 +0000 Subject: [PATCH] - Use pkgconfig style dependencies - Mark license as such OBS-URL: https://build.opensuse.org/package/show/Archiving/lzop?expand=0&rev=26 --- lzop.changes | 6 ++++++ lzop.spec | 10 ++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/lzop.changes b/lzop.changes index 96975c0..376f662 100644 --- a/lzop.changes +++ b/lzop.changes @@ -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 diff --git a/lzop.spec b/lzop.spec index bf48695..8b78bfb 100644 --- a/lzop.spec +++ b/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}