diff --git a/freerdp.spec b/freerdp.spec index 32d32bd..a290174 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,12 +1,12 @@ Name: freerdp -Version: 2.2.0 +Version: 2.3.2 Release: 1mamba Summary: A Remote Desktop Protocol Implementation Group: Applications/Networking Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan -URL: http://www.freerdp.com/ +URL: https://www.freerdp.com/ Source0: https://github.com/FreeRDP/FreeRDP.git/master/FreeRDP-%{version}.tar.bz2 #Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz Patch0: %{name}-1.0.1-fix_not_linked_with_libpulse.patch @@ -35,7 +35,6 @@ BuildRequires: xmlto BuildRequires: libxml2-utils BuildRequires: docbook-utils #Requires: %{name}-plugins = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), according to the Microsoft Open Specifications. @@ -91,8 +90,14 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc. -DWITH_CUNIT:BOOL=OFF \ -DWITH_DIRECTFB:BOOL=ON \ -DWITH_FFMPEG:BOOL=ON \ +%ifarch %{ix86} -DWITH_SSE2=OFF \ +%endif +%ifarch arm + -DWITH_NEON=OFF \ +%endif -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} + %make %install @@ -158,6 +163,15 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc. ##%{_libdir}/freerdp/*.so %changelog +* Mon Mar 15 2021 Automatic Build System 2.3.2-1mamba +- automatic version update by autodist + +* Mon Mar 01 2021 Automatic Build System 2.3.1-1mamba +- automatic version update by autodist + +* Fri Feb 26 2021 Automatic Build System 2.3.0-1mamba +- automatic version update by autodist + * Mon Jul 20 2020 Automatic Build System 2.2.0-1mamba - automatic version update by autodist