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)
|
%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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user