diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 5ec4a11..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: xjavadoc -# $Id$ -NAME := xjavadoc -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/xjavadoc.spec b/xjavadoc.spec index b7c0062..70c8c40 100644 --- a/xjavadoc.spec +++ b/xjavadoc.spec @@ -36,10 +36,10 @@ Name: xjavadoc Version: 1.1 -Release: 4jpp.3%{?dist} +Release: 6.5%{?dist} Epoch: 0 Summary: The XJavaDoc engine -License: BSD Style +License: BSD URL: http://xdoclet.sourceforge.net/xjavadoc/ Group: Development/Testing Source0: xjavadoc-src-1.1-RHCLEAN.tar.bz2 @@ -91,8 +91,9 @@ and some nice extra features. %package javadoc Summary: Javadoc for %{name} Group: Development/Documentation -Requires(post): /bin/rm,/bin/ln -Requires(postun): /bin/rm +# for /bin/rm and /bin/ln +Requires(post): coreutils +Requires(postun): coreutils %description javadoc %{summary}. @@ -188,6 +189,18 @@ fi %ghost %doc %{_javadocdir}/%{name} %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 0:1.1-6.5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Jul 10 2008 Tom "spot" Callaway - 0:1.1-5.5 +- drop repotag + +* Thu May 29 2008 Tom "spot" Callaway - 0:1.1-5jpp.4 +- fix license tag + +* Mon Feb 18 2008 Fedora Release Engineering - 0:1.1-5jpp.3 +- Autorebuild for GCC 4.3 + * Thu Sep 20 2007 Deepak Bhole 1.1-4jpp.3 - Rebuild for ppc32 execmem issue and new build-id - Add %%{?dist} as per policy