build python bindings
This commit is contained in:
parent
16ae822c0d
commit
f36e22b52b
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
Name: zxing-cpp
|
Name: zxing-cpp
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: C++ port of the ZXing ("Zebra Crossing") barcode scanning library
|
Summary: C++ port of the ZXing ("Zebra Crossing") barcode scanning library
|
||||||
|
|
||||||
# The entire source is ASL 2.0, except:
|
# The entire source is ASL 2.0, except:
|
||||||
|
|
@ -145,5 +145,8 @@ popd
|
||||||
%files -n python3-%{name} -f %{pyproject_files}
|
%files -n python3-%{name} -f %{pyproject_files}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 14 2021 Caolán McNamara <caolanm@redhat.com> 1.2.0-2
|
||||||
|
- build python bindings
|
||||||
|
|
||||||
* Fri Dec 10 2021 Caolán McNamara <caolanm@redhat.com> 1.2.0-1
|
* Fri Dec 10 2021 Caolán McNamara <caolanm@redhat.com> 1.2.0-1
|
||||||
- initial import
|
- initial import
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue