rpms/doctorj/FC-4 doctorj.spec,1.12,1.13

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Sat Apr 29 21:20:11 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/doctorj/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25057/FC-4

Modified Files:
	doctorj.spec 
Log Message:
- changed Requires and BuildRequires based on advise from Ville Skyttä 
- made package noarch



Index: doctorj.spec
===================================================================
RCS file: /cvs/extras/rpms/doctorj/FC-4/doctorj.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- doctorj.spec	29 Apr 2006 02:47:55 -0000	1.12
+++ doctorj.spec	29 Apr 2006 21:20:11 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           doctorj
 Version:        5.0.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Java source code analyzer
 
 Group:          Development/Tools
@@ -8,10 +8,14 @@
 URL:            http://doctorj.sourceforge.net/
 Source:         http://download.sf.net/doctorj/%{name}-%{version}.tar.gz
 Patch0:		classpath_fix.patch
-Requires:	java-1.4.2-gcj-compat
-BuildRequires:	java-1.4.2-gcj-compat-devel
+
+Requires: jre
+BuildRequires: java-devel
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildArch:	noarch
+
 %description
 DoctorJ analyzes Java code, in the following functional areas:
 documentation verification, statistics generation and syntax analysis.
@@ -39,6 +43,10 @@
 %{_datadir}/%{name}
 
 %changelog
+* Sun Apr 30 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.0.0-3
+- based on advise from Ville Skyttä, changed buildrequires and requires
+- made package noarch
+
 * Sat Apr 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.0.0-2
 - added patch to export classpath
 - added requires on java-1.4.2-gcj-compat




More information about the fedora-extras-commits mailing list