Blame SPECS/orc.spec

814ac5
Name:		orc
3caf37
Version:	0.4.26
3caf37
Release:	1%{?dist}
814ac5
Summary:	The Oil Run-time Compiler
814ac5
814ac5
Group:		System Environment/Libraries
814ac5
License:	BSD
814ac5
URL:		http://cgit.freedesktop.org/gstreamer/orc/
65e934
Source0:        http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
814ac5
814ac5
BuildRequires:	gtk-doc, libtool
814ac5
814ac5
%description
814ac5
Orc is a library and set of tools for compiling and executing
814ac5
very simple programs that operate on arrays of data.  The "language"
814ac5
is a generic assembly language that represents many of the features
814ac5
available in SIMD architectures, including saturated addition and
814ac5
subtraction, and many arithmetic operations.
814ac5
814ac5
%package doc
814ac5
Summary:	Documentation for Orc
814ac5
Group:		Development/Languages
814ac5
Requires:	%{name} = %{version}-%{release}
814ac5
BuildArch:	noarch
814ac5
814ac5
%description doc
814ac5
Documentation for Orc.
814ac5
814ac5
%package devel
814ac5
Summary:	Development files and libraries for Orc
814ac5
Group:		Development/Libraries
814ac5
Requires:	%{name} = %{version}-%{release}
814ac5
Requires:	%{name}-compiler
814ac5
Requires:	pkgconfig
814ac5
814ac5
%description devel
814ac5
This package contains the files needed to build packages that depend
814ac5
on orc.
814ac5
814ac5
%package compiler
814ac5
Summary:	Orc compiler
814ac5
Group:		Development/Libraries
814ac5
Requires:	%{name} = %{version}-%{release}
814ac5
Requires:	pkgconfig
814ac5
814ac5
%description compiler
814ac5
The Orc compiler, to produce optimized code.
814ac5
814ac5
814ac5
%prep
814ac5
%setup -q
65e934
NOCONFIGURE=1 autoreconf -vif
814ac5
814ac5
814ac5
%build
65e934
%configure --disable-static --enable-gtk-doc
814ac5
65e934
make %{?_smp_mflags} V=1
814ac5
814ac5
814ac5
%install
814ac5
make install DESTDIR=%{buildroot} INSTALL="install -p"
814ac5
814ac5
# Remove unneeded files.
814ac5
find %{buildroot}/%{_libdir} -name \*.a -or -name \*.la -delete
814ac5
rm -rf %{buildroot}/%{_libdir}/orc
814ac5
814ac5
touch -r stamp-h1 %{buildroot}%{_includedir}/%{name}-0.4/orc/orc-stdint.h   
814ac5
814ac5
814ac5
%post -p /sbin/ldconfig
814ac5
814ac5
814ac5
%postun -p /sbin/ldconfig
814ac5
814ac5
814ac5
%files
814ac5
%doc COPYING README
814ac5
%{_libdir}/liborc-*.so.*
814ac5
%{_bindir}/orc-bugreport
814ac5
814ac5
%files doc
814ac5
%doc %{_datadir}/gtk-doc/html/orc/
814ac5
814ac5
%files devel
814ac5
%doc examples/*.c
814ac5
%{_includedir}/%{name}-0.4/
814ac5
%{_libdir}/liborc-*.so
814ac5
%{_libdir}/pkgconfig/orc-0.4.pc
814ac5
%{_datadir}/aclocal/orc.m4
814ac5
814ac5
%files compiler
814ac5
%{_bindir}/orcc
814ac5
814ac5
814ac5
%changelog
3caf37
* Thu Mar 09 2017 Wim Taymans <wtaymans@redhat.com> - 0.4.26-1
3caf37
- Update to 0.4.26
3caf37
- Remove upstreamed patches
3caf37
- Resolves: #1430051
3caf37
65e934
* Thu Aug 13 2015 Wim Taymans <wtaymans@redhat.com> - 0.4.22-5
65e934
- Run backup functions on s390x instead of emulation
65e934
- Fix load of parameters smaller than 64 bits
65e934
- Related: rhbz#1249506
65e934
65e934
* Thu Aug 13 2015 Wim Taymans <wtaymans@redhat.com> - 0.4.22-4
65e934
- Fix unit test on ppc64le
65e934
- Resolves: rhbz#1252498
65e934
65e934
* Wed Jul 8 2015 Wim Taymans <wtaymans@redhat.com> - 0.4.22-3
65e934
- Fix loading of 64bit parameters on big endian
65e934
- Related: #1234325
65e934
65e934
* Wed Mar 25 2015 Wim Taymans <wtaymans@redhat.com> - 0.4.22-2
65e934
- Don't run tests during build
65e934
- add new source
65e934
- remove old patches, add new patch
65e934
- Resolves: #1174391
65e934
65e934
* Fri Aug 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.4.22-1
65e934
- Update to 0.4.22
65e934
- Resolves: #1174391
65e934
5be070
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.4.17-5
5be070
- Mass rebuild 2014-01-24
5be070
5be070
* Wed Jan 08 2014 Benjamin Otte <otte@redhat.com> - 0.4.17-4
5be070
- Don't run tests during build
5be070
Resolves: 1048890
5be070
5be070
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.4.17-3
5be070
- Mass rebuild 2013-12-27
5be070
814ac5
* Wed Feb 20 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.17-2
814ac5
- Fix typo rhbz#817944
814ac5
814ac5
* Wed Feb 20 2013 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.17-1
814ac5
- Update to latest upstream release
814ac5
- Removed obsolete patches
814ac5
814ac5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.16-8
814ac5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
814ac5
814ac5
* Sat Jan 19 2013 Daniel Drake <dsd@laptop.org> - 0.4.16-7
814ac5
- Fix fallback path when register allocation fails
814ac5
- Fixes gstreamer-1.0 crash on OLPC XO-1.75
814ac5
814ac5
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.16-6
814ac5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
814ac5
814ac5
* Sat Jan 07 2012 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.16-5
814ac5
- Updated subdir patch.
814ac5
814ac5
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.16-4
814ac5
- Rebuilt for glibc bug#747377
814ac5
814ac5
* Sun Oct 16 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.16-3
814ac5
- Add Fedora specific patch for tempfiles in subdirs
814ac5
814ac5
* Sun Oct 16 2011 Daniel Drake <dsd@laptop.org> - 0.4.16-2
814ac5
- Add upstream patches to fix gstreamer crash on Geode (#746185)
814ac5
814ac5
* Mon Oct 03 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.16-1
814ac5
- Update to 0.4.16
814ac5
- Fixing regression introdcued by 0.4.15 (#742534 and #734911)
814ac5
814ac5
* Mon Sep 26 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.15-1
814ac5
- Update to 0.4.15
814ac5
814ac5
* Mon Jun 20 2011 Peter Robinson <pbrobinson@gmail.com> - 0.4.14-3
814ac5
- Add ARM platforms to the make check exclusion
814ac5
814ac5
* Sat May 07 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.14-2
814ac5
- Add orc-bugreport to the main package (#702727)
814ac5
814ac5
* Sat Apr 30 2011 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.14-1
814ac5
- Update to 0.4.14
814ac5
814ac5
* Tue Apr 19 2011 Fabian Deutsch <fabiand@fedorpaproject.org> - 0.4.13-1
814ac5
- Update to 0.4.13, another bug fixing release
814ac5
814ac5
* Fri Apr 15 2011 Fabian Deutsch <fabiand@fedorpaproject.org> - 0.4.12-1
814ac5
- Update to 0.4.12, a bug fixing release
814ac5
814ac5
* Wed Feb 23 2011 Karsten Hopp <karsten@redhat.com> 0.4.11-3
814ac5
- don't run tests on ppc, ppc64
814ac5
814ac5
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.11-2
814ac5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
814ac5
814ac5
* Sun Oct 24 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.11-1
814ac5
- Update to 0.4.11.
814ac5
- More bug fixes for CPUs that do not have backends, mmx and sse.
814ac5
814ac5
* Fri Oct 08 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.10-1
814ac5
- Update to 0.4.10.
814ac5
- Fixes some bugs related to SELinux.
814ac5
814ac5
* Mon Sep 06 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.9-1
814ac5
- Update to 0.4.9, a pimarily bug fixing release.
814ac5
814ac5
* Thu Aug 19 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.7-1
814ac5
- Updated to 0.4.7.
814ac5
3caf37
* Thu Jul 22 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.6-1
814ac5
- Updated to 0.4.6.
814ac5
- New orc-bugreport added.
814ac5
814ac5
* Tue Jul 13 2010 Dan HorĂ¡k <dan[at]danny.cz> - 0.4.5-3
814ac5
- don't run test on s390(x)
814ac5
814ac5
* Sun Jun 13 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-2
814ac5
- Added removed testing libraries to package.
814ac5
814ac5
* Sun Jun 13 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.5-1
814ac5
- Updated to 0.4.5.
814ac5
- Removed testing libraries from package.
814ac5
814ac5
* Mon Apr 05 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.4-2
814ac5
- Docs as noarch.
814ac5
- Sanitize timestamps of header files.
814ac5
- orcc in -compiler subpackage.
814ac5
814ac5
* Tue Mar 30 2010 Fabian Deutsch <fabiand@fedoraproject.org> - 0.4.4-1
814ac5
- Updated to 0.4.4: Includes bugfixes for x86_64.
814ac5
814ac5
* Wed Mar 17 2010 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.3-2
814ac5
- Running autoreconf to prevent building problems.
814ac5
- Added missing files to docs.
814ac5
- Added examples to devel docs.
814ac5
814ac5
* Thu Mar 04 2010 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.3-1
814ac5
- Updated to 0.4.3
814ac5
814ac5
* Sun Oct 18 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-4
814ac5
- Removed unused libdir
814ac5
814ac5
* Sun Oct 18 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-3
814ac5
- Specfile cleanup
814ac5
- Removed tools subpackage
814ac5
- Added docs subpackage
814ac5
814ac5
* Sat Oct 03 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-2
814ac5
- Use orc as pakage name
814ac5
- spec-file cleanup
814ac5
- Added devel requirements
814ac5
- Removed an rpath issue
814ac5
814ac5
* Fri Oct 02 2009 Fabian Deutsch <fabian.deutsch@gmx.de> - 0.4.2-1
814ac5
- Initial release
814ac5