|
|
@ -1,11 +1,11 @@
|
|
|
|
Summary: Validating XML Parser
|
|
|
|
Summary: Validating XML Parser
|
|
|
|
Name: xerces-c
|
|
|
|
Name: xerces-c
|
|
|
|
Version: 2.7.0
|
|
|
|
Version: 2.8.0
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: Apache Software License
|
|
|
|
License: Apache Software License
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://xml.apache.org/xerces-c/
|
|
|
|
URL: http://xml.apache.org/xerces-c/
|
|
|
|
Source: http://www.apache.org/dist/xml/xerces-c/source/xerces-c-src_2_7_0.tar.gz
|
|
|
|
Source: http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -48,7 +48,7 @@ manipulating, and validating XML documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n xerces-c-src_2_7_0
|
|
|
|
%setup -q -n xerces-c-src_2_8_0
|
|
|
|
rm -rf doc/html/resources/.svn
|
|
|
|
rm -rf doc/html/resources/.svn
|
|
|
|
find ./doc -type f -perm 755 -exec chmod 644 {} \;
|
|
|
|
find ./doc -type f -perm 755 -exec chmod 644 {} \;
|
|
|
|
find ./samples -type f -perm 755 -exec chmod 644 {} \;
|
|
|
|
find ./samples -type f -perm 755 -exec chmod 644 {} \;
|
|
|
@ -116,6 +116,9 @@ export XERCESCROOT="$PWD"
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 10 2008 Peter Lemenkov <lemenkov@gmail.com> 2.8.0-1
|
|
|
|
|
|
|
|
- Ver. 2.8.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 25 2006 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-6
|
|
|
|
* Sat Nov 25 2006 Peter Lemenkov <lemenkov@gmail.com> 2.7.0-6
|
|
|
|
- typo fix
|
|
|
|
- typo fix
|
|
|
|
|
|
|
|
|
|
|
|