forked from dancerj/dsh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dsh.spec
71 lines (50 loc) · 1.44 KB
/
dsh.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Summary: Run a single command on many hosts.
Name: dsh
Version: 0.25.9
Release: 2%{?disttag}
License: GPL
Group: Applications/Internet
URL: http://www.netfort.gr.jp/~dancer/software/dsh.html.en
Source0: http://www.netfort.gr.jp/~dancer/software/downloads/dsh-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
BuildRequires: libdshconfig-devel
%description
Distributed shell. Runs command through rsh or ssh on a cluster of
machines.
%prep
%setup -q
%patch -p0 -b .hide
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%find_lang dsh
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README
%config(noreplace) %{_sysconfdir}/dsh.conf
%{_bindir}/dsh
%{_mandir}/man1/dsh.1*
%{_mandir}/man5/dsh.conf.5*
%{_mandir}/*/man1/dsh.1*
%{_mandir}/*/man5/dsh.conf.5*
%changelog
* Wed Jun 13 2007 Dams <anvil[AT]livna.org> - 0.25.8-2
- Updated to 0.25.8
* Tue Jan 2 2007 Dams <anvil[AT]livna.org> - 0.25.6-2
- Added patch to not print machine names
* Tue Feb 14 2006 Dams <anvil[AT]livna.org> - 0.25.6-1
- Updated to 0.25.6
* Tue Feb 1 2005 Dams <anvil[AT]livna.org> 0.25.4-2
- Fixed some typo
* Wed Jan 26 2005 Dams <anvil[AT]livna.org> 0.25.4-1
- Updated to 0.25.4
* Thu Jun 3 2004 Dams <anvil[AT]livna.org> 0:0.25.2-0.fdr.1
- Updated to 0.25.2
- More man pages
* Thu Jun 3 2004 Dams <anvil[AT]livna.org>
- Initial build.