From 78ca387477ab1f2d373abf7be8621991c9940184 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Feb 05 2010 16:24:40 +0000 Subject: Urgh! Correcting working directory confusion. --- diff --git a/xerces-c.spec b/xerces-c.spec index c8207be..84d55f2 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -1,7 +1,7 @@ Summary: Validating XML Parser Name: xerces-c Version: 3.0.1 -Release: 13%{?dist} +Release: 14%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://xml.apache.org/xerces-c/ @@ -67,7 +67,7 @@ make # get rid of files not allowed in a doc rpm # correct errors in line endings and encoding iconv -f iso8859-1 -t utf-8 CREDITS > CREDITS.tmp && mv -f CREDITS.tmp CREDITS -pushd doc; dos2unix -U *.xml; +pushd doc; dos2unix -U *.xml; popd pushd samples rm -rf .libs _libs rm -f *.o @@ -127,7 +127,7 @@ popd #%{_datadir}/%{name}/samples %changelog -* Thu Feb 4 2010 Jonathan Robie 3.0.1-13 +* Thu Feb 4 2010 Jonathan Robie 3.0.1-14 Corrected .spec file * Wed Feb 3 2010 Jonathan Robie 3.0.1-1