clusterssh/clusterssh.spec

104 lines
3.4 KiB
RPMSpec
Raw Normal View History

2005-11-28 19:48:46 +00:00
Name: clusterssh
2009-09-24 18:31:57 +01:00
Version: 3.27
Release: 1%{?dist}
2005-11-28 19:48:46 +00:00
Summary: Secure concurrent multi-server terminal control
Group: Applications/Productivity
License: GPL
URL: http://clusterssh.sourceforge.net
2006-09-06 18:06:19 +00:00
Source0: http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
2005-11-28 19:48:46 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
2006-07-24 19:12:54 +00:00
BuildRequires: desktop-file-utils
2005-04-29 13:51:06 +00:00
%description
Control multiple terminals open on different servers to perform administration
2005-11-28 19:48:46 +00:00
tasks, for example multiple hosts requiring the same config within a cluster.
Not limited to use with clusters, however.
2005-04-29 13:51:06 +00:00
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
2006-09-06 18:06:19 +00:00
mkdir -p %{buildroot}%{_datadir}/applications
desktop-file-install --vendor fedora \
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
--add-category X-Fedora \
%{name}.desktop
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/
2006-07-24 19:12:54 +00:00
install -p -m 644 %{name}-48x48.png \
2006-09-06 18:06:19 +00:00
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
2006-07-24 19:12:54 +00:00
install -p -m 644 %{name}-32x32.png \
2006-09-06 18:06:19 +00:00
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/
2006-07-24 19:12:54 +00:00
install -p -m 644 %{name}-24x24.png \
2006-09-06 18:06:19 +00:00
%{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png
2006-07-24 19:12:54 +00:00
%post
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
%postun
touch --no-create %{_datadir}/icons/hicolor || :
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
2005-04-29 13:51:06 +00:00
%clean
rm -rf %{buildroot}
%files
2005-11-28 19:48:46 +00:00
%defattr(-,root,root,-)
2006-09-06 18:06:19 +00:00
%doc COPYING AUTHORS README NEWS THANKS ChangeLog
2005-11-28 19:48:46 +00:00
%{_bindir}/cssh
%{_mandir}/man1/*.1*
2006-07-24 19:12:54 +00:00
%{_datadir}/icons/hicolor/*/apps/%{name}.png
2006-09-06 18:06:19 +00:00
%{_datadir}/applications/fedora-%{name}.desktop
2005-04-29 13:51:06 +00:00
%changelog
2008-01-23 22:26:19 +00:00
* Wed Jan 23 2008 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.22-1
- Updates and fixed - see ChangeLog
* Wed Nov 28 2007 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.21-1
- See ChangeLog
2008-01-23 22:26:19 +00:00
* Mon Nov 26 2007 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.20-1
- Updates and fixes - see ChangeLog
2006-09-06 18:06:19 +00:00
* Tue Aug 15 2006 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.19.1-2
- Tidyups as per https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199173
2006-07-24 19:12:54 +00:00
* Mon Jul 24 2006 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.19.1-1
- Update Changelog, commit all branch changes and release
* Tue Jul 18 2006 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.18.2.10-2
- Correct download URL (Source0)
* Mon Jul 17 2006 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.18.2.10-1
- Lots of amendments and fixes to clusterssh code
- Added icons and desktop file
- Submitted to Fedora Extras for review
2005-11-28 19:48:46 +00:00
* Mon Nov 28 2005 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.18.1-1
- Updates and bugfixes to cssh
- Updates to man page
- Re-engineer spec file
* Tue Aug 30 2005 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.17.1-2
- spec file tidyups
2005-05-09 16:11:26 +00:00
* Mon Apr 25 2005 Duncan Ferguson <duncan_ferguson@users.sf.net> - 3.0
- Please see ChangeLog in documentation area
2005-04-29 13:51:06 +00:00