rpms/jzlib/devel jzlib.spec,1.12,1.13

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jul 9 20:20:37 UTC 2008


Author: spot

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

Modified Files:
	jzlib.spec 
Log Message:
fix repotag


Index: jzlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jzlib/devel/jzlib.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jzlib.spec	29 May 2008 14:27:39 -0000	1.12
+++ jzlib.spec	9 Jul 2008 20:19:49 -0000	1.13
@@ -36,7 +36,7 @@
 
 Name:           jzlib
 Version:        1.0.7
-Release:        5jpp.2
+Release:        5.3%{?dist}
 Epoch:          0
 Summary:        JZlib re-implementation of zlib in pure Java
 
@@ -69,9 +69,9 @@
 %package        javadoc
 Summary:        Javadoc for %{name}
 Group:          Development/Documentation
-Requires(post): 	%{__rm}
-Requires(post): 	/bin/ln
-Requires(postun):	%{__rm}
+# for /bin/rm and /bin/ln
+Requires(post): 	coreutils
+Requires(postun):	coreutils
 
 %description    javadoc
 %{summary}.
@@ -79,9 +79,9 @@
 %package        demo
 Summary:        Examples for %{name}
 Group:          Development/Libraries/Java
-Requires(post): 	%{__rm}
-Requires(post): 	/bin/ln
-Requires(postun):	%{__rm}
+# for /bin/rm and /bin/ln
+Requires(post): 	coreutils
+Requires(postun):	coreutils
 
 %description    demo
 %{summary}.
@@ -176,6 +176,9 @@
 %ghost %doc %{_datadir}/%{name}
 
 %changelog
+* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:1.0.7-5.3
+- drop repotag
+
 * Thu May 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:1.0.7-5jpp.2
 - fix license tag
 




More information about the scm-commits mailing list