SHA256
1
0
forked from pool/freerdp

Accepting request 396579 from home:jengelh:branches:X11:RemoteDesktop

- Kill off __DATE__ from built sources.

OBS-URL: https://build.opensuse.org/request/show/396579
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=50
This commit is contained in:
Bruno Friedmann 2016-05-18 09:06:49 +00:00 committed by Git OBS Bridge
parent 316398dbcc
commit eed81b0ec0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 18 08:44:26 UTC 2016 - jengelh@inai.de
- Kill off __DATE__ from built sources.
-------------------------------------------------------------------
Tue May 17 10:25:00 UTC 2016 - fezhang@suse.com

View File

@ -74,6 +74,7 @@ based on libfreerdp.
%setup -q -n %{name}-%{version}
%build
find . -type f -name "*.c" -exec perl -i -pe 's{__(DATE|TIME)__}{""}g' "{}" "+"
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_LIBDIR=%{_lib} \