source: projects/specs/trunk/r/rdesktop/rdesktop-vl.spec @ 12487

Revision 12487, 4.3 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

chrony-3.5.1-2

dnsmasq-2.82-1

epiphany-3.36.4-2

filezilla-3.50.0-1

gnutls-3.6.15-1

libfilezilla-0.24.1-1

nettle-3.6-1

rdesktop-1.9.0-2

tigervnc-1.10.1-2

webkitgtk4-2.28.4-1

wxGTK3-3.0.5-1

Line 
1Summary:        A Remote Desktop Protocol Client
2Summary(ja):    リモートデスクトッププロトコルクライアント
3Name:           rdesktop
4Version:        1.9.0
5Release:        2%{?_dist_release}
6Group:          network
7Vendor:         Project Vine
8Distribution:   Vine Linux
9
10License:        GPLv3
11URL:            http://www.rdesktop.org/
12Source0:        https://github.com/rdesktop/rdesktop/releases/download/v%{version}/%{name}-%{version}.tar.gz
13Patch1:         %{name}-libao.patch
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  gnutls-devel
17BuildRequires:  libX11-devel
18BuildRequires:  libXcursor-devel
19BuildRequires:  libXrandr-devel
20BuildRequires:  libao-devel
21BuildRequires:  libsamplerate-devel
22BuildRequires:  libtasn1-devel
23BuildRequires:  nettle-devel
24BuildRequires:  openssl-devel
25BuildRequires:  pcsc-lite-devel
26BuildRequires:  autoconf automake libtool
27
28%description
29rdesktop is an open source client for Windows NT Terminal Server and
30Windows 2000 Terminal Services, capable of natively speaking Remote
31Desktop Protocol (RDP) in order to present the user's NT
32desktop. Unlike Citrix ICA, no server extensions are required.
33
34%description -l ja
35rdesktop は Windows NT ターミナルサーバ、Windows 20000 ターミナルサービス
36のオープンソースクライアントです。リモートデスクトッププロトコル(RDP)を
37利用してユーザの Windows デスクトップを表示します。Citrix ICA のような
38サーバ拡張は必要ありません。
39
40
41%debug_package
42
43
44%prep
45%setup -q
46%patch1 -p1 -b .ao
47
48
49%build
50%configure --with-ipv6 --with-sound=libao --disable-credssp
51make %{?_smp_mflags}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55%makeinstall
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60%files
61%defattr(-,root,root)
62%license COPYING
63%doc doc/ChangeLog doc/AUTHORS doc/HACKING doc/TODO doc/*.txt
64%{_bindir}/rdesktop
65%{_datadir}/rdesktop
66%{_mandir}/man1/*
67
68%changelog
69* Tue Sep 08 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-2
70- rebuilt with nettle-3.6.
71
72* Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.0-1
73- new upstream release.
74
75* Fri Jul 06 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-1
76- new upstream release
77
78* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.0-1
79- remove upstreamed Patch0
80- add Patch10 to solve windows server licensing issue.
81- add Patch11 to skip license file loading. (for w2k8)
82- add patch12 to enable font smoothing
83
84* Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
85- SECURITY FIX: CVE-2011-1595
86  - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
87
88* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
89- rebuild with openssl-1.0.0c
90- add BuildRequires: libap-devel
91
92* Thu May 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-2
93- add BR: alsa-lib-devel, libX11-devel, libsamplerate-devel
94- remove BR: XOrg-devel
95
96* Mon Oct 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-1vl5
97- new upstream release
98
99* Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.0-1vl5
100- applied new versioning policy, spec in utf-8
101
102* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-0vl2
103- rebuild with new openssl
104
105* Thu Dec 07 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl1
106- new upstream release
107- fixed typo in spec file <BTS:425>
108
109* Tue Oct 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
110- new upstream release
111
112* Sun Apr 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
113- new upstream release
114
115* Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
116- new upstream release
117
118* Thu Dec 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
119- new upstream release
120- initial build for Vine Linux
121
122* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
123- rebuilt
124
125* Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.2.0-1
126- 1.2.0, new stable release
127- Removed now-upstream ssl patch
128
129* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
130- rebuilt
131
132* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.0-5
133- work around now-private definition of BN_CTX
134
135* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.0-4
136- Fix multilib builds by passing LDLIBS on make command line
137- Use _smp_mflags
138
139* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
140- rebuild in current tree
141
142* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
143- automated rebuild
144
145* Wed Jun 12 2002 Alexander Larsson <alexl@redhat.com>
146- Initial build.
147
Note: See TracBrowser for help on using the repository browser.