Compare commits

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

3 commits

Author SHA1 Message Date
Fedora Release Engineering
bf991811a0 dist-git conversion 2010-07-29 16:10:37 +00:00
Peter Lemenkov
49d0b3937b Missing requires added 2010-03-10 11:23:08 +00:00
Jesse Keating
c5b61bcad6 Initialize branch F-13 for xpp3 2010-02-17 03:33:41 +00:00
3 changed files with 9 additions and 26 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xpp3
# $Id: Makefile,v 1.1 2007/02/21 22:21:15 wtogami Exp $
NAME := xpp3
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -33,9 +33,9 @@
Summary: XML Pull Parser
Name: xpp3
Version: 1.1.3.8
Release: 3.2%{?dist}
Release: 3.3%{?dist}
Epoch: 0
License: ASL 1.1
License: ASL 1.1
URL: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/index.html
Group: Text Processing/Markup/XML
Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-%{oversion}_src.tgz
@ -55,9 +55,9 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
Xml Pull Parser 3rd Edition (XPP3) MXP1 is a new XmlPull
parsing engine that is based on ideas from XPP and in
particular XPP2 but completely revised and rewritten to
Xml Pull Parser 3rd Edition (XPP3) MXP1 is a new XmlPull
parsing engine that is based on ideas from XPP and in
particular XPP2 but completely revised and rewritten to
take best advantage of latest JIT JVMs such as Hotspot in JDK 1.4.
%package minimal
@ -74,6 +74,7 @@ Minimal XML pull parser implementation.
%package javadoc
Summary: Javadoc for %{name}
Group: Documentation
Requires: jpackage-utils
%description javadoc
Javadoc for %{name}.
@ -131,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_javadocdir}/*
%changelog
* Wed Mar 10 2010 Peter Lemenkov <lemenkov@gmail.com> - 0:1.1.3.8-3.3
- *-javadoc must also require jpackage-utils (for %%{_javadocdir})
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1.3.8-3.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild