Compare commits

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

13 commits

Author SHA1 Message Date
Fedora Release Engineering
7fe3bcbd88 dist-git conversion 2010-07-29 15:56:12 +00:00
Bill Nottingham
581fa28db5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:34:15 +00:00
Paul W. Frields
579eeb1ece Update License tags to meet guidelines 2007-08-24 15:50:49 +00:00
Paul W. Frields
3fa6364714 Update sources and .cvsignore for 0.6.8 push 2006-12-17 22:18:23 +00:00
Paul W. Frields
d5d1d5a653 Update to new upstream 0.6.8 2006-12-17 22:15:15 +00:00
Paul W. Frields
60559cc475 Remove obsolete patch and add new one to prepare for 0.6.8 push 2006-12-17 22:15:07 +00:00
Jeremy Katz
9542b93719 Initialize branch FC-6 for xmldiff 2006-10-23 19:41:35 +00:00
Paul W. Frields
7582057a3d Unghost pyo file 2006-09-07 02:06:36 +00:00
Paul W. Frields
d5db9cae01 Rebuild success, job 15866 2006-09-02 18:37:58 +00:00
Paul W. Frields
06f63511ce Bump release for FC6 mass rebuild 2006-09-02 17:39:22 +00:00
Ville Skyttä
707e4680d0 http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 21:17:41 +00:00
Paul W. Frields
6d5aab4055 FESCo mandated rebuild, push 0.6.7-10 2006-02-18 03:41:11 +00:00
Paul W. Frields
687e76a8d4 Include x86_64 patch and remove ExcludeArch (thanks Ville Skytta); 0.6.7-9 2006-02-04 19:58:39 +00:00
6 changed files with 53 additions and 36 deletions

View file

@ -1 +0,0 @@
xmldiff-0.6.7.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xmldiff-0.6.8.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmldiff
# $Id$
NAME := xmldiff
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

@ -1 +1 @@
07b97c97a0b83d605f37c712400e24ff xmldiff-0.6.7.tar.gz
bc1e184e45ce7f9c6beedda76fbeaa16 xmldiff-0.6.8.tar.gz

View file

@ -0,0 +1,28 @@
diff -uNr xmldiff-0.6.8-original/setup.py xmldiff-0.6.8/setup.py
--- xmldiff-0.6.8-original/setup.py 2006-12-15 20:20:59.000000000 -0500
+++ xmldiff-0.6.8/setup.py 2006-12-15 20:21:15.000000000 -0500
@@ -18,9 +18,9 @@
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
""" Generic Setup script, takes package info from __pkginfo__.py file """
+from __future__ import nested_scopes
__revision__ = '$Id: xmldiff-0.6.8-importorder.patch,v 1.1 2006/12/17 22:15:07 pfrields Exp $'
-from __future__ import nested_scopes
import os
import sys
import shutil
diff -uNr xmldiff-0.6.8-original/test/regrtest.py xmldiff-0.6.8/test/regrtest.py
--- xmldiff-0.6.8-original/test/regrtest.py 2006-12-15 20:20:59.000000000 -0500
+++ xmldiff-0.6.8/test/regrtest.py 2006-12-15 20:35:30.000000000 -0500
@@ -1,9 +1,9 @@
"""
xmldiff non regression test
"""
+from __future__ import nested_scopes
__revision__ = "$Id: xmldiff-0.6.8-importorder.patch,v 1.1 2006/12/17 22:15:07 pfrields Exp $"
-from __future__ import nested_scopes
from os.path import join, basename
from cStringIO import StringIO
import sys

View file

@ -1,31 +1,29 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: xmldiff
Version: 0.6.7
Release: 8%{?dist}
Version: 0.6.8
Release: 1%{?dist}
Summary: Tree to tree correction between XML documents
Group: Applications/Text
License: GPL
License: GPLv2+
URL: http://www.logilab.org/projects/xmldiff
Source0: ftp://ftp.logilab.org/pub/xmldiff/%{name}-%{version}.tar.gz
# No license in original tarball, but referenced in docs
Source1: GPL
Patch0: xmldiff-0.6.7-xsldata.patch
Patch1: xmldiff-0.6.7-clean-tmp.patch
Patch2: xmldiff-0.6.8-importorder.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python
BuildRequires: python-devel
BuildRequires: python-logilab-common
Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
Requires: docbook-style-xsl
Requires: file
Requires: /usr/bin/sgmlnorm
Requires: /usr/bin/xsltproc
# see bug #177083
ExcludeArch: x86_64
%description
The xmldiff utility extracts differences between two XML files. It
@ -39,6 +37,7 @@ H. Garcia-Molina and J. Widom (Stanford University, 1996).
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
for i in man/*.1 __pkginfo__.py doc/*.txt
do
iconv -f iso-8859-1 -t UTF-8 "$i" > "${i}_" ; mv "${i}_" "$i"
@ -73,19 +72,30 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING README README.xmlrev doc/*.html doc/*.txt
%dir %{_datadir}/xml/xmldiff
%dir %{python_sitearch}/xmldiff
%{_datadir}/xml/xmldiff/
%{python_sitearch}/xmldiff/
%{_bindir}/xmldiff
%{_bindir}/xmlrev
%{python_sitearch}/xmldiff/*.py
%{python_sitearch}/xmldiff/*.pyc
%{python_sitearch}/xmldiff/*.so
%{_datadir}/xml/xmldiff/*
%{_mandir}/man1/*
%ghost %{python_sitearch}/xmldiff/*.pyo
%changelog
* Fri Dec 15 2006 Paul W. Frields <stickster@gmail.com> - 0.6.8-1
- New upstream 0.6.8
- Slight spec file cleaning
* Wed Sep 6 2006 Paul W. Frields <stickster@gmail.com> - 0.6.7-12
- Unghost pyo file
* Sat Sep 2 2006 Paul W. Frields <stickster@gmail.com> - 0.6.7-11
- Bump release for FC6 mass rebuild
* Fri Feb 17 2006 Paul W. Frields <stickster@gmail.com> - 0.6.7-10
- FESCo mandated rebuild
* Sat Feb 4 2006 Paul W. Frields <stickster@gmail.com> - 0.6.7-9
- Include x86_64 patch and remove ExcludeArch (thanks to Ville Skytta)
* Sat Jan 28 2006 Paul W. Frields <stickster@gmail.com> - 0.6.7-8
- ExcludeArch includes spurious values from misplaced comment