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

Revision 521, 3.0 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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