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

Revision 3849, 3.3 KB checked in by iwaim, 13 years ago (diff)

rdesktop-1.6.0-4

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