automatic version update by autodist [release 1.7.0-1mamba;Sun Aug 15 2021]
This commit is contained in:
parent
61c9815559
commit
e9401a16f1
@ -1,5 +1,5 @@
|
||||
Name: qrcodegen
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 1mamba
|
||||
Summary: High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, C++, C, Rust
|
||||
Group: System/Libraries
|
||||
@ -7,12 +7,10 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.nayuki.io/page/qr-code-generator-library
|
||||
## GITSOURCE https://github.com/nayuki/QR-Code-generator.git v1.5.0
|
||||
Source: https://github.com/nayuki/QR-Code-generator.git/v%{version}/QR-Code-generator-%{version}.tar.bz2
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
High-quality QR Code generator library in Java, TypeScript/JavaScript, Python, C++, C, Rust.
|
||||
@ -34,7 +32,7 @@ This package contains libraries and header files for developing applications tha
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -D -m0755 c/libqrcodegen.a %{buildroot}%{_libdir}/libqrcodegen.a
|
||||
install -D -m0755 cpp/libqrcodegen.a %{buildroot}%{_libdir}/libqrcodegencpp.a
|
||||
install -D -m0755 cpp/libqrcodegencpp.a %{buildroot}%{_libdir}/libqrcodegencpp.a
|
||||
install -d -m0755 %{buildroot}%{_includedir}/qrcodegen
|
||||
cp -a c/*.h %{buildroot}%{_includedir}/qrcodegen/
|
||||
cp -a cpp/*.hpp %{buildroot}%{_includedir}/qrcodegen/
|
||||
@ -51,6 +49,9 @@ cp -a cpp/*.hpp %{buildroot}%{_includedir}/qrcodegen/
|
||||
%{_libdir}/libqrcodegen.a
|
||||
|
||||
%changelog
|
||||
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1mamba
|
||||
- update to 1.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user