source: projects/specs/branches/6/r/rdesktop/rdesktop-vl.spec @ 3851

Revision 3851, 3.8 KB checked in by daisuke, 13 years ago (diff)

rdesktop:

  • update to 1.7.0
    • remove upstreamed Patch0
  • add Patch10 to solve windows server licensing issue.
  • add Patch11 to skip license file loading. (for w2k8)
  • add patch12 to enable font smoothing
Line 
1Summary: A Remote Desktop Protocol Client
2Summary(ja): リモートデスクトッププロトコルクライアント
3Name: rdesktop
4Version: 1.7.0
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* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.0-1
58- remove upstreamed Patch0
59- add Patch10 to solve windows server licensing issue.
60- add Patch11 to skip license file loading. (for w2k8)
61- add patch12 to enable font smoothing
62
63* Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
64- SECURITY FIX: CVE-2011-1595
65  - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
66
67* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
68- rebuild with openssl-1.0.0c
69- add BuildRequires: libap-devel
70
71* Thu May 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-2
72- add BR: alsa-lib-devel, libX11-devel, libsamplerate-devel
73- remove BR: XOrg-devel
74
75* Mon Oct 13 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.6.0-1vl5
76- new upstream release
77
78* Fri Oct 10 2008 Shu KONNO <owa@bg.wakwak.com> 1.5.0-1vl5
79- applied new versioning policy, spec in utf-8
80
81* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-0vl2
82- rebuild with new openssl
83
84* Thu Dec 07 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.5.0-0vl1
85- new upstream release
86- fixed typo in spec file <BTS:425>
87
88* Thu Oct 04 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
89- new upstream release
90
91* Sun Apr 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
92- new upstream release
93
94* Fri Feb 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-0vl1
95- new upstream release
96
97* Thu Dec 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.0-0vl1
98- new upstream release
99- initial build for Vine Linux
100
101* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
102- rebuilt
103
104* Mon Feb 10 2003 Alexander Larsson <alexl@redhat.com> 1.2.0-1
105- 1.2.0, new stable release
106- Removed now-upstream ssl patch
107
108* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
109- rebuilt
110
111* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.0-5
112- work around now-private definition of BN_CTX
113
114* Wed Dec 11 2002 Elliot Lee <sopwith@redhat.com> 1.1.0-4
115- Fix multilib builds by passing LDLIBS on make command line
116- Use _smp_mflags
117
118* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
119- rebuild in current tree
120
121* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
122- automated rebuild
123
124* Wed Jun 12 2002 Alexander Larsson <alexl@redhat.com>
125- Initial build.
126
Note: See TracBrowser for help on using the repository browser.