Compare commits

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

9 commits

Author SHA1 Message Date
Fedora Release Engineering
d2a175eb7d dist-git conversion 2010-07-29 15:53:54 +00:00
Jesse Keating
938272f608 Initialize branch F-13 for xjavadoc 2010-02-17 03:31:03 +00:00
Bill Nottingham
282e1171ff Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:59 +00:00
Jesse Keating
1a8a68f79a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:06:40 +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 20 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: 7.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,21 @@ fi
%ghost %doc %{_javadocdir}/%{name}
%changelog
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-7.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* 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