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