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
|
||||
|
||||
A light-weight C++ XML processing library. It features:
|
||||
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
|
||||
A light-weight C++ XML processing library.
|
||||
|
||||
|
16
pugixml.spec
16
pugixml.spec
@ -1,11 +1,12 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: pugixml
|
||||
Version: 1.12
|
||||
Version: 1.12.1
|
||||
Release: 1mamba
|
||||
Summary: A light-weight C++ XML processing library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://pugixml.org/
|
||||
Source: http://github.com/zeux/pugixml/releases/download/v%{version}/pugixml-%{version}.tar.gz
|
||||
License: MIT
|
||||
@ -16,11 +17,7 @@ BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
A light-weight C++ XML processing library. It features:
|
||||
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
|
||||
A light-weight C++ XML processing library.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
@ -33,7 +30,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n pugixml-%{version}
|
||||
%setup -q -n pugixml-%{majver}
|
||||
|
||||
%build
|
||||
%cmake
|
||||
@ -64,6 +61,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc readme.txt
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user