rpms/mussh/devel mussh.spec, 1.1, 1.2 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Wed Dec 27 00:06:10 UTC 2006


Author: kevin

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

Modified Files:
	mussh.spec sources .cvsignore 
Log Message:
Update to 0.7



Index: mussh.spec
===================================================================
RCS file: /cvs/extras/rpms/mussh/devel/mussh.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mussh.spec	11 Dec 2006 19:34:37 -0000	1.1
+++ mussh.spec	27 Dec 2006 00:05:40 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           mussh
-Version:        0.6
+Version:        0.7
 Release:        1%{?dist}
 Summary:        Multihost SSH wrapper
 
 Group:          Applications/System
 License:        GPL
 URL:            http://www.sourceforge.net/projects/mussh
-Source0:        http://downloads.sourceforge.net/mussh/mussh-0.6.tgz
+Source0:        http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -26,6 +26,9 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/bin/
 install -p mussh $RPM_BUILD_ROOT/usr/bin/
+mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1/
+gzip mussh.1
+install -p mussh.1.gz ${RPM_BUILD_ROOT}%{_mandir}/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -34,8 +37,12 @@
 %defattr(-,root,root,-)
 %doc INSTALL README BUGS CHANGES EXAMPLES
 %{_bindir}/mussh
+%{_mandir}/man1/*
 
 %changelog
+* Tue Dec 26 2006 Kevin Fenzi <kevin at tummy.com> 0.7-1
+- Update to 0.7
+
 * Sun Dec 10 2006 Kevin Fenzi <kevin at tummy.com> 0.6-1
 - Initial version for Fedora Extras
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mussh/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Dec 2006 19:34:37 -0000	1.2
+++ sources	27 Dec 2006 00:05:40 -0000	1.3
@@ -1 +1 @@
-d25b2683c6128e97e01ce1278027deb3  mussh-0.6.tgz
+edd260199c817592202917bdb32c8d35  mussh-0.7.tgz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mussh/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Dec 2006 19:34:37 -0000	1.2
+++ .cvsignore	27 Dec 2006 00:05:40 -0000	1.3
@@ -1 +1 @@
-mussh-0.6.tgz
+mussh-0.7.tgz




More information about the fedora-extras-commits mailing list