Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
07151f6cbe dist-git conversion 2010-07-29 16:10:40 +00:00
a6251efa16 Missing requires added 2010-03-10 11:27:45 +00:00
Bill Nottingham
1082f81919 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:38:47 +00:00
Jesse Keating
f13bd3ec36 Initialize branch F-11 for xpp3 2009-04-15 06:17:42 +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$
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 $$/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: 2.2%{?dist}
Release: 2.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-2.3
- *-javadoc must also require jpackage-utils (for %%{_javadocdir})
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1.3.8-2.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild