|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Validating XML Parser
|
|
|
|
Summary: Validating XML Parser
|
|
|
|
Name: xerces-c
|
|
|
|
Name: xerces-c
|
|
|
|
Version: 3.0.1
|
|
|
|
Version: 3.0.1
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 15%{?dist}
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://xml.apache.org/xerces-c/
|
|
|
|
URL: http://xml.apache.org/xerces-c/
|
|
|
@ -109,6 +109,23 @@ popd
|
|
|
|
%{_libdir}/libxerces-c-3.*.so
|
|
|
|
%{_libdir}/libxerces-c-3.*.so
|
|
|
|
%exclude %{_libdir}/libxerces-c.a
|
|
|
|
%exclude %{_libdir}/libxerces-c.a
|
|
|
|
%exclude %{_libdir}/libxerces-c.la
|
|
|
|
%exclude %{_libdir}/libxerces-c.la
|
|
|
|
|
|
|
|
%exclude %{_bindir}/CreateDOMDocument
|
|
|
|
|
|
|
|
%exclude %{_bindir}/DOMCount
|
|
|
|
|
|
|
|
%exclude %{_bindir}/DOMPrint
|
|
|
|
|
|
|
|
%exclude %{_bindir}/EnumVal
|
|
|
|
|
|
|
|
%exclude %{_bindir}/MemParse
|
|
|
|
|
|
|
|
%exclude %{_bindir}/PParse
|
|
|
|
|
|
|
|
%exclude %{_bindir}/PSVIWriter
|
|
|
|
|
|
|
|
%exclude %{_bindir}/Redirect
|
|
|
|
|
|
|
|
%exclude %{_bindir}/SAX2Count
|
|
|
|
|
|
|
|
%exclude %{_bindir}/SAX2Print
|
|
|
|
|
|
|
|
%exclude %{_bindir}/SAXCount
|
|
|
|
|
|
|
|
%exclude %{_bindir}/SAXPrint
|
|
|
|
|
|
|
|
%exclude %{_bindir}/SCMPrint
|
|
|
|
|
|
|
|
%exclude %{_bindir}/SEnumVal
|
|
|
|
|
|
|
|
%exclude %{_bindir}/StdInParse
|
|
|
|
|
|
|
|
%exclude %{_bindir}/XInclude
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
@ -127,7 +144,7 @@ popd
|
|
|
|
#%{_datadir}/%{name}/samples
|
|
|
|
#%{_datadir}/%{name}/samples
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Feb 4 2010 Jonathan Robie <jonathan.robie@redhat.com> 3.0.1-14
|
|
|
|
* Thu Feb 4 2010 Jonathan Robie <jonathan.robie@redhat.com> 3.0.1-15
|
|
|
|
Corrected .spec file
|
|
|
|
Corrected .spec file
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 3 2010 Jonathan Robie <jonathan.robie@redhat.com> 3.0.1-1
|
|
|
|
* Wed Feb 3 2010 Jonathan Robie <jonathan.robie@redhat.com> 3.0.1-1
|
|
|
|