Blame SPECS/orc.spec

a62ff4
Name:		orc
a62ff4
Version:	0.4.31
a62ff4
Release:	6%{?dist}
a62ff4
Summary:	The Oil Run-time Compiler
a62ff4
a62ff4
License:	BSD
a62ff4
URL:		http://cgit.freedesktop.org/gstreamer/orc/
a62ff4
Source0:	http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
a62ff4
a62ff4
BuildRequires:	meson >= 0.47.0
a62ff4
BuildRequires:  gcc
a62ff4
BuildRequires:	gtk-doc
a62ff4
a62ff4
%description
a62ff4
Orc is a library and set of tools for compiling and executing
a62ff4
very simple programs that operate on arrays of data.  The "language"
a62ff4
is a generic assembly language that represents many of the features
a62ff4
available in SIMD architectures, including saturated addition and
a62ff4
subtraction, and many arithmetic operations.
a62ff4
a62ff4
%package doc
a62ff4
Summary:	Documentation for Orc
a62ff4
Requires:	%{name} = %{version}-%{release}
a62ff4
BuildArch:	noarch
a62ff4
a62ff4
%description doc
a62ff4
Documentation for Orc.
a62ff4
a62ff4
%package devel
a62ff4
Summary:	Development files and libraries for Orc
a62ff4
Requires:	%{name} = %{version}-%{release}
a62ff4
Requires:	%{name}-compiler
a62ff4
Requires:	pkgconfig
a62ff4
a62ff4
%description devel
a62ff4
This package contains the files needed to build packages that depend
a62ff4
on orc.
a62ff4
a62ff4
%package compiler
a62ff4
Summary:	Orc compiler
a62ff4
Requires:	%{name} = %{version}-%{release}
a62ff4
Requires:	pkgconfig
a62ff4
a62ff4
%description compiler
a62ff4
The Orc compiler, to produce optimized code.
a62ff4
a62ff4
a62ff4
%prep
a62ff4
%setup -q
a62ff4
a62ff4
%build
a62ff4
%meson -D default_library=shared
a62ff4
%meson_build
a62ff4
a62ff4
%install
a62ff4
%meson_install
a62ff4
a62ff4
# Remove unneeded files.
a62ff4
find %{buildroot}/%{_libdir} -name \*.a -delete
a62ff4
rm -rf %{buildroot}/%{_libdir}/orc
a62ff4
a62ff4
%check
a62ff4
%ifnarch s390 s390x ppc %{power64} %{arm} i686 aarch64
a62ff4
%meson_test
a62ff4
%endif
a62ff4
a62ff4
%ldconfig_scriptlets
a62ff4
a62ff4
a62ff4
%files
a62ff4
%doc COPYING README
a62ff4
%{_libdir}/liborc-*.so.*
a62ff4
%{_bindir}/orc-bugreport
a62ff4
a62ff4
%files doc
a62ff4
%doc %{_datadir}/gtk-doc/html/orc/
a62ff4
a62ff4
%files devel
a62ff4
%doc examples/*.c
a62ff4
%{_includedir}/%{name}-0.4/
a62ff4
%{_libdir}/liborc-*.so
a62ff4
%{_libdir}/pkgconfig/orc-0.4.pc
a62ff4
%{_libdir}/pkgconfig/orc-test-0.4.pc
a62ff4
%{_datadir}/aclocal/orc.m4
a62ff4
a62ff4
%files compiler
a62ff4
%{_bindir}/orcc
a62ff4
a62ff4
a62ff4
%changelog
a62ff4
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.31-6
a62ff4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
a62ff4
  Related: rhbz#1991688
a62ff4
a62ff4
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.4.31-5
a62ff4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
a62ff4
a62ff4
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.31-4
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a62ff4
a62ff4
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.31-3
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a62ff4
a62ff4
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.31-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
a62ff4
a62ff4
* Tue Nov 12 2019 Wim Taymans <wtaymans@redhat.com> 0.4.31-1
a62ff4
- Update to 0.4.31
a62ff4
a62ff4
* Tue Sep 24 2019 Wim Taymans <wtaymans@redhat.com> 0.4.30-1
a62ff4
- Update to 0.4.30
a62ff4
- Use meson as autogen was removed, add meson buildrequires
a62ff4
a62ff4
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.29-3
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a62ff4
a62ff4
* Fri May 10 2019 Dan HorĂ¡k <dan[at]danny.cz> 0.4.29-2
a62ff4
- revert commits changing ppc64/ppc64le support
a62ff4
a62ff4
* Tue Apr 23 2019 Wim Taymans <wtaymans@redhat.com> 0.4.29-1
a62ff4
- Update to 0.4.29
a62ff4
- Add orc-test pkgconfig file
a62ff4
a62ff4
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.28-4
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a62ff4
a62ff4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.28-3
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a62ff4
a62ff4
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.28-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a62ff4
a62ff4
* Mon Dec 11 2017 Wim Taymans <wtaymans@redhat.com> 0.4.28-1
a62ff4
- Update to 0.4.28
a62ff4
- Disable regeneration of docs
a62ff4
a62ff4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.27-3
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a62ff4
a62ff4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.27-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a62ff4
a62ff4
* Tue Jul 18 2017 Wim Taymans <wtaymans@redhat.com> 0.4.27-1
a62ff4
- Update to 0.4.27
a62ff4
a62ff4
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a62ff4
a62ff4
* Wed Aug 31 2016 Wim Taymans <wtaymans@redhat.com> 0.4.26-1
a62ff4
- Update to 0.4.26
a62ff4
a62ff4
* Mon Mar 07 2016 Wim Taymans <wtaymans@redhat.com> 0.4.25-1
a62ff4
- Update to 0.4.25
a62ff4
a62ff4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.24-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a62ff4
a62ff4
* Thu Jun 25 2015 Wim Taymans <wtaymans@redhat.com> 0.4.24-1
a62ff4
- Update to 0.4.24
a62ff4
a62ff4
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.23-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a62ff4
a62ff4
* Tue May 5 2015 Wim Taymans <wtaymans@redhat.com> 0.4.23-1
a62ff4
- Update to 0.4.23
a62ff4
a62ff4
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.4.22-4
a62ff4
- Rebuilt for Fedora 23 Change
a62ff4
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
a62ff4
a62ff4
* Thu Sep 11 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.4.22-3
a62ff4
- Do not run tests on aarch64
a62ff4
a62ff4
* Thu Sep  4 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.22-2
a62ff4
- Add upstream patch for selinux issue with tmp files
a62ff4
a62ff4
* Fri Aug 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.22-1
a62ff4
- Update to 0.4.22
a62ff4
a62ff4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.18-3
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a62ff4
a62ff4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.18-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a62ff4
a62ff4
* Thu Sep 19 2013 Brian Pepple <bpepple@fedoraproject.org> - 0.4.18-1
a62ff4
- Update to 0.4.18.
a62ff4
a62ff4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.17-3
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a62ff4
a62ff4
* Wed Feb 20 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.17-2
a62ff4
- Fix typo rhbz#817944
a62ff4
a62ff4
* Wed Feb 20 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.17-1
a62ff4
- Update to latest upstream release
a62ff4
- Removed obsolete patches
a62ff4
a62ff4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.16-8
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a62ff4
a62ff4
* Sat Jan 19 2013 Daniel Drake <dsd@laptop.org> - 0.4.16-7
a62ff4
- Fix fallback path when register allocation fails
a62ff4
- Fixes gstreamer-1.0 crash on OLPC XO-1.75
a62ff4
a62ff4
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.16-6
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a62ff4
a62ff4
* Sat Jan 07 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.16-5
a62ff4
- Updated subdir patch.
a62ff4
a62ff4
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.16-4
a62ff4
- Rebuilt for glibc bug#747377
a62ff4
a62ff4
* Sun Oct 16 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.16-3
a62ff4
- Add Fedora specific patch for tempfiles in subdirs
a62ff4
a62ff4
* Sun Oct 16 2011 Daniel Drake <dsd@laptop.org> - 0.4.16-2
a62ff4
- Add upstream patches to fix gstreamer crash on Geode (#746185)
a62ff4
a62ff4
* Mon Oct 03 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.16-1
a62ff4
- Update to 0.4.16
a62ff4
- Fixing regression introdcued by 0.4.15 (#742534 and #734911)
a62ff4
a62ff4
* Mon Sep 26 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.15-1
a62ff4
- Update to 0.4.15
a62ff4
a62ff4
* Mon Jun 20 2011 Peter Robinson <pbrobinson@gmail.com> - 0.4.14-3
a62ff4
- Add ARM platforms to the make check exclusion
a62ff4
a62ff4
* Sat May 07 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.14-2
a62ff4
- Add orc-bugreport to the main package (#702727)
a62ff4
a62ff4
* Sat Apr 30 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.14-1
a62ff4
- Update to 0.4.14
a62ff4
a62ff4
* Tue Apr 19 2011 Fabian Deutsch <fabiand@fedorpaproject.org> - 0.4.13-1
a62ff4
- Update to 0.4.13, another bug fixing release
a62ff4
a62ff4
* Fri Apr 15 2011 Fabian Deutsch <fabiand@fedorpaproject.org> - 0.4.12-1
a62ff4
- Update to 0.4.12, a bug fixing release
a62ff4
a62ff4
* Wed Feb 23 2011 Karsten Hopp <karsten@redhat.com> 0.4.11-3
a62ff4
- don't run tests on ppc, ppc64
a62ff4
a62ff4
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-2
a62ff4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a62ff4
a62ff4
* Sun Oct 24 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.11-1
a62ff4
- Update to 0.4.11.
a62ff4
- More bug fixes for CPUs that do not have backends, mmx and sse.
a62ff4
a62ff4
* Fri Oct 08 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.10-1
a62ff4
- Update to 0.4.10.
a62ff4
- Fixes some bugs related to SELinux.
a62ff4
a62ff4
* Mon Sep 06 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.9-1
a62ff4
- Update to 0.4.9, a pimarily bug fixing release.
a62ff4
a62ff4
* Thu Aug 19 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.7-1
a62ff4
- Updated to 0.4.7.
a62ff4
a62ff4
* Thu Jul 22 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.6-1
a62ff4
- Updated to 0.4.6.
a62ff4
- New orc-bugreport added.
a62ff4
a62ff4
* Tue Jul 13 2010 Dan HorĂ¡k <dan[at]danny.cz> - 0.4.5-3
a62ff4
- don't run test on s390(x)
a62ff4
a62ff4
* Sun Jun 13 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-2
a62ff4
- Added removed testing libraries to package.
a62ff4
a62ff4
* Sun Jun 13 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-1
a62ff4
- Updated to 0.4.5.
a62ff4
- Removed testing libraries from package.
a62ff4
a62ff4
* Mon Apr 05 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.4-2
a62ff4
- Docs as noarch.
a62ff4
- Sanitize timestamps of header files.
a62ff4
- orcc in -compiler subpackage.
a62ff4
a62ff4
* Tue Mar 30 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.4-1
a62ff4
- Updated to 0.4.4: Includes bugfixes for x86_64.
a62ff4
a62ff4
* Wed Mar 17 2010 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.3-2
a62ff4
- Running autoreconf to prevent building problems.
a62ff4
- Added missing files to docs.
a62ff4
- Added examples to devel docs.
a62ff4
a62ff4
* Thu Mar 04 2010 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.3-1
a62ff4
- Updated to 0.4.3
a62ff4
a62ff4
* Sun Oct 18 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-4
a62ff4
- Removed unused libdir
a62ff4
a62ff4
* Sun Oct 18 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-3
a62ff4
- Specfile cleanup
a62ff4
- Removed tools subpackage
a62ff4
- Added docs subpackage
a62ff4
a62ff4
* Sat Oct 03 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-2
a62ff4
- Use orc as pakage name
a62ff4
- spec-file cleanup
a62ff4
- Added devel requirements
a62ff4
- Removed an rpath issue
a62ff4
a62ff4
* Fri Oct 02 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-1
a62ff4
- Initial release
a62ff4