automatic version update by autodist [release 1.12.1-1mamba;Mon Feb 28 2022]
This commit is contained in:
parent
54f831015b
commit
267a27a85f
@ -1,8 +1,4 @@
|
|||||||
# pugixml
|
# pugixml
|
||||||
|
|
||||||
A light-weight C++ XML processing library. It features:
|
A light-weight C++ XML processing library.
|
||||||
DOM-like interface with rich traversal/modification capabilities
|
|
||||||
Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer
|
|
||||||
XPath 1.0 implementation for complex data-driven tree queries
|
|
||||||
Full Unicode support with Unicode interface variants and automatic encoding conversions
|
|
||||||
|
|
||||||
|
16
pugixml.spec
16
pugixml.spec
@ -1,11 +1,12 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: pugixml
|
Name: pugixml
|
||||||
Version: 1.12
|
Version: 1.12.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A light-weight C++ XML processing library
|
Summary: A light-weight C++ XML processing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://pugixml.org/
|
URL: https://pugixml.org/
|
||||||
Source: http://github.com/zeux/pugixml/releases/download/v%{version}/pugixml-%{version}.tar.gz
|
Source: http://github.com/zeux/pugixml/releases/download/v%{version}/pugixml-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -16,11 +17,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A light-weight C++ XML processing library. It features:
|
A light-weight C++ XML processing library.
|
||||||
DOM-like interface with rich traversal/modification capabilities
|
|
||||||
Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer
|
|
||||||
XPath 1.0 implementation for complex data-driven tree queries
|
|
||||||
Full Unicode support with Unicode interface variants and automatic encoding conversions
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -33,7 +30,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pugixml-%{version}
|
%setup -q -n pugixml-%{majver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
@ -64,6 +61,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc readme.txt
|
%doc readme.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 28 2022 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user