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
This commit is contained in:
Ismail Dönmez 2020-07-09 03:58:41 +00:00 committed by Git OBS Bridge
parent 9194042aed
commit c619345525
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 8 18:33:04 UTC 2020 - Martin Liška <mliska@suse.cz>
- Remove not needed exports in %install section.
-------------------------------------------------------------------
Wed Jul 8 17:47:50 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -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