Urgh! Correcting working directory confusion.

epel9
Jonathan Robie 15 years ago
parent 8dbca1e27a
commit 78ca387477

@ -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 <jonathan.robie@redhat.com> 3.0.1-13
* Thu Feb 4 2010 Jonathan Robie <jonathan.robie@redhat.com> 3.0.1-14
Corrected .spec file
* Wed Feb 3 2010 Jonathan Robie <jonathan.robie@redhat.com> 3.0.1-1

Loading…
Cancel
Save