rpms/hfsutils/F-10 hfsutils.spec,1.20,1.21 import.log,1.1,1.2

Peter Lemenkov peter at fedoraproject.org
Fri Sep 25 10:45:43 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/hfsutils/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8639/F-10

Modified Files:
	hfsutils.spec import.log 
Log Message:
Another two issues, found during merge review, were fixed


Index: hfsutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hfsutils/F-10/hfsutils.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- hfsutils.spec	25 Sep 2009 08:38:29 -0000	1.20
+++ hfsutils.spec	25 Sep 2009 10:45:43 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: Tools for reading and writing Macintosh HFS volumes
 Name: hfsutils
 Version: 3.2.6
-Release: 18%{?dist}
+Release: 19%{?dist}
 Group: Applications/File
 License: GPLv2+
 Source: ftp://ftp.mars.org/pub/hfs/%{name}-%{version}.tar.gz
@@ -13,6 +13,7 @@ BuildRequires: libXft-devel tcl-devel tk
 
 %package devel
 Summary: A C library for reading and writing Macintosh HFS volumes
+Provides: %{name}-static = %{version}-%{release}
 Group: Development/Libraries
 
 %package x11
@@ -59,8 +60,9 @@ make	BINDEST=$RPM_BUILD_ROOT%{_bindir} \
 	LIBDEST=$RPM_BUILD_ROOT%{_libdir} \
 	INCDEST=$RPM_BUILD_ROOT%{_includedir} \
 	MANDEST=$RPM_BUILD_ROOT%{_mandir} \
+	INSTALL="install -p" \
 	install install_lib
-install -m0755 hfsck/hfsck $RPM_BUILD_ROOT/%{_bindir}
+install -p -m 0755 hfsck/hfsck $RPM_BUILD_ROOT/%{_bindir}
 ln -sf hfsck $RPM_BUILD_ROOT/%{_bindir}/fsck.hfs
 
 %clean
@@ -121,6 +123,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/rsrc.h
 
 %changelog
+* Fri Sep 25 2009 Peter Lemenkov <lemenkov at gmail.com> - 3.2.6-19
+- Added provides hfsutils-static (bz #225886)
+- Use INSTALL="install -p" (bz #225886)
+
 * Fri Sep 25 2009 Peter Lemenkov <lemenkov at gmail.com> - 3.2.6-18
 - Fixed issues from the Merge Review (bz #225886)
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/hfsutils/F-10/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	25 Sep 2009 08:38:29 -0000	1.1
+++ import.log	25 Sep 2009 10:45:43 -0000	1.2
@@ -1 +1,2 @@
 hfsutils-3_2_6-18_fc11:F-10:hfsutils-3.2.6-18.fc11.src.rpm:1253867870
+hfsutils-3_2_6-19_fc11:F-10:hfsutils-3.2.6-19.fc11.src.rpm:1253875500




More information about the scm-commits mailing list