From ffe4a39004f095d284535fc29844ff6026031351 Mon Sep 17 00:00:00 2001 From: Benjamin Beasley Date: Mon, 30 Nov 2020 16:29:18 -0500 Subject: [PATCH] Update URL, summaries, and descriptions --- xalan-c.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/xalan-c.spec b/xalan-c.spec index 13398a3..79980d2 100644 --- a/xalan-c.spec +++ b/xalan-c.spec @@ -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}.