install BitArray.h required by libreoffice [release 1.4.0-2mamba;Wed Jul 20 2022]
This commit is contained in:
parent
dd7a6b2b6d
commit
d17f5b9135
@ -1,6 +1,6 @@
|
|||||||
Name: zxing-cpp
|
Name: zxing-cpp
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: C++ port of ZXing
|
Summary: C++ port of ZXing
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -50,6 +50,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
install -m0644 core/src/BitArray.h %{buildroot}%{_includedir}/ZXing/BitArray.h
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -77,6 +79,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-2mamba
|
||||||
|
- install BitArray.h required by libreoffice
|
||||||
|
|
||||||
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user