Update URL, summaries, and descriptions

This commit is contained in:
Benjamin Beasley 2020-11-30 16:29:18 -05:00
parent 3c141505a4
commit ffe4a39004

View File

@ -1,10 +1,10 @@
Name: xalan-c
Version: 1.11.0
Release: 19%{?dist}
Summary: Xalan XSLT processor for C
Summary: Xalan XSLT processor for C/C++
License: ASL 2.0
URL: http://xml.apache.org/xalan-c/
URL: http://xalan.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
@ -12,22 +12,23 @@ BuildRequires: gcc-c++
BuildRequires: xerces-c-devel
%description
Xalan is an XSLT processor for transforming XML documents into HTML, text, or
other XML document types.
The Apache Xalan-C++ Project provides a library and a command line program to
transform XML documents using a stylesheet that conforms to XSLT 1.0 standards.
Xalan is a project of the Apache Software Foundation.
%package devel
Summary: Header files, libraries and development documentation for %{name}
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.
The %{name}-devel package contains libraries and header files for developing
applications that use %{name}.
%package doc
Summary: Documentation for Xalan XSLT processor for C
Summary: Documentation for %{name}
%description doc
Documentation for %{name}.