2.0 RC2
This commit is contained in:
parent
2da63356f9
commit
713641eb69
@ -1,11 +0,0 @@
|
||||
--- libgpiod-2.0/bindings/python/Makefile.am.orig 2023-02-13 16:18:49.337516185 +0000
|
||||
+++ libgpiod-2.0/bindings/python/Makefile.am 2023-02-13 16:19:08.952659326 +0000
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
install-exec-local:
|
||||
GPIOD_WITH_TESTS= \
|
||||
- $(PYTHON) $(srcdir)/setup.py install --prefix=$(prefix)
|
||||
+ $(PYTHON) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix)
|
||||
|
||||
SUBDIRS = gpiod
|
||||
|
@ -1,14 +1,13 @@
|
||||
%global candidate rc1
|
||||
%global candidate rc2
|
||||
|
||||
Name: libgpiod
|
||||
Version: 2.0
|
||||
Release: 0.2%{?candidate:.%{candidate}}%{?dist}
|
||||
Release: 0.3%{?candidate:.%{candidate}}%{?dist}
|
||||
Summary: C library and tools for interacting with linux GPIO char device
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
|
||||
Source0: https://mirrors.edge.kernel.org/pub/software/libs/%{name}/%{name}-%{version}%{?candidate:-%{candidate}}.tar.xz
|
||||
Patch0: fix-python-install.patch
|
||||
|
||||
BuildRequires: automake autoconf autoconf-archive libtool
|
||||
BuildRequires: doxygen
|
||||
@ -102,6 +101,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
%{_libdir}/%{name}*.so
|
||||
|
||||
%changelog
|
||||
* Thu Feb 16 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0-0.3.rc2
|
||||
- libgpiod 2.0 RC2
|
||||
|
||||
* Mon Feb 13 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 2.0-0.2.rc1
|
||||
- Add deps for man pages build
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgpiod-2.0-rc1.tar.xz) = d8cd8c7c978fcb577cfec4d86e034d12e86078ff236e3404c73c0d6ed8d04984cc29063372ff097a4dd4356f5fdccc2e0eebce566ccaf4c830ba4030d226410d
|
||||
SHA512 (libgpiod-2.0-rc2.tar.xz) = 43f4a55bf6a405bcd966ec1cb24d5042aa0042de7bfb659198ba894e89408b3d7d02422864b7b54301e9f04c2494c0853c86e9d771ed21ad9d89b77baa59e493
|
||||
|
Loading…
Reference in New Issue
Block a user