Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
dsh
> dsh.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dsh.spec of Package dsh
Summary: Distributed shell Name: dsh Version: 0.22.0 Release: 1 License: GPL Group: Applications/Internet URL: http://www.netfort.gr.jp/~dancer/software/downloads/list.cgi Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-conf.diff BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRequires: glibc-devel libgcc gcc gcc-c++ libdshconfig libdshconfig-devel %description Distributed shell. Runs command through rsh or ssh on a cluster of machines. Requires libdshconfig to be already installed on the system. %prep %setup -q %patch0 -p1 %build %configure %__make %install rm -rf "$RPM_BUILD_ROOT" make DESTDIR="$RPM_BUILD_ROOT" install mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir} cp -p dsh.conf $RPM_BUILD_ROOT/%{_sysconfdir} %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog README %attr(0755,root,root) %{_bindir}/dsh %{_datadir}/locale/ja/LC_MESSAGES/dsh.mo %{_mandir}/man1/dsh.1* %config(noreplace) %{_sysconfdir}/dsh.conf %changelog * Mon Jun 25 2007 Carsten Schoene <cs@linux-administrator.com> - 0.22.0 - initial spec file for dsh on openSUSE buildservice