Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Fedora Release Engineering
22631424c8 dist-git conversion 2010-07-29 15:53:59 +00:00
Bill Nottingham
cfc9b7222d Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:41 +00:00
Jesse Keating
2d51708a18 Initialize branch F-11 for xjavadoc 2009-04-15 06:19:52 +00:00
Jesse Keating
1b6852808a - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 09:43:34 +00:00
Tom Callaway
2a48618419 fix repotag 2008-07-10 20:38:00 +00:00
Tom Callaway
af7fbe8050 fix license tag 2008-05-29 15:51:32 +00:00
Jesse Keating
e47ff13f8f - Autorebuild for GCC 4.3 2008-02-19 00:58:38 +00:00
Bill Nottingham
b1e878276f makefile update to properly grab makefile.common 2007-10-15 19:32:05 +00:00
3 changed files with 17 additions and 10 deletions

View file

View file

@ -1,6 +0,0 @@
# Makefile for source rpm: xjavadoc
# $Id$
NAME := xjavadoc
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

View file

@ -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 <rel-eng@lists.fedoraproject.org> - 0:1.1-6.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.1-5.5
- drop repotag
* Thu May 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.1-5jpp.4
- fix license tag
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.1-5jpp.3
- Autorebuild for GCC 4.3
* Thu Sep 20 2007 Deepak Bhole <dbhole@redhat.com> 1.1-4jpp.3
- Rebuild for ppc32 execmem issue and new build-id
- Add %%{?dist} as per policy