automatic version update by autodist [release 1.11.4-1mamba;Sat Feb 27 2021]
This commit is contained in:
parent
7360e3aed0
commit
3247c1d73f
21
pugixml.spec
21
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 <ercole69@gmail.com>
|
||||
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 <autodist@mambasoft.it> 1.11.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-2mamba
|
||||
- fixed specfile name not matching Name: field
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user