From a06ac301991cac18f2a5af2204dced60284e4894549814f6e8f9b7c41440ef2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 12 Feb 2020 08:44:58 +0000 Subject: [PATCH] Accepting request 773617 from home:scarabeus_iv:branches:devel:libraries:c_c++ - Fixup rpmlint warning about installed Makefiles OBS-URL: https://build.opensuse.org/request/show/773617 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=30 --- xerces-c.changes | 5 +++++ xerces-c.spec | 11 ++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/xerces-c.changes b/xerces-c.changes index b70634f..b0caf6f 100644 --- a/xerces-c.changes +++ b/xerces-c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 12 08:44:26 UTC 2020 - Tomáš Chvátal + +- Fixup rpmlint warning about installed Makefiles + ------------------------------------------------------------------- Tue Oct 2 10:01:02 UTC 2018 - Tomáš Chvátal diff --git a/xerces-c.spec b/xerces-c.spec index ea11d49..f8fbd9b 100644 --- a/xerces-c.spec +++ b/xerces-c.spec @@ -1,7 +1,7 @@ # # spec file for package xerces-c # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,8 +22,7 @@ Version: 3.2.2 Release: 0 Summary: A Validating XML Parser License: Apache-2.0 -Group: Productivity/Publishing/XML -URL: http://xerces.apache.org/xerces-c/ +URL: https://xerces.apache.org/xerces-c/ Source0: http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz Source1: http://www.apache.org/dist/xerces/c/3/sources/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring @@ -44,7 +43,6 @@ faithful to the XML 1.0 recommendation and associated standards ( DOM %package doc Summary: Documentation for %{name} -Group: Documentation/Other %description doc Xerces-C is a validating XML parser written in a portable subset of @@ -58,7 +56,6 @@ This package contains just documentation. %package -n %{libname} Summary: Shared libraries for Xerces-c - a validating XML parser -Group: Productivity/Publishing/XML Provides: Xerces-c = %{version} Obsoletes: Xerces-c < %{version} @@ -74,7 +71,6 @@ This package contains shared libraries. %package -n libxerces-c-devel Summary: A validating XML parser - Development Files -Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Provides: Xerces-c-devel = %{version} Obsoletes: Xerces-c-devel < %{version} @@ -98,11 +94,12 @@ find . -type d -name .svn -exec rm -Rf "{}" "+" --enable-netaccessor-curl \ --disable-static \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print +rm doc/Makefile* %fdupes -s doc %post -n %{libname} -p /sbin/ldconfig