orc/orc.spec

103 lines
2.3 KiB
RPMSpec
Raw Normal View History

2020-02-11 11:22:45 +08:00
Name: orc
2023-07-12 14:57:40 +08:00
Version: 0.4.34
2022-11-18 18:08:00 +08:00
Release: 1
2019-09-30 11:11:06 -04:00
Summary: The Oil Run-time Compiler
License: BSD
2020-02-11 11:22:45 +08:00
URL: http://cgit.freedesktop.org/gstreamer/orc/
2019-09-30 11:11:06 -04:00
Source0: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
BuildRequires: gtk-doc libtool
2020-05-11 21:32:45 +08:00
BuildRequires: meson >= 0.47.0
2019-09-30 11:11:06 -04:00
%description
Orc is the sucessor to Liboil - The Library of Optimized Inner Loops.
Orc is a library and set of tools for compiling and executing very
simple programs that operate on arrays of data. The "language" is
a generic assembly language that represents many of the features
available in SIMD architectures, including saturated addition and
subtraction, and many arithmetic operations.
%package help
Summary: Help documentation for Orc
Requires: %{name} = %{version}-%{release}
%description help
Help documentation for Orc.
%package devel
Summary: Development package for Orc
Requires: %{name} = %{version}-%{release}
Requires: %{name}-compiler pkgconfig
%description devel
Development package for Orc.
%package compiler
Summary: The Orc compiler
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description compiler
The Orc compiler.
%prep
%autosetup -n %{name}-%{version} -p1
%build
2020-05-11 21:32:45 +08:00
%meson -D default_library=shared
%meson_build
2019-09-30 11:11:06 -04:00
%install
2020-05-11 21:32:45 +08:00
%meson_install
2019-09-30 11:11:06 -04:00
%check
2020-05-11 21:32:45 +08:00
%meson_test
2019-09-30 11:11:06 -04:00
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%{_libdir}/liborc-*.so.*
%{_bindir}/orc-bugreport
%doc COPYING README
%files devel
%{_libdir}/liborc-*.so
%{_libdir}/pkgconfig/orc-0.4.pc
2020-05-11 21:32:45 +08:00
%{_libdir}/pkgconfig/orc-test-0.4.pc
2019-09-30 11:11:06 -04:00
%{_datadir}/aclocal/orc.m4
%{_includedir}/%{name}-0.4/
%doc examples/*.c
2020-05-11 21:32:45 +08:00
%exclude %{_libdir}/*.a
2019-09-30 11:11:06 -04:00
%files compiler
%{_bindir}/orcc
%files help
%doc %{_datadir}/gtk-doc/html/orc/
%changelog
2023-07-12 14:57:40 +08:00
* Wed Jul 12 2023 dillon chen <dillon.chen@gmail.com> - 0.4.34-1
- update to 0.4.34
2022-11-18 18:08:00 +08:00
* Fri Nov 18 2022 dillon chen <dillon.chen@gmail.com> - 0.4.33-1
- update to 0.4.33
* Tue Oct 25 2022 wangjiang <wangjiang37@h-partners.com> 0.4.32-2
- Rebuild for next release
2021-01-28 16:21:02 +08:00
* Thu Jan 28 2021 yuanxin <yuanxin24@huawei.com> - 0.4.32-1
-upgrade version to 0.4.32
2020-05-11 21:32:45 +08:00
* Fri Apr 24 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.4.31-1
- Upgrade version to 0.4.31
2020-02-11 11:22:45 +08:00
* Tue Feb 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.4.28-5
- Enable check on aarch64
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.4.28-4
2019-09-30 11:11:06 -04:00
- Package init