From c619345525c11f6b391011a0d680b0ad93b5d1d5fe7f51de52d9f0955f6bbf33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 9 Jul 2020 03:58:41 +0000 Subject: [PATCH] Accepting request 819529 from home:marxin:branches:Archiving - Remove not needed exports in %install section. OBS-URL: https://build.opensuse.org/request/show/819529 OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=50 --- zstd.changes | 5 +++++ zstd.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zstd.changes b/zstd.changes index 41bac34..cf48291 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 8 18:33:04 UTC 2020 - Martin Liška + +- Remove not needed exports in %install section. + ------------------------------------------------------------------- Wed Jul 8 17:47:50 UTC 2020 - Martin Liška diff --git a/zstd.spec b/zstd.spec index ba7d1ed..22ecb67 100644 --- a/zstd.spec +++ b/zstd.spec @@ -104,8 +104,6 @@ export CXXFLAGS="%{optflags} -std=c++11" #make %{?_smp_mflags} -C contrib/pzstd test-pzstd %install -export CFLAGS="%{optflags}" -export CXXFLAGS="%{optflags} -std=c++11" %make_install V=1 VERBOSE=1 PREFIX=%{_prefix} LIBDIR=%{_libdir} install -D -m755 contrib/pzstd/pzstd %{buildroot}%{_bindir}/pzstd install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1