source: projects/specs/branches/6/g/grdc-gnome/grdc-gnome-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary:        Grdc GNOME applet
2Summary(ja):    Grdc GNOME アプレット
3Name:           grdc-gnome
4Version:        0.6.0
5Release:        1%{?_dist_release}
6Source0:        %{name}-%{version}.tar.bz2
7License:        GPLv2+
8Group:          Applications/Internet
9URL:            http://sourceforge.net/projects/grdc/
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildRequires:  glib2-devel
12BuildRequires:  intltool
13BuildRequires:  gtk2-devel
14BuildRequires:  gnome-panel
15Requires:       grdc
16 
17%description
18This is a gnome applet for Grdc - a remote desktop connection client
19that can view and control a desktop session running on another system
20
21%prep
22%setup -q
23
24%build
25%configure
26%__make
27
28%install
29rm -rf $RPM_BUILD_ROOT
30%__make DESTDIR=$RPM_BUILD_ROOT install
31
32%find_lang %name
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37
38%files -f %name.lang
39%defattr(-,root,root)
40%doc ChangeLog NEWS README AUTHORS COPYING
41%{_bindir}/grdc-applet
42%{_libdir}/bonobo/servers/Grdc_Applet.server
43
44
45%changelog
46* Wed Sep 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
47- initial build for Vine Linux
48
49* Tue Jul 07 2009 slick50 <lxgator@gmail.com> 0.6.0-1pclos2009
50- new version 0.6.0
51
52* Sun May 17 2009 don_crissti <don_crissti@gmx.com> 0.5.1-1pclos2009
53- build for PCLOS
54
Note: See TracBrowser for help on using the repository browser.