devel/hfsplusutils hfsplusutils.spec,1.1,1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Feb 22 13:40:32 UTC 2005


Author: dwmw2

Update of /cvs/extras/devel/hfsplusutils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4299

Modified Files:
	hfsplusutils.spec 
Log Message:
hfsplusutils.spec


Index: hfsplusutils.spec
===================================================================
RCS file: /cvs/extras/devel/hfsplusutils/hfsplusutils.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hfsplusutils.spec	21 Feb 2005 23:20:43 -0000	1.1
+++ hfsplusutils.spec	22 Feb 2005 13:40:30 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Tools for reading Macintosh HFS+ volumes.
 Name: hfsplusutils
 Version: 1.0.4
-Release: 2
+Release: 3
 License: GPL
 Group: Applications/File
 URL: ftp://ftp.penguinppc.org/users/hasi/hfsplus_1.0.4.src.tar.bz2
@@ -35,7 +35,13 @@
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT SUBDIRS=src install
 ln -sf hpfsck $RPM_BUILD_ROOT/%{_bindir}/fsck.hfsplus
-
+# Remove zero-length doc file
+rm -f mail/extents.diff
+mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
+gzip -c < doc/man/hfsp.man > $RPM_BUILD_ROOT/%{_mandir}/man1/hfsp.1.gz
+for a in hpcd hpcopy hpfsck hpls hpmkdir hpmount hppwd hprm hpumount fsck.hfsplus ; do
+	ln -sf hfsp.1.gz $RPM_BUILD_ROOT/%{_mandir}/man1/$a.1.gz
+done
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -52,17 +58,21 @@
 %{_bindir}/hppwd
 %{_bindir}/hprm
 %{_bindir}/hpumount
+%{_mandir}/man1/*
 %doc doc/*.html
 %doc mail
-%doc doc/man/hfsp.sgml
 %doc AUTHORS NEWS README
 
 
 %changelog
+* Tue Feb 22 2005 David Woodhouse <dwmw2 at infradead.org> 1.0.4-3
+- Include man page
+- Remove zero-length diff file in documentation
+
 * Mon Feb 21 2005 David Woodhouse <dwmw2 at infradead.org> 1.0.4-2
 - Include fsck.hfsplus symlink
 - Fix kernel header inclusion
-x 
+
 * Sun Apr 11 2004 David Woodhouse <dwmw2 at redhat.com> 1.0.4-1
 - Initial build.
 




More information about the fedora-extras-commits mailing list