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

Revision 8046, 2.8 KB checked in by iwamoto, 10 years ago (diff)

libssh: update to 0.5.5 with security fix
remmina: fix dependency miss between i686 and x86_64

Line 
1Summary:        Remote Desktop Connection utility for GNOME
2Summary(ja):    GNOME 用リモートデスクトップ接続ユーティリティ
3Name:           remmina
4Version:        0.7.4
5Release:        2%{?_dist_release}
6
7Source0:        %{name}-%{version}.tar.gz
8Source10:       remmina-0.7.4-ja.po
9Patch10:        remmina-0.7.4-ja.patch
10
11License:        GPLv2+
12Group:          Applications/Internet
13URL:            http://sourceforge.net/projects/grdc/
14
15BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildRequires:  glib-devel
17BuildRequires:  intltool
18BuildRequires:  gtk2-devel
19BuildRequires:  libgcrypt-devel
20BuildRequires:  libssh-devel
21BuildRequires:  vte-devel, avahi-devel, avahi-ui-devel
22BuildRequires:  libvncserver-devel, gnutls-devel
23BuildRequires:  desktop-file-utils
24BuildRequires:  libjpeg-devel
25BuildRequires:  unique-devel
26
27Obsoletes: grdc < 0.7.0
28Provides: grdc = %{version}
29
30Vendor: Project Vine
31Distribution: Vine Linux
32
33%description
34Grdc is a remote desktop connection client that can view and control a
35desktop session running on another system. It can connect to a VNC platform
36(using libvncserver0) as well windows terminal servers (with rdesktop).
37
38
39%prep
40%setup -q
41%patch10 -p1
42
43cp -f %{SOURCE10} po/ja.po
44
45%build
46autoreconf -f -i
47%configure
48%__make %{?_smp_mflags}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52%__make DESTDIR=$RPM_BUILD_ROOT install
53
54desktop-file-install --vendor="" \
55  --add-category="RemoteAccess" \
56  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
57  $RPM_BUILD_ROOT%{_datadir}/applications/*
58
59%find_lang %name
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%post
65update-desktop-database -q
66touch --no-create %{_datadir}/icons/hicolor
67if [ -x /usr/bin/gtk-update-icon-cache ]; then
68  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
69fi
70
71%postun
72update-desktop-database -q
73touch --no-create %{_datadir}/icons/hicolor
74if [ -x /usr/bin/gtk-update-icon-cache ]; then
75  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
76fi
77
78%files -f %name.lang
79%defattr(-,root,root)
80%doc ChangeLog NEWS README AUTHORS COPYING
81%{_bindir}/%{name}
82%dir %{_datadir}/%{name}
83%{_datadir}/%{name}/icons/hicolor
84%{_datadir}/icons/hicolor/*/apps/*
85%{_datadir}/applications/*.desktop
86
87
88%changelog
89* Sun Dec  8 2013 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 0.7.4-2
90- rebuilt with libssh 0.5.5 (fix x86_64 package dependency miss)
91- add BR: vte-devel, avahi-devel, desktop-file-utils
92- add BR: avahi-ui-devel, libvncserver-devel, libjpeg-devel, gnutls-devel
93- add BR: unique-devel
94
95* Wed Mar 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.4-1
96- new upstream release with new name 'remmina'
97- add Obsoletes/Provides: grdc
98
99* Tue Sep 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.0-1
100- initial build for Vine Linux
101
102* Tue Jul 07 2009 slick50 <lxgator@gmail.com> 0.6.0-1pclos2009
103- new version 0.6.0
104
105* Sun May 17 2009 don_crissti <don_crissti@gmx.com> 0.5.1-1pclos2009
106- build for PCLOS
107
Note: See TracBrowser for help on using the repository browser.