- 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:
parent
32b814a9db
commit
d596b01b62
@ -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
|
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
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,11 +22,12 @@ Release: 0
|
|||||||
Summary: Dictionary-based LZ-type compressor favoring speed
|
Summary: Dictionary-based LZ-type compressor favoring speed
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://www.lzop.org
|
URL: http://www.lzop.org
|
||||||
Source0: http://www.lzop.org/download/%{name}-%{version}.tar.gz
|
Source0: http://www.lzop.org/download/%{name}-%{version}.tar.gz
|
||||||
Source1: %{name}.changes
|
Source1: %{name}.changes
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(lzo2)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
lzop is a general-purpose file compressor similar to gzip.
|
lzop is a general-purpose file compressor similar to gzip.
|
||||||
@ -59,7 +60,8 @@ rm -fr %{buildroot}%{_datadir}/doc
|
|||||||
%ctest
|
%ctest
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README THANKS
|
%doc AUTHORS ChangeLog NEWS README THANKS
|
||||||
|
%license COPYING
|
||||||
%{_bindir}/lzop
|
%{_bindir}/lzop
|
||||||
%{_mandir}/man1/lzop.1%{ext_man}
|
%{_mandir}/man1/lzop.1%{ext_man}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user