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
|
Name: pugixml
|
||||||
Version: 1.7
|
Version: 1.11.4
|
||||||
Release: 2mamba
|
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: 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
|
Source: http://github.com/zeux/pugixml/releases/download/v%{version}/pugixml-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -14,7 +14,6 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A light-weight C++ XML processing library. It features:
|
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}
|
%setup -q -n pugixml-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd scripts
|
|
||||||
%cmake
|
%cmake
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
cd scripts
|
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -55,15 +52,21 @@ cd scripts
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libpugixml.so.*
|
%{_libdir}/libpugixml.so.*
|
||||||
|
%doc LICENSE.md
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc readme.txt docs/*
|
|
||||||
%{_includedir}/*.hpp
|
%{_includedir}/*.hpp
|
||||||
%{_libdir}/cmake/*
|
%{_libdir}/libpugixml.so
|
||||||
%{_libdir}/*.so
|
%dir %{_libdir}/cmake/pugixml
|
||||||
|
%{_libdir}/cmake/pugixml/pugixml*.cmake
|
||||||
|
%{_libdir}/pkgconfig/pugixml.pc
|
||||||
|
%doc readme.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7-2mamba
|
||||||
- fixed specfile name not matching Name: field
|
- fixed specfile name not matching Name: field
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user