From 3d3d79006dbf4e74c7fa14dc6fe31a822e9b5f5f718e83717bc3a50e2e759be7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 5 Mar 2018 19:38:21 +0000 Subject: [PATCH] lziprecover-1.20 OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=13 --- lziprecover-1.19.tar.gz | 3 --- lziprecover-1.19.tar.gz.sig | Bin 72 -> 0 bytes lziprecover-1.20.tar.gz | 3 +++ lziprecover-1.20.tar.gz.sig | Bin 0 -> 72 bytes lziprecover.changes | 14 ++++++++++++++ lziprecover.spec | 24 ++++++++---------------- 6 files changed, 25 insertions(+), 19 deletions(-) delete mode 100644 lziprecover-1.19.tar.gz delete mode 100644 lziprecover-1.19.tar.gz.sig create mode 100644 lziprecover-1.20.tar.gz create mode 100644 lziprecover-1.20.tar.gz.sig diff --git a/lziprecover-1.19.tar.gz b/lziprecover-1.19.tar.gz deleted file mode 100644 index 0144ba7..0000000 --- a/lziprecover-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dfa5f2b734a5ac8f274fb8f40eb0772c568ad7a78f6799cbc3e5f0cea5cae7c -size 96987 diff --git a/lziprecover-1.19.tar.gz.sig b/lziprecover-1.19.tar.gz.sig deleted file mode 100644 index 97758c3ad95327b5a951f7c12c5f1603394ee0eccfda398e00c9b1f5f57593df..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$B8*SpW(N5Rd7V0~0NGLVUgeo;fEXh # # All modifications and additions to the file contributed by third parties @@ -19,10 +18,10 @@ Name: lziprecover -Version: 1.19 +Version: 1.20 Release: 0 Summary: Utility to repair broken lzip files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/lunzip.html @@ -58,19 +57,12 @@ multi-member files. %build # not autoconf -%__install -d build +install -d build pushd build -../configure \ - --srcdir=.. \ - --prefix="%{_prefix}" \ - --bindir="%{_bindir}" \ - --datarootdir="%{_datadir}" \ - --infodir="%{_infodir}" \ - --mandir="%{_mandir}" \ - CC="%__cc" \ - CFLAGS="%{optflags}" - -%__make %{?_smp_mflags} +../configure --srcdir=.. --prefix="%{_prefix}" --bindir="%{_bindir}" \ + --datarootdir="%{_datadir}" --infodir="%{_infodir}" \ + --mandir="%{_mandir}" CC="%__cc" CFLAGS="%{optflags}" +make %{?_smp_mflags} popd %install