|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Validating XML Parser
|
|
|
|
|
Name: xerces-c
|
|
|
|
|
Version: 3.0.1
|
|
|
|
|
Release: 17%{?dist}
|
|
|
|
|
Release: 18%{?dist}
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://xml.apache.org/xerces-c/
|
|
|
|
@ -36,6 +36,7 @@ you will need to install %{name}-devel.
|
|
|
|
|
%package doc
|
|
|
|
|
Group: Documentation
|
|
|
|
|
Summary: Documentation for Xerces-C++ validating XML parser
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
|
Documentation for Xerces-C++.
|
|
|
|
@ -95,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%doc README LICENSE NOTICE CREDITS doc _docs/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 14 2010 Kalev Lember <kalev@smartlink.ee> 3.0.1-18
|
|
|
|
|
- Build -doc subpackage as noarch
|
|
|
|
|
|
|
|
|
|
* Fri May 14 2010 Kalev Lember <kalev@smartlink.ee> 3.0.1-17
|
|
|
|
|
- Disable explicit -msse2 to make sure the binaries run on non-SSE2 i686
|
|
|
|
|
|
|
|
|
|