Re-adding escaping patch to build
This commit is contained in:
parent
ad9eb068e3
commit
f152441433
@ -7,6 +7,7 @@ Group: System Environment/Libraries
|
||||
License: ASL 2.0
|
||||
URL: http://xml.apache.org/xalan-c/
|
||||
Source0: http://www.us.apache.org/dist/xalan/xalan-c/sources/xalan_c-1.11-src.tar.gz
|
||||
Patch0: xalan-c-1.10.0-escaping.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: xerces-c-devel
|
||||
@ -41,6 +42,7 @@ Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n xalan-c-1.11/c
|
||||
%patch0 -p2 -b .escaping
|
||||
find -type d -name CVS -print0 | xargs -0 rm -rf
|
||||
chmod 644 NOTICE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user