|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Validating XML Parser
|
|
|
|
|
Name: xerces-c
|
|
|
|
|
Version: 3.0.1
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://xml.apache.org/xerces-c/
|
|
|
|
@ -79,11 +79,11 @@ make
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc LICENSE
|
|
|
|
|
%{_libdir}/libxerces*.so.*
|
|
|
|
|
%{_libdir}/libxerces-c-3.*.so
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/libxerces*.so
|
|
|
|
|
%{_libdir}/libxerces-c.so
|
|
|
|
|
%{_includedir}/xercesc/
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|