source: projects/specs/branches/6/r/remmina-gnome/remmina-gnome-vl.spec @ 2105

Revision 2105, 1.4 KB checked in by daisuke, 13 years ago (diff)
Line 
1Summary:        Remmina GNOME applet
2Summary(ja):    Remmina GNOME アプレット
3Name:           remmina-gnome
4Version:        0.7.2
5Release:        1%{?_dist_release}
6Source0:        %{name}-%{version}.tar.gz
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:       remmina
16
17Obsoletes: grdc-gnome < 0.7.0
18Provides: grdc-gnome = %{version}
19 
20%description
21This is a gnome applet for Remmina - a remote desktop connection client
22that can view and control a desktop session running on another system
23
24%prep
25%setup -q
26
27%build
28%configure
29%__make
30
31%install
32rm -rf $RPM_BUILD_ROOT
33%__make DESTDIR=$RPM_BUILD_ROOT install
34
35%find_lang %name
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40
41%files -f %name.lang
42%defattr(-,root,root)
43%doc ChangeLog NEWS README AUTHORS COPYING
44%{_bindir}/remmina-applet
45%{_libdir}/bonobo/servers/Remmina_Applet.server
46
47
48%changelog
49* Mon Mar 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.2-1
50- new upstream release with new name
51- rename to remmina-gnome
52
53* Wed Sep 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
54- initial build for Vine Linux
55
56* Tue Jul 07 2009 slick50 <lxgator@gmail.com> 0.6.0-1pclos2009
57- new version 0.6.0
58
59* Sun May 17 2009 don_crissti <don_crissti@gmx.com> 0.5.1-1pclos2009
60- build for PCLOS
61
Note: See TracBrowser for help on using the repository browser.