automatic version update by autodist [release 0.4.30-1mamba;Sun Oct 27 2019]
This commit is contained in:
parent
567f814d61
commit
733c884de9
12
orc.spec
12
orc.spec
@ -1,6 +1,6 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
Name: orc
|
||||
Version: 0.4.29
|
||||
Version: 0.4.30
|
||||
Release: 1mamba
|
||||
Summary: Orc – The Optimized Inner Loops Runtime Compiler
|
||||
Group: Applications/Development
|
||||
@ -72,12 +72,13 @@ This package contains %{name} API documentation.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -117,6 +118,9 @@ This package contains %{name} API documentation.
|
||||
%{_datadir}/gtk-doc/html/orc
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user