automatic version update by autodist [release 0.4.30-1mamba;Sun Oct 27 2019]

This commit is contained in:
Automatic Build System 2024-01-06 08:18:44 +01:00
parent 567f814d61
commit 733c884de9

View File

@ -1,6 +1,6 @@
%define majversion %(echo %version | cut -d. -f 1-2) %define majversion %(echo %version | cut -d. -f 1-2)
Name: orc Name: orc
Version: 0.4.29 Version: 0.4.30
Release: 1mamba Release: 1mamba
Summary: Orc The Optimized Inner Loops Runtime Compiler Summary: Orc The Optimized Inner Loops Runtime Compiler
Group: Applications/Development Group: Applications/Development
@ -72,12 +72,13 @@ This package contains %{name} API documentation.
%setup -q %setup -q
%build %build
%configure %meson
%make
%meson_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall %meson_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -117,6 +118,9 @@ This package contains %{name} API documentation.
%{_datadir}/gtk-doc/html/orc %{_datadir}/gtk-doc/html/orc
%changelog %changelog
* Sun Oct 27 2019 Automatic Build System <autodist@mambasoft.it> 0.4.30-1mamba
- automatic version update by autodist
* Tue Apr 23 2019 Automatic Build System <autodist@mambasoft.it> 0.4.29-1mamba * Tue Apr 23 2019 Automatic Build System <autodist@mambasoft.it> 0.4.29-1mamba
- automatic version update by autodist - automatic version update by autodist