Accepting request 290640 from home:pluskalm:branches:Archiving

- Cleanup spec file with spec-cleaner
- Use url for source
- Cleanup dependencies
- Remove _DATE_ and _TIME_ usage

OBS-URL: https://build.opensuse.org/request/show/290640
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzop?expand=0&rev=13
This commit is contained in:
Martin Pluskal 2015-03-13 13:09:43 +00:00 committed by Git OBS Bridge
parent 99ea589c36
commit 73f9ed7494
4 changed files with 23 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9864d3246c947d0db07b75a5970ae0564a179f54324882fd58ab3e53c4ed9a7
size 313492

3
lzop-1.03.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9
size 370775

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Mar 13 13:06:40 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Use url for source
- Cleanup dependencies
- Remove _DATE_ and _TIME_ usage
-------------------------------------------------------------------
Tue Jan 3 22:25:10 UTC 2012 - joop.boonen@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package lzop
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -15,22 +15,18 @@
# 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
Source: lzop-%{version}.tar.bz2
Url: http://www.lzop.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
Source0: http://www.lzop.org/download/%{name}-%{version}.tar.gz
Source1: %{name}.changes
BuildRequires: lzo-devel
BuildRequires: make
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
lzop is a file compressor similar to gzip. Its main advantages over gzip
@ -44,18 +40,18 @@ lzop was designed with the following goals in mind:
%prep
%setup -q
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
export CPPFLAGS="-I/usr/include/lzo"
export LDFLAGS="-L%{_libdir}"
%configure
%__make %{?jobs:-j%{jobs}}
make %{?_smp_mflags}
%install
%makeinstall
%clean
%__rm -rf "%{buildroot}"
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%files
%defattr(-,root,root)