~ubuntu-branches/ubuntu/precise/grcm/precise

« back to all changes in this revision

Viewing changes to grcm.spec

  • Committer: Bazaar Package Importer
  • Author(s): Luca Niccoli
  • Date: 2009-04-04 00:23:55 UTC
  • mto: (4.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20090404002355-xw5q341mwgm5c34b
Tags: upstream-0.1.6
ImportĀ upstreamĀ versionĀ 0.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Name:           grcm
 
2
Version:        0.1.6
 
3
Release:        1%{?dist}
 
4
Summary:        A front-end to manage machine connections
 
5
 
 
6
Group:          Applications/Internet
 
7
License:        GPL
 
8
URL:            http://grcm.sourceforge.net
 
9
Source0:        http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 
10
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
11
Prefix: %{_prefix} 
 
12
BuildRequires:  libgnomeui-devel, desktop-file-utils, gettext, gnome-common
 
13
Requires:       openssh-clients
 
14
 
 
15
%description
 
16
Grcm, short for Gnome Remote Connection Manager, that provides an easy way to initiate connections to remote machines. It's primary goal is to provide a GUI to launch ssh, telnet and rdesktop type of applications, however it is highly configurable.
 
17
 
 
18
%{summary}.
 
19
 
 
20
 
 
21
%prep
 
22
 
 
23
%setup -q
 
24
 
 
25
 
 
26
%build
 
27
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%{_prefix}
 
28
make
 
29
 
 
30
 
 
31
%install
 
32
rm -rf $RPM_BUILD_ROOT
 
33
make install DESTDIR=$RPM_BUILD_ROOT
 
34
 
 
35
desktop-file-install --vendor Grcm --delete-original \
 
36
        --add-category Application                          \
 
37
        --dir $RPM_BUILD_ROOT%{_datadir}/applications        \
 
38
        $RPM_BUILD_ROOT%{_datadir}/applications/grcm.desktop
 
39
 
 
40
rm $RPM_BUILD_ROOT%{_datadir}/pixmaps/grcm/Makefile*
 
41
%clean
 
42
rm -rf $RPM_BUILD_ROOT
 
43
 
 
44
 
 
45
%files 
 
46
%defattr(-,root,root,-)
 
47
%doc INSTALL AUTHORS ChangeLog COPYING NEWS README
 
48
%{_bindir}/%{name}
 
49
%{_datadir}/applications/*.desktop
 
50
%{_datadir}/pixmaps/*
 
51
%{_datadir}/omf/*
 
52
%{_datadir}/gnome/*
 
53
 
 
54
%changelog
 
55
* Fri Jun 06 2008 Ed Mann <emann@user.sourceforge.net> - 0.1.6
 
56
- Initial package