upgrade version to 0.4.31
This commit is contained in:
parent
c5d03d6ea8
commit
9ef0cb66f1
Binary file not shown.
BIN
orc-0.4.31.tar.xz
Normal file
BIN
orc-0.4.31.tar.xz
Normal file
Binary file not shown.
26
orc.spec
26
orc.spec
@ -1,12 +1,13 @@
|
|||||||
Name: orc
|
Name: orc
|
||||||
Version: 0.4.28
|
Version: 0.4.31
|
||||||
Release: 5
|
Release: 1
|
||||||
Summary: The Oil Run-time Compiler
|
Summary: The Oil Run-time Compiler
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://cgit.freedesktop.org/gstreamer/orc/
|
URL: http://cgit.freedesktop.org/gstreamer/orc/
|
||||||
Source0: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
|
Source0: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk-doc libtool
|
BuildRequires: gtk-doc libtool
|
||||||
|
BuildRequires: meson >= 0.47.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Orc is the sucessor to Liboil - The Library of Optimized Inner Loops.
|
Orc is the sucessor to Liboil - The Library of Optimized Inner Loops.
|
||||||
@ -41,23 +42,16 @@ The Orc compiler.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
gtkdocize --copy
|
|
||||||
NOCONFIGURE=1 autoreconf -vif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson -D default_library=shared
|
||||||
--disable-static \
|
%meson_build
|
||||||
--enable-gtk-doc \
|
|
||||||
--enable-user-codemem \
|
|
||||||
--disable-gtk-doc-html
|
|
||||||
%make_build V=1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%meson_install
|
||||||
touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
%meson_test
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
@ -73,10 +67,11 @@ make check
|
|||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/liborc-*.so
|
%{_libdir}/liborc-*.so
|
||||||
%{_libdir}/pkgconfig/orc-0.4.pc
|
%{_libdir}/pkgconfig/orc-0.4.pc
|
||||||
|
%{_libdir}/pkgconfig/orc-test-0.4.pc
|
||||||
%{_datadir}/aclocal/orc.m4
|
%{_datadir}/aclocal/orc.m4
|
||||||
%{_includedir}/%{name}-0.4/
|
%{_includedir}/%{name}-0.4/
|
||||||
%doc examples/*.c
|
%doc examples/*.c
|
||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.a
|
||||||
|
|
||||||
%files compiler
|
%files compiler
|
||||||
%{_bindir}/orcc
|
%{_bindir}/orcc
|
||||||
@ -85,6 +80,9 @@ make check
|
|||||||
%doc %{_datadir}/gtk-doc/html/orc/
|
%doc %{_datadir}/gtk-doc/html/orc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.4.31-1
|
||||||
|
- Upgrade version to 0.4.31
|
||||||
|
|
||||||
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.4.28-5
|
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.4.28-5
|
||||||
- Enable check on aarch64
|
- Enable check on aarch64
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user