rpms/hfsutils/devel hfsutils.spec,1.16,1.17

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Jan 25 16:30:27 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/hfsutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22200

Modified Files:
	hfsutils.spec 
Log Message:
* Fri Jan 25 2008 Jesse Keating <jkeating at redhat.com> - 3.2.6-13
- Exclude hfssh, nobody really uses it and it drags in tcl to the base
  requires.
- Drop the artificial tcl requirement, rpm will do it's job on reqs.



Index: hfsutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hfsutils/devel/hfsutils.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- hfsutils.spec	3 Jan 2008 11:39:33 -0000	1.16
+++ hfsutils.spec	25 Jan 2008 16:29:53 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: Tools for reading and writing Macintosh HFS volumes.
 Name: hfsutils
 Version: 3.2.6  
-Release: 12%{?dist}
+Release: 13%{?dist}
 Group: Applications/File
 License: GPLv2+
 Source: ftp://ftp.mars.org/pub/hfs/%{name}-%{version}.tar.gz 
@@ -9,14 +9,13 @@
 Patch1: hfsutils-3.2.6-largefile.patch
 URL: http://www.mars.org/home/rob/proj/hfs/ 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: tcl
 BuildRequires: tcl-devel tk-devel
 
-%package -n hfsutils-devel
+%package devel
 Summary: A C library for reading and writing Macintosh HFS volumes.
 Group: Development/Libraries
 
-%package -n hfsutils-x11
+%package x11
 Summary: A Tk-based front end for browsing and copying files.
 Group: Applications/File 
 
@@ -107,6 +106,9 @@
 %{_mandir}/man1/humount.1.*
 %{_mandir}/man1/hvol.1.*
 
+# We don't want this.
+%exclude %{_bindir}/hfssh
+
 %files -n hfsutils-x11
 %defattr(-,root,root)
 %{_bindir}/xhfs
@@ -120,6 +122,11 @@
 %{_includedir}/rsrc.h
 
 %changelog
+* Fri Jan 25 2008 Jesse Keating <jkeating at redhat.com> - 3.2.6-13
+- Exclude hfssh, nobody really uses it and it drags in tcl to the base
+  requires.
+- Drop the artificial tcl requirement, rpm will do it's job on reqs.
+
 * Thu Jan 03 2008 David Woodhouse <dwmw2 at infradead.org> 3.2.6-12
 - Rebuild for tcl 8.5
 




More information about the fedora-extras-commits mailing list