rpms/doctorj/devel .cvsignore, 1.3, 1.4 Makefile, 1.3, 1.4 doctorj.spec, 1.12, 1.13 sources, 1.3, 1.4

Michael J Knox (mjk) fedora-extras-commits at redhat.com
Sat Apr 29 02:22:51 UTC 2006


Author: mjk

Update of /cvs/extras/rpms/doctorj/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6009

Added Files:
	.cvsignore Makefile doctorj.spec sources 
Log Message:
updated version 



Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	29 Apr 2006 02:22:50 -0000	1.4
@@ -0,0 +1 @@
+doctorj-5.0.0.tar.gz


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	29 Apr 2006 02:22:50 -0000	1.4
@@ -0,0 +1,21 @@
+# Makefile for source rpm: doctorj
+# $Id$
+NAME := doctorj
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: doctorj.spec
===================================================================
RCS file: doctorj.spec
diff -N doctorj.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ doctorj.spec	29 Apr 2006 02:22:50 -0000	1.13
@@ -0,0 +1,72 @@
+Name:           doctorj
+Version:        5.0.0
+Release:        1%{?dist}
+Summary:        Java source code analyzer
+
+Group:          Development/Tools
+License:        LGPL
+URL:            http://doctorj.sourceforge.net/
+Source:         http://download.sf.net/doctorj/%{name}-%{version}.tar.gz
+BuildRequires:	java-1.4.2-gcj-compat-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%description
+DoctorJ analyzes Java code, in the following functional areas:
+documentation verification, statistics generation and syntax analysis.
+
+%prep
+%setup -q
+
+%build
+
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README
+%{_bindir}/doctorj
+%{_mandir}/man1/doctorj.1*
+%{_datadir}/%{name}
+
+%changelog
+* Sat Apr 29 2006 Michael J. Knox <michael[AT]knox.net.nz> - 5.0.0-1
+- Updated version
+
+* Fri May 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 4.0.2-7
+- Patch to fix x86_64 build.
+
+* Thu May 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 4.0.2-6
+- Rebuild.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 4.0.2-5
+- rebuilt
+
+* Sun Feb 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.2-4
+- Apply proper build fix from Michael Schwendt.
+
+* Sun Feb 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.2-3
+- Use compat-gcc-c++ to fix build on FC3+.
+
+* Sun May 30 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.2-0.fdr.2
+- Fix build on FC2, thanks to Michael Schwendt (bug 1025).
+
+* Fri Aug 29 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.2-0.fdr.1
+- Update to 4.0.2.
+
+* Thu Aug 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.1-0.fdr.1
+- Update to 4.0.1.
+- Clean up %%doc list.
+
+* Thu Mar 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.0-0.fdr.1
+- Update to 4.0.0 and to current Fedora guidelines.
+- compat-gcc-c++ no longer required.
+
+* Fri Feb  7 2003 Ville Skyttä <ville.skytta at iki.fi> - 3.3.9-1.fedora.1
+- First Fedora release.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	29 Apr 2006 02:22:50 -0000	1.4
@@ -0,0 +1 @@
+43a11e483ed3524e3709794be5e13267  doctorj-5.0.0.tar.gz




More information about the fedora-extras-commits mailing list