From 4a4b31c9330f785289ee6c51ce2a147f85e89ca1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 9 Nov 2017 16:01:13 +0000 Subject: [PATCH] minor fixes, bump version/release --- libgpiod.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libgpiod.spec b/libgpiod.spec index 0f876dc..95c461a 100644 --- a/libgpiod.spec +++ b/libgpiod.spec @@ -1,11 +1,11 @@ Name: libgpiod -Version: 0.3 -Release: 2%{?dist} +Version: 0.3.2 +Release: 1%{?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://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/i%{name}-%{version}.tar.gz +Source0: https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/snapshot/%{name}-%{version}.tar.gz BuildRequires: automake autoconf libtool BuildRequires: gcc @@ -58,7 +58,7 @@ find %{buildroot} -name '*.la' -delete %files %license COPYING -%doc README.md +%doc README %{_libdir}/%{name}.so.* %files utils