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

Revision 2506, 3.1 KB checked in by Takemikaduchi, 13 years ago (diff)

wireshark: new upstream release, others: rebuild with openssl-1.0.0c

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