automatic version update by autodist [release 2.10.0-1mamba;Sat Feb 18 2023]
This commit is contained in:
parent
fbd2a0c734
commit
0ba52d3809
11
freerdp.spec
11
freerdp.spec
@ -1,5 +1,5 @@
|
||||
Name: freerdp
|
||||
Version: 2.9.0
|
||||
Version: 2.10.0
|
||||
Release: 1mamba
|
||||
Summary: A Remote Desktop Protocol Implementation
|
||||
Group: Applications/Networking
|
||||
@ -8,12 +8,12 @@ Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.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
|
||||
Patch1: freerdp-1.0.2-ffmpeg-2.3.3.patch
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXext-devel
|
||||
@ -28,6 +28,7 @@ BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libcups-devel
|
||||
BuildRequires: libfuse3-devel
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libswresample-ffmpeg-devel
|
||||
@ -119,6 +120,7 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/sdl-freerdp
|
||||
%{_bindir}/xfreerdp
|
||||
%{_bindir}/winpr-hash
|
||||
%{_bindir}/winpr-makecert
|
||||
@ -131,6 +133,7 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc.
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libfreerdp-client3.so.*
|
||||
%{_libdir}/libfreerdp3.so.*
|
||||
%{_libdir}/libuwac0.so.*
|
||||
%{_libdir}/libwinpr-tools3.so.*
|
||||
@ -146,7 +149,6 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc.
|
||||
%dir %{_includedir}/winpr3/winpr
|
||||
%{_includedir}/winpr3/winpr/*
|
||||
%{_libdir}/libfreerdp-client3.so
|
||||
%{_libdir}/libfreerdp-client3.so.*
|
||||
%{_libdir}/libfreerdp3.so
|
||||
%{_libdir}/libuwac0.so
|
||||
%{_libdir}/libwinpr-tools3.so
|
||||
@ -170,6 +172,9 @@ For instance, sounds, clipboard sync, disk/printer redirection, etc.
|
||||
##%{_libdir}/freerdp/*.so
|
||||
|
||||
%changelog
|
||||
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 18 2022 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user