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

Revision 6521, 3.8 KB checked in by daisuke, 12 years ago (diff)

update to 1.7.1, build with libao-1.1.0

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