Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Pokorra, Gerd
1a520cbb75 fix build problem from bug-id 1865626 2020-08-12 11:58:02 +02:00

View file

@ -1,7 +1,7 @@
Name: workspace
Version: 1.3.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A tool to create scratch directories by users with an expiration date
License: GPLv3
@ -38,12 +38,12 @@ sed -e '/^SET(CMAKE_CXX_FLAGS "-Wall -g")/d' -i CMakeLists.txt
%build
%cmake .
%make_build
%cmake
%cmake_build
%install
%make_install
%cmake_install
install -p -m 755 contribs/ws_prepare %{buildroot}%{_sbindir}/ws_prepare
@ -67,6 +67,10 @@ install -p -m 755 contribs/ws_prepare %{buildroot}%{_sbindir}/ws_prepare
%changelog
* Wed Aug 12 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 1.3.1-4
- Fix bug 1865626 with using new cmake macros
https://bugzilla.redhat.com/show_bug.cgi?id=1865626
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild