automatic version update by autodist [release 1.7-1mamba;Sun Sep 10 2023]

This commit is contained in:
Automatic Build System 2024-01-06 00:21:15 +01:00
parent cb925fd5da
commit 43c800346e

12
jq.spec
View File

@ -1,5 +1,5 @@
Name: jq Name: jq
Version: 1.6 Version: 1.7
Release: 1mamba Release: 1mamba
Summary: A lightweight and flexible command-line JSON processor Summary: A lightweight and flexible command-line JSON processor
Group: Applications/Text Group: Applications/Text
@ -11,13 +11,11 @@ Source: https://github.com/stedolan/jq.git/jq-%{version}/jq-%{version}.ta
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libonig-devel BuildRequires: libonig-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires(post): %{__install_info} Requires(post): %{__install_info}
Requires(preun): %{__install_info} Requires(preun): %{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
jq is a lightweight and flexible command-line JSON processor. 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 %description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}. This package contains libraries and header files for developing applications that use %{name}.
%debug_package %debug_package
%prep %prep
@ -74,12 +71,15 @@ autoreconf -f -i
%{_includedir}/jq.h %{_includedir}/jq.h
%{_includedir}/jv.h %{_includedir}/jv.h
%{_libdir}/libjq.a %{_libdir}/libjq.a
%{_libdir}/libjq.la
%{_libdir}/libjq.so %{_libdir}/libjq.so
%dir %{_docdir}/jq %dir %{_docdir}/jq
%{_docdir}/jq/* %{_docdir}/jq/*
%doc ChangeLog NEWS README README.md %{_libdir}/pkgconfig/libjq.pc
%doc ChangeLog NEWS.md README.md
%changelog %changelog
* Sun Sep 10 2023 Automatic Build System <autodist@mambasoft.it> 1.7-1mamba
- automatic version update by autodist
* Sun Nov 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba * Sun Nov 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1mamba
- package created using the webbuild interface - package created using the webbuild interface