Update to latest snapshot

This commit is contained in:
Simone Caronni 2020-02-07 17:59:44 +01:00
parent 7391ef31f7
commit 262c8fa500
1 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
%global commit0 60152291b38c3fa51e29997334fe8ad934d86776
%global date 20190820
%global commit0 245fc6014d4707b24bcd812e8f0640f78664526d
%global date 20200207
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
@ -20,7 +20,7 @@
Name: freerdp
Version: 2.0.0
Release: 55.%{date}git%{shortcommit0}%{?dist}
Release: 56.%{date}git%{shortcommit0}%{?dist}
Epoch: 2
Summary: Free implementation of the Remote Desktop Protocol (RDP)
License: ASL 2.0
@ -54,6 +54,7 @@ BuildRequires: xmlto
BuildRequires: zlib-devel
BuildRequires: multilib-rpm-config
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
@ -69,6 +70,7 @@ BuildRequires: pkgconfig(libpcsclite)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(soxr)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-scanner)
BuildRequires: pkgconfig(xkbcommon)
@ -176,6 +178,7 @@ find . -name "*.c" -exec chmod 664 {} \;
-DWITH_SERVER_INTERFACE=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SHADOW_X11=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SHADOW_MAC=%{?_with_server:ON}%{?!_with_server:OFF} \
-DWITH_SOXR=ON \
-DWITH_WAYLAND=ON \
-DWITH_X11=ON \
-DWITH_X264=%{?_with_x264:ON}%{?!_with_x264:OFF} \
@ -208,10 +211,10 @@ find . -name "*.c" -exec chmod 664 {} \;
%endif
.
make %{?_smp_mflags}
%make_build
pushd winpr/tools/makecert-cli
make %{?_smp_mflags}
%make_build
popd
%install
@ -222,10 +225,6 @@ find %{buildroot} -name "*.a" -delete
%multilib_fix_c_header --file %{_includedir}/freerdp2/freerdp/build-config.h
%ldconfig_scriptlets libs
%ldconfig_scriptlets -n libwinpr
%files
%{_bindir}/winpr-hash
%{_bindir}/winpr-makecert
@ -298,6 +297,9 @@ find %{buildroot} -name "*.a" -delete
%{_libdir}/pkgconfig/winpr-tools2.pc
%changelog
* Fri Feb 07 2020 Simone Caronni <negativo17@gmail.com> - 2:2.0.0-56.20200207git245fc60
- Update to latest snapshot.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-55.20190820git6015229
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild