]> git.pld-linux.org Git - packages/clusterssh.git/blame - clusterssh.spec
- 3.28
[packages/clusterssh.git] / clusterssh.spec
CommitLineData
a447d78d
MWP
1#
2# TODO: R,BR,/etc file
3#
4Summary: Cluster SSH - Cluster Admin Via SSH
5Name: clusterssh
b14eb6d3 6Version: 3.28
7Release: 1
a447d78d
MWP
8License: GPL
9Group: Applications/Networking
10Source0: http://dl.sourceforge.net/clusterssh/%{name}-%{version}.tar.gz
b14eb6d3 11# Source0-md5: 11e012329d2c62e1f7b17f3ac517769a
a447d78d
MWP
12URL: http://sourceforge.net/projects/clusterssh
13BuildRequires: rpm-perlprov >= 4.1-13
14Requires: perl-X11-Protocol
b14eb6d3 15Requires: xterm
a447d78d
MWP
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20ClusterSSH controls a number of xterm windows via a single graphical
21console window to allow commands to be interactively run on multiple
22servers over an ssh connection.
23
24%prep
25%setup -q
26
27%build
28%configure
29
30%{__make} \
31 CFLAGS="%{rpmcflags}" \
32 LDFLAGS="%{rpmldflags}"
33
34%install
35rm -rf $RPM_BUILD_ROOT
36
37install -d $RPM_BUILD_ROOT{%{_iconsdir}/hicolor/{48x48,32x32,24x24},%{_desktopdir}}
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42install clusterssh-32x32.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/32x32
43install clusterssh-48x48.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/48x48
44install clusterssh-24x24.png $RPM_BUILD_ROOT%{_iconsdir}/hicolor/24x24
45install clusterssh.desktop $RPM_BUILD_ROOT%{_desktopdir}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc AUTHORS ChangeLog NEWS README THANKS
a447d78d
MWP
53%attr(755,root,root) %{_bindir}/cssh
54%{_mandir}/man1/cssh.*
55%{_desktopdir}/clusterssh.desktop
56%{_iconsdir}/hicolor/*/clusterssh-*.png
This page took 0.085543 seconds and 4 git commands to generate.