Update to version 0.0.4
While being there, also add an `ExcluseArch: s390x ppc64le` to avoid building libcamera in architectures where is not expected to be used. Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
parent
97decea313
commit
bc4d5bffb7
@ -1,11 +1,14 @@
|
||||
Name: libcamera
|
||||
Version: 0.0.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A library to support complex camera ISPs
|
||||
# Library is LGPLv2.1+ and the cam tool is GPLv2
|
||||
License: LGPLv2+ and GPLv2
|
||||
URL: http://libcamera.org/
|
||||
|
||||
# libcamera is not expected to be used in these architectures
|
||||
ExcludeArch: s390x ppc64le
|
||||
|
||||
# Upstream is still under development and does not release tarballs,
|
||||
# but they do tag releases (https://git.linuxtv.org/libcamera.git).
|
||||
#
|
||||
@ -135,7 +138,7 @@ rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-*/html/.doctrees
|
||||
|
||||
%files
|
||||
%license COPYING.rst LICENSES/LGPL-2.1-or-later.txt
|
||||
%{_libdir}/libcamera*.so.0.0.3
|
||||
%{_libdir}/libcamera*.so.0.0.4
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}/
|
||||
@ -165,6 +168,10 @@ rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}-*/html/.doctrees
|
||||
%{_bindir}/lc-compliance
|
||||
|
||||
%changelog
|
||||
* Wed Feb 01 2023 Javier Martinez Canillas <javierm@redhat.com> - 0.0.4-1
|
||||
- Update to version 0.0.4
|
||||
- Add ExcludeArch tag to avoid building libcamera for s390x and ppc64le.
|
||||
|
||||
* Tue Jan 24 2023 Wim Taymans <wtaymans@redhat.com> - 0.0.3-3
|
||||
- Rebuild for gtest .so bump rhbz#2161870
|
||||
- Add patch for gcc13
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libcamera-0.0.3.tar.xz) = fd058d3c0b8daa2efed1602d32b268188e11db996b0bab477ff7a4258bf169596a68e004754bd3f27b085e291ae7af978d4e798ed980d6bee8aa90cc601d3260
|
||||
SHA512 (libcamera-0.0.4.tar.xz) = 918745953d4a1e240e376e577de8fd432fd506b97b6bcc22c326124ec1c729bd38510a38f40b71d6f88343fb2d9a178307b59f0c178d068b334207fba077f521
|
||||
|
Loading…
Reference in New Issue
Block a user