Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22631424c8 | ||
|
|
cfc9b7222d | ||
|
|
2d51708a18 | ||
|
|
1b6852808a | ||
|
|
2a48618419 | ||
|
|
af7fbe8050 | ||
|
|
e47ff13f8f | ||
|
|
b1e878276f |
3 changed files with 17 additions and 10 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: xjavadoc
|
||||
# $Id$
|
||||
NAME := xjavadoc
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue