automatic version update by autodist [release 2.3.2-1mamba;Mon Mar 15 2021]
This commit is contained in:
parent
f273d1c6fe
commit
cde4dfd9a9
20
freerdp.spec
20
freerdp.spec
@ -1,12 +1,12 @@
|
|||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.2.0
|
Version: 2.3.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Remote Desktop Protocol Implementation
|
Summary: A Remote Desktop Protocol Implementation
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
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.git/master/FreeRDP-%{version}.tar.bz2
|
||||||
#Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz
|
#Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz
|
||||||
Patch0: %{name}-1.0.1-fix_not_linked_with_libpulse.patch
|
Patch0: %{name}-1.0.1-fix_not_linked_with_libpulse.patch
|
||||||
@ -35,7 +35,6 @@ BuildRequires: xmlto
|
|||||||
BuildRequires: libxml2-utils
|
BuildRequires: libxml2-utils
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: docbook-utils
|
||||||
#Requires: %{name}-plugins = %{?epoch:%epoch:}%{version}-%{release}
|
#Requires: %{name}-plugins = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), according to the Microsoft Open Specifications.
|
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_CUNIT:BOOL=OFF \
|
||||||
-DWITH_DIRECTFB:BOOL=ON \
|
-DWITH_DIRECTFB:BOOL=ON \
|
||||||
-DWITH_FFMPEG:BOOL=ON \
|
-DWITH_FFMPEG:BOOL=ON \
|
||||||
|
%ifarch %{ix86}
|
||||||
-DWITH_SSE2=OFF \
|
-DWITH_SSE2=OFF \
|
||||||
|
%endif
|
||||||
|
%ifarch arm
|
||||||
|
-DWITH_NEON=OFF \
|
||||||
|
%endif
|
||||||
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib}
|
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -158,6 +163,15 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc.
|
|||||||
##%{_libdir}/freerdp/*.so
|
##%{_libdir}/freerdp/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 15 2021 Automatic Build System <autodist@mambasoft.it> 2.3.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Mar 01 2021 Automatic Build System <autodist@mambasoft.it> 2.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 26 2021 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jul 20 2020 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
* Mon Jul 20 2020 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user