source: projects/specs/tags/6_0_REL/g/grdc/grdc-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:        Remote Desktop Connection utility for GNOME
2Summary(ja):    GNOME 用リモートデスクトップ接続ユーティリティ
3Name:           grdc
4Version:        0.6.0
5Release:        1%{?_dist_release}
6
7Source0:        %{name}-%{version}.tar.bz2
8Source10:       grdc-0.6.0-ja.po
9Patch1:         grdc-0.6.0-desktop-file.patch
10Patch10:        grdc-0.6.0-ja.patch
11
12License:        GPLv2+
13Group:          Applications/Internet
14URL:            http://sourceforge.net/projects/grdc/
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires:  glib-devel
17BuildRequires:  intltool
18BuildRequires:  gtk2-devel
19BuildRequires:  libgcrypt-devel
20#BuildRequires:  libvncserver-devel
21#BuildRequires:  libssh2-devel
22BuildRequires:  libssh-devel
23
24%description
25Grdc is a remote desktop connection client that can view and control a
26desktop session running on another system. It can connect to a VNC platform
27(using libvncserver0) as well windows terminal servers (with rdesktop).
28
29
30%prep
31%setup -q
32%patch1 -p1
33%patch10 -p1
34
35cp -f %{SOURCE10} po/ja.po
36
37%build
38autoreconf -f -i
39%configure
40%__make %{?_smp_mflags}
41
42%install
43rm -rf $RPM_BUILD_ROOT
44%__make DESTDIR=$RPM_BUILD_ROOT install
45
46desktop-file-install --vendor="" \
47  --add-category="RemoteAccess" \
48  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
49  $RPM_BUILD_ROOT%{_datadir}/applications/*
50
51%find_lang %name
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%post
57update-desktop-database -q
58
59%postun
60update-desktop-database -q
61
62%files -f %name.lang
63%defattr(-,root,root)
64%doc ChangeLog NEWS README AUTHORS COPYING
65%{_bindir}/%{name}
66%{_datadir}/pixmaps/*.png
67%{_datadir}/applications/*.desktop
68
69%changelog
70* Tue Sep 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
71- initial build for Vine Linux
72
73* Tue Jul 07 2009 slick50 <lxgator@gmail.com> 0.6.0-1pclos2009
74- new version 0.6.0
75
76* Sun May 17 2009 don_crissti <don_crissti@gmx.com> 0.5.1-1pclos2009
77- build for PCLOS
78
Note: See TracBrowser for help on using the repository browser.