rpms/clusterssh/devel clusterssh.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Duncan Ferguson (duncs) fedora-extras-commits at redhat.com
Tue Aug 29 19:25:48 UTC 2006


Author: duncs

Update of /cvs/extras/rpms/clusterssh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9549/devel

Modified Files:
	.cvsignore sources 
Added Files:
	clusterssh.spec 
Log Message:
auto-import clusterssh-3.19.1-2 on branch devel from clusterssh-3.19.1-2.src.rpm


--- NEW FILE clusterssh.spec ---
Name:          clusterssh
Version:       3.19.1
Release:       2%{?dist}
Summary:       Secure concurrent multi-server terminal control

Group:         Applications/Productivity
License:       GPL
URL:           http://clusterssh.sourceforge.net
Source0:       http://easynews.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:     noarch
BuildRequires: desktop-file-utils

%description
Control multiple terminals open on different servers to perform administration
tasks, for example multiple hosts requiring the same config within a cluster.
Not limited to use with clusters, however.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
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/
install -p -m 644 %{name}-48x48.png \
        %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/
install -p -m 644 %{name}-32x32.png \
        %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/
install -p -m 644 %{name}-24x24.png \
        %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png

%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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS README NEWS THANKS ChangeLog
%{_bindir}/cssh
%{_mandir}/man1/*.1*
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/applications/fedora-%{name}.desktop

%changelog

* Tue Aug 15 2006 Duncan Ferguson <duncan_ferguson at users.sf.net> - 3.19.1-2
- Tidyups as per https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=199173

* Mon Jul 24 2006 Duncan Ferguson <duncan_ferguson at users.sf.net> - 3.19.1-1
- Update Changelog, commit all branch changes and release

* Tue Jul 18 2006 Duncan Ferguson <duncan_ferguson at users.sf.net> - 3.18.2.10-2
- Correct download URL (Source0)

* Mon Jul 17 2006 Duncan Ferguson <duncan_ferguson at 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

* Mon Nov 28 2005 Duncan Ferguson <duncan_ferguson at 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 at users.sf.net> - 3.17.1-2
- spec file tidyups

* Mon Apr 25 2005 Duncan Ferguson <duncan_ferguson at users.sf.net> - 3.0
- Please see ChangeLog in documentation area



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clusterssh/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2006 19:25:14 -0000	1.1
+++ .cvsignore	29 Aug 2006 19:25:48 -0000	1.2
@@ -0,0 +1 @@
+clusterssh-3.19.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clusterssh/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2006 19:25:14 -0000	1.1
+++ sources	29 Aug 2006 19:25:48 -0000	1.2
@@ -0,0 +1 @@
+12363dead309dca70bb6d45f4410246c  clusterssh-3.19.1.tar.gz




More information about the fedora-extras-commits mailing list