rpms/gnu-getopt/devel gnu-getopt.spec,1.5,1.6

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jul 9 18:36:01 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/gnu-getopt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25041

Modified Files:
	gnu-getopt.spec 
Log Message:
fix repotag


Index: gnu-getopt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnu-getopt/devel/gnu-getopt.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnu-getopt.spec	19 Feb 2008 03:09:11 -0000	1.5
+++ gnu-getopt.spec	9 Jul 2008 18:35:13 -0000	1.6
@@ -36,10 +36,10 @@
 
 Name:		gnu-getopt
 Version:	1.0.12
-Release:	4jpp.1
+Release:	5%{?dist}
 Epoch:		0
 Summary:        Java getopt implementation
-License:        LGPL
+License:        LGPLv2+
 Url:            http://www.urbanophile.com/arenn/hacking/download.html
 Source0:        http://www.urbanophile.com/arenn/hacking/getopt/java-getopt-1.0.12.tar.gz
 BuildRequires:  ant
@@ -70,8 +70,9 @@
 Summary:        Javadoc for %{name}
 Group:          Development/Documentation
 BuildRequires:  java-javadoc
-Requires(post): /bin/rm /bin/ln
-Requires(postun): /bin/rm
+# for /bin/rm and /bin/ln
+Requires(post): coreutils
+Requires(postun): coreutils
 Provides:	gnu.getopt-javadoc = %{epoch}:%{version}-%{release}
 Obsoletes:	gnu.getopt-javadoc <= 0:1.0.9
 
@@ -142,6 +143,9 @@
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:1.0.12-5
+- drop repotag
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0:1.0.12-4jpp.1
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list