From 3247c1d73f3367df8c63bdf0ade1729615fa9f32 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:34:58 +0100 Subject: [PATCH] automatic version update by autodist [release 1.11.4-1mamba;Sat Feb 27 2021] --- pugixml.spec | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/pugixml.spec b/pugixml.spec index ca7d656..9c747f3 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -1,12 +1,12 @@ Name: pugixml -Version: 1.7 -Release: 2mamba +Version: 1.11.4 +Release: 1mamba Summary: A light-weight C++ XML processing library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Ercole 'ercolinux' Carpanetto -URL: http://pugixml.org/ +URL: https://pugixml.org/ Source: http://github.com/zeux/pugixml/releases/download/v%{version}/pugixml-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN @@ -14,7 +14,6 @@ BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A light-weight C++ XML processing library. It features: @@ -37,13 +36,11 @@ This package contains libraries and header files for developing applications tha %setup -q -n pugixml-%{version} %build -cd scripts %cmake %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -cd scripts %makeinstall %clean @@ -55,15 +52,21 @@ cd scripts %files %defattr(-,root,root) %{_libdir}/libpugixml.so.* +%doc LICENSE.md %files devel %defattr(-,root,root) -%doc readme.txt docs/* %{_includedir}/*.hpp -%{_libdir}/cmake/* -%{_libdir}/*.so +%{_libdir}/libpugixml.so +%dir %{_libdir}/cmake/pugixml +%{_libdir}/cmake/pugixml/pugixml*.cmake +%{_libdir}/pkgconfig/pugixml.pc +%doc readme.txt %changelog +* Sat Feb 27 2021 Automatic Build System 1.11.4-1mamba +- automatic version update by autodist + * Thu Jan 07 2016 Silvan Calarco 1.7-2mamba - fixed specfile name not matching Name: field