Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
5e945138dd dist-git conversion 2010-07-29 15:53:58 +00:00
Bill Nottingham
b598c471eb Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:33:42 +00:00
Jesse Keating
ca1ccb0acd Initialize branch F-9 for xjavadoc 2008-04-22 02:48:01 +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 4 additions and 7 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,7 +36,7 @@
Name: xjavadoc
Version: 1.1
Release: 4jpp.3%{?dist}
Release: 5jpp.3%{?dist}
Epoch: 0
Summary: The XJavaDoc engine
License: BSD Style
@ -188,6 +188,9 @@ fi
%ghost %doc %{_javadocdir}/%{name}
%changelog
* 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