rpms/fuse-zip/devel fuse-zip-man-page.patch, NONE, 1.1 fuse-zip.spec, 1.2, 1.3 import.log, 1.2, 1.3

Rakesh Pandit rakesh at fedoraproject.org
Mon Dec 29 10:06:07 UTC 2008


Author: rakesh

Update of /cvs/pkgs/rpms/fuse-zip/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19354/devel

Modified Files:
	fuse-zip.spec import.log 
Added Files:
	fuse-zip-man-page.patch 
Log Message:
fixed man page spelling mistake.


fuse-zip-man-page.patch:

--- NEW FILE fuse-zip-man-page.patch ---
--- fuse-zip-0.2.6.org/fuse-zip.1	2008-12-29 03:22:36.000000000 +0530
+++ fuse-zip-0.2.6/fuse-zip.1	2008-12-29 03:22:50.000000000 +0530
@@ -39,7 +39,7 @@
 See FUSE documentation for details.
 .SH "DESCRIPTION"
 .B fuse\-zip
-is a fuse filesystem, that enables any program to work with a ZIP archive as thow it is a plain directory.
+is a fuse filesystem, that enables any program to work with a ZIP archive as though it is a plain directory.
 Unlike KIO or Gnome VFS, it can be used in any application without modifications.
 
 Unlike other FUSE filesystems, only fuse\-zip provides write support to ZIP archives.


Index: fuse-zip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-zip/devel/fuse-zip.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fuse-zip.spec	7 Dec 2008 14:05:54 -0000	1.2
+++ fuse-zip.spec	29 Dec 2008 10:05:37 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           fuse-zip
 Version:        0.2.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Fuse-zip is a fs to navigate, extract, create and modify ZIP archives
 Group:          System Environment/Libraries
 License:        GPLv3+
@@ -8,7 +8,9 @@
 Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
 # Submitted patch
 # http://code.google.com/p/fuse-zip/issues/detail?id=15
-Patch1:         fuse-zip-makefile.patch
+Patch0:         fuse-zip-makefile.patch
+# http://code.google.com/p/fuse-zip/issues/detail?id=16
+Patch1:         fuse-zip-man-page.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libzip-devel, pkgconfig, fuse-devel, zlib-devel
 Requires:       fuse
@@ -27,7 +29,8 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .makefile
+%patch0 -p1 -b .makefile
+%patch1 -p1 -b .man-page
 
 %build
 make %{?_smp_mflags} CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
@@ -47,6 +50,9 @@
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Mon Dec 29 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.2.6-6
+- fixed man page spelling mistake
+
 * Sun Dec 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.2.6-5
 - fixed debug info package
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-zip/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- import.log	7 Dec 2008 14:05:54 -0000	1.2
+++ import.log	29 Dec 2008 10:05:37 -0000	1.3
@@ -1,2 +1,3 @@
 fuse-zip-0_2_6-4_fc10:HEAD:fuse-zip-0.2.6-4.fc10.src.rpm:1226138879
 fuse-zip-0_2_6-5_fc10:HEAD:fuse-zip-0.2.6-5.fc10.src.rpm:1228615506
+fuse-zip-0_2_6-6_fc10:HEAD:fuse-zip-0.2.6-6.fc10.src.rpm:1230501854




More information about the fedora-extras-commits mailing list