From 43c800346ea04afb8294bfcb56d68d824e52aeb1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 00:21:15 +0100 Subject: [PATCH] automatic version update by autodist [release 1.7-1mamba;Sun Sep 10 2023] --- jq.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jq.spec b/jq.spec index 1277155..d63ea24 100644 --- a/jq.spec +++ b/jq.spec @@ -1,5 +1,5 @@ Name: jq -Version: 1.6 +Version: 1.7 Release: 1mamba Summary: A lightweight and flexible command-line JSON processor Group: Applications/Text @@ -11,13 +11,11 @@ Source: https://github.com/stedolan/jq.git/jq-%{version}/jq-%{version}.ta License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libonig-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires(post): %{__install_info} Requires(preun): %{__install_info} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description jq is a lightweight and flexible command-line JSON processor. @@ -37,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. - %debug_package %prep @@ -74,12 +71,15 @@ autoreconf -f -i %{_includedir}/jq.h %{_includedir}/jv.h %{_libdir}/libjq.a -%{_libdir}/libjq.la %{_libdir}/libjq.so %dir %{_docdir}/jq %{_docdir}/jq/* -%doc ChangeLog NEWS README README.md +%{_libdir}/pkgconfig/libjq.pc +%doc ChangeLog NEWS.md README.md %changelog +* Sun Sep 10 2023 Automatic Build System 1.7-1mamba +- automatic version update by autodist + * Sun Nov 01 2020 Silvan Calarco 1.6-1mamba - package created using the webbuild interface