Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a520cbb75 |
1 changed files with 8 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue