115 lines
3.6 KiB
RPMSpec
115 lines
3.6 KiB
RPMSpec
Name: rdesktop
|
|
Version: 1.9.0
|
|
Release: 1mamba
|
|
Summary: rdesktop is an open source client for Windows NT Terminal Server
|
|
Group: Applications/Networking
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|
URL: http://www.rdesktop.org/
|
|
Source: https://github.com/rdesktop/rdesktop.git/v%{version}/rdesktop-%{version}.tar.bz2
|
|
#Source: http://downloads.sourceforge.net/sourceforge/rdesktop/rdesktop-%{version}.tar.gz
|
|
Patch0: %{name}-1.8.0-libao_segfault.patch
|
|
Patch1: %{name}-1.7.1-snprintf-format-fix.patch
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libao-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXrandr-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libXrender-devel
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
rdesktop is an open source client for Windows NT Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user's NT desktop.
|
|
Unlike Citrix ICA, no server extensions are required.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
#%patch1 -p1
|
|
chmod 644 COPYING
|
|
chmod 644 doc/*
|
|
|
|
./bootstrap
|
|
|
|
%build
|
|
%configure \
|
|
--with-openssl=%{_prefix} \
|
|
--with-sound=libao \
|
|
--with-ipv6
|
|
# --with-libvncserver
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
%makeinstall STRIP=/bin/true
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_bindir}/rdesktop
|
|
%dir %{_datadir}/rdesktop
|
|
%{_datadir}/rdesktop/keymaps/*
|
|
%{_mandir}/man1/*
|
|
%doc COPYING doc/AUTHORS
|
|
#doc/HACKING doc/TODO doc/*.txt
|
|
|
|
%changelog
|
|
* Wed Jan 01 2020 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 18 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.6-1mamba
|
|
- update to 1.8.6
|
|
|
|
* Wed Nov 05 2014 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Fri May 23 2014 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 20 2013 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 10 2013 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Aug 26 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.7.1-3mamba
|
|
- patch libao output driver to fix segfault
|
|
- security patch: add missing format string to snprintf's
|
|
|
|
* Fri Aug 17 2012 Davide Madrisan <davide.madrisan@gmail.com> 1.7.1-2mamba
|
|
- configure: remove the unrecognized option '--with-libao'
|
|
|
|
* Tue Apr 24 2012 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 27 2011 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 1.6.0-2mamba
|
|
- automatic rebuild by autodist
|
|
|
|
* Thu Oct 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Tue Jul 10 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1mamba
|
|
- update to 1.5.0
|
|
|
|
* Thu May 26 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.4.1-1qilnx
|
|
- update to version 1.4.1 by autospec
|
|
|
|
* Wed Feb 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.3.1-1qilnx
|
|
- update to version 1.3.1 by autospec
|
|
|
|
* Mon Jan 12 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-1qilnx
|
|
- new version build
|
|
|
|
* Thu Oct 16 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.0-1qilnx
|
|
- first build
|