# # spec file for package lzop # # Copyright (c) 2016 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 # 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. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: lzop Version: 1.03 Release: 0 Summary: The fastest compressor and decompressor around License: GPL-2.0+ Group: Productivity/Archiving/Compression Url: http://www.lzop.org Source0: http://www.lzop.org/download/%{name}-%{version}.tar.gz Source1: %{name}.changes Patch: lzop-1.03-gcc6.patch Patch2: lzop-1.03-gcc5_ppc64.patch BuildRequires: lzo-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description lzop is a file compressor similar to gzip. Its main advantages over gzip are much higher compression and decompression speed at the cost of compression ratio. lzop was designed with the following goals in mind: - speed (both compression and decompression) - reasonable drop-in compatibility to gzip - portability %prep %setup -q %patch %patch2 -p1 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE1}")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" find . -name '*.[ch]' |\ xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" %build %configure make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README THANKS %{_bindir}/lzop %doc %{_mandir}/man1/lzop.1* %changelog