From 6a0436cb9dcce044e8ee21e44768a6e0524cb84f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 6 Nov 2009 20:46:20 +0000 Subject: [PATCH 1/3] Initialize branch EL-5 for xmlstarlet --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..42f697a --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-5 From 60aaee1e0d167864372ee4412328d02bfbd022d7 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sun, 10 Jan 2010 18:04:33 +0000 Subject: [PATCH 2/3] Correct source URL in EL-5 spec --- xmlstarlet.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xmlstarlet.spec b/xmlstarlet.spec index 7437cc7..53cb38b 100644 --- a/xmlstarlet.spec +++ b/xmlstarlet.spec @@ -1,11 +1,11 @@ Name: xmlstarlet Version: 1.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Command Line XML Toolkit Group: Applications/Text License: MIT URL: http://xmlstar.sourceforge.net/ -Source0: http://dl.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/xmlstar/%{name}-%{version}.tar.gz Patch0: xmlstarlet-1.0.1-nostatic.patch Patch1: xmlstarlet-1.0.1-cmdname.patch Patch2: xmlstarlet-1.0.1-docs.patch @@ -54,6 +54,9 @@ rm -fr %{buildroot} %changelog +* Sun Jan 10 2010 Paul W. Frields - 1.0.1-5 +- Correct source URL + * Sat Sep 2 2006 Paul W. Frields - 1.0.1-4 - Bump release for FC6 mass rebuild From 82dd14c061656a552bff17f5c60893b789bf7be5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:57:26 +0000 Subject: [PATCH 3/3] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 51980bb..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xmlstarlet -# $Id$ -NAME := xmlstarlet -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) diff --git a/branch b/branch deleted file mode 100644 index 42f697a..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-5