rpms/fuse-zip/devel fuse-zip-makefile.patch, 1.1, 1.2 fuse-zip.spec, 1.1, 1.2 import.log, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Sun Dec 7 14:05:56 UTC 2008


Author: rakesh

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

Modified Files:
	fuse-zip-makefile.patch fuse-zip.spec import.log 
Log Message:
fixed debug info package


fuse-zip-makefile.patch:

Index: fuse-zip-makefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-zip/devel/fuse-zip-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fuse-zip-makefile.patch	8 Nov 2008 04:42:20 -0000	1.1
+++ fuse-zip-makefile.patch	7 Dec 2008 14:05:54 -0000	1.2
@@ -5,7 +5,7 @@
  install: all doc
  	mkdir -p "$(INSTALLPREFIX)/bin"
 -	install -m 755 -s "$(DEST)" "$(INSTALLPREFIX)/bin"
-+	install -p -m 755 -s "$(DEST)" "$(INSTALLPREFIX)/bin"
++	install -p -m 755 "$(DEST)" "$(INSTALLPREFIX)/bin"
  	mkdir -p "$(INSTALLPREFIX)/share/doc/$(DEST)"
 -	cp $(DOCFILES) "$(INSTALLPREFIX)/share/doc/$(DEST)"
 +	cp -p $(DOCFILES) "$(INSTALLPREFIX)/share/doc/$(DEST)"


Index: fuse-zip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-zip/devel/fuse-zip.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fuse-zip.spec	8 Nov 2008 04:42:20 -0000	1.1
+++ fuse-zip.spec	7 Dec 2008 14:05:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           fuse-zip
 Version:        0.2.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Fuse-zip is a fs to navigate, extract, create and modify ZIP archives
 Group:          System Environment/Libraries
 License:        GPLv3+
@@ -47,6 +47,9 @@
 %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Sun Dec 07 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.2.6-5
+- fixed debug info package
+
 * Fri Nov 08 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.2.6-4
 - removed INSTALL file from package - not useful
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-zip/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	8 Nov 2008 04:42:20 -0000	1.1
+++ import.log	7 Dec 2008 14:05:54 -0000	1.2
@@ -1 +1,2 @@
 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




More information about the fedora-extras-commits mailing list