update to 0.4.33 [release 0.4.33-1mamba;Fri Nov 25 2022]
This commit is contained in:
parent
9f77918a3a
commit
718845876d
35
orc.spec
35
orc.spec
@ -1,20 +1,19 @@
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
Name: orc
|
||||
Version: 0.4.32
|
||||
Version: 0.4.33
|
||||
Release: 1mamba
|
||||
Summary: Orc – The Optimized Inner Loops Runtime Compiler
|
||||
Group: Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://code.entropywave.com/projects/orc/
|
||||
URL: https://gstreamer.freedesktop.org/documentation/additional/design/orc-integration.html?gi-language=c
|
||||
Source: http://gstreamer.freedesktop.org/src/orc/orc-%{version}.tar.xz
|
||||
License: MIT
|
||||
Requires: liborc = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Requires: liborc = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
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.
|
||||
@ -41,21 +40,12 @@ This package contains static libraries and header files need for development.
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: liborc = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: liborc-static
|
||||
Obsoletes: liborc-static < 0.4.33
|
||||
|
||||
%description -n liborc-devel
|
||||
Library of Optimized Inner Loops Runtime Compiler
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
|
||||
%package -n liborc-static
|
||||
Summary: Static package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: liborc-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n liborc-static
|
||||
Library of Optimized Inner Loops Runtime Compiler
|
||||
|
||||
This package contains static libraries need for development.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%package apidocs
|
||||
Summary: %{name} API documentation
|
||||
@ -64,11 +54,11 @@ Requires: gtk-doc
|
||||
|
||||
%description apidocs
|
||||
Orc – The Optimized Inner Loops Runtime Compiler
|
||||
|
||||
This package contains %{name} API documentation.
|
||||
|
||||
%prep
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
@ -84,7 +74,6 @@ This package contains %{name} API documentation.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n liborc -p /sbin/ldconfig
|
||||
|
||||
%preun -n liborc -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
@ -102,6 +91,7 @@ This package contains %{name} API documentation.
|
||||
%dir %{_includedir}/orc-%{majversion}
|
||||
%{_includedir}/orc-%{majversion}/orc
|
||||
%{_includedir}/orc-%{majversion}/orc-test
|
||||
%{_libdir}/liborc*-%{majversion}.a
|
||||
%{_libdir}/liborc*-%{majversion}.so
|
||||
%{_datadir}/aclocal/orc.m4
|
||||
%{_libdir}/liborc-test-%{majversion}.so
|
||||
@ -109,15 +99,14 @@ This package contains %{name} API documentation.
|
||||
%{_libdir}/pkgconfig/orc-test-%{majversion}.pc
|
||||
%doc README TODO
|
||||
|
||||
%files -n liborc-static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/liborc*-%{majversion}.*a
|
||||
|
||||
%files apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/orc
|
||||
|
||||
%changelog
|
||||
* Fri Nov 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.33-1mamba
|
||||
- update to 0.4.33
|
||||
|
||||
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 0.4.32-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user