37c99d
%define gitdate 20070827
37c99d
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
37c99d
37c99d
Name:           pixman
ee65d1
Version:        0.34.0
ee65d1
Release:        1%{?dist}
37c99d
Summary:        Pixel manipulation library
37c99d
37c99d
Group:          System Environment/Libraries
37c99d
License:        MIT
37c99d
URL:            http://cgit.freedesktop.org/pixman/
ee65d1
#VCS:		git://git.freedesktop.org/git/pixman
37c99d
# To make git snapshots:
37c99d
# ./make-pixman-snapshot.sh %{?gitrev}
37c99d
# if no revision specified, makes a new one from HEAD.
37c99d
Source0:	http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
37c99d
Source1:	make-pixman-snapshot.sh
37c99d
37c99d
BuildRequires:  automake autoconf libtool pkgconfig
37c99d
37c99d
%description
37c99d
Pixman is a pixel manipulation library for X and cairo.
37c99d
37c99d
%package devel
37c99d
Summary: Pixel manipulation library development package
37c99d
Group: Development/Libraries
02abd8
Requires: %{name}%{?isa} = %{version}-%{release}
37c99d
Requires: pkgconfig
37c99d
37c99d
%description devel
37c99d
Development library for pixman.
37c99d
37c99d
%prep
37c99d
%setup -q
37c99d
37c99d
%build
37c99d
%configure \
37c99d
%ifarch %{arm}
37c99d
  --disable-arm-iwmmxt --disable-arm-iwmmxt2 \
37c99d
%endif
37c99d
  --disable-static
37c99d
37c99d
make %{?_smp_mflags} V=1
37c99d
37c99d
%install
37c99d
make install DESTDIR=$RPM_BUILD_ROOT
37c99d
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
37c99d
37c99d
%post -p /sbin/ldconfig
37c99d
%postun -p /sbin/ldconfig
37c99d
37c99d
%files
37c99d
%defattr(-,root,root,-)
37c99d
%{_libdir}/libpixman-1*.so.*
37c99d
37c99d
%files devel
37c99d
%defattr(-,root,root,-)
37c99d
%dir %{_includedir}/pixman-1
37c99d
%{_includedir}/pixman-1/pixman.h
37c99d
%{_includedir}/pixman-1/pixman-version.h
37c99d
%{_libdir}/libpixman-1*.so
37c99d
%{_libdir}/pkgconfig/pixman-1.pc
37c99d
37c99d
%changelog
ee65d1
* Thu Feb 11 2016 Oded Gabbay <ogabbay@redhat.com> - 0.34.0-1
ee65d1
- pixman 0.34.0
ee65d1
02abd8
* Thu Jul 02 2015 Oded Gabbay <ogabbay@redhat.com> - 0.32.6-3
02abd8
- Re-enable VMX fast paths on ppc64le and apply patches that fix them
02abd8
02abd8
* Mon May 11 2015 Adam Jackson <ajax@redhat.com> 0.32.6-2
02abd8
- Fix devel's requirement on the base package to include %%{?isa}
02abd8
02abd8
* Tue Mar 17 2015 Adam Jackson <ajax@redhat.com> 0.32.6-1
02abd8
- pixman 0.32.6
02abd8
02abd8
* Fri Nov 07 2014 Adam Jackson <ajax@redhat.com> 0.32.4-4
02abd8
- Disable (broken) VMX fast paths on ppc64le for now
02abd8
06b7d8
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.32.4-3
06b7d8
- Mass rebuild 2014-01-24
06b7d8
06b7d8
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> 0.32.4-2
06b7d8
- changelog fixes
06b7d8
06b7d8
* Mon Jan 6 2014 Soren Sandmann <ssp@redhat.com> 0.32.4-1
06b7d8
- pixman 0.32.4, bug 1043746
06b7d8
06b7d8
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.30.0-2
06b7d8
- Mass rebuild 2013-12-27
06b7d8
37c99d
* Wed May 8 2013 Soren Sandmann <ssp@redhat.com> 0.30.0-1
37c99d
- pixman 0.30.0
37c99d
37c99d
* Thu Feb 21 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.28.0-3
37c99d
- Disable iwmmxt on ARM as it's broken b.fd.o # 55519
37c99d
37c99d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28.0-2
37c99d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
37c99d
37c99d
* Wed Nov 7 2012 Soren Sandmann <ssp@redhat.com> 0.28.0-1
37c99d
- pixman 0.28.0
37c99d
37c99d
* Thu Oct 25 2012 Soren Sandmann <ssp@redhat.com> 0.27.4-1
37c99d
- pixman 0.27.4
37c99d
37c99d
* Fri Aug 10 2012 Soren Sandmann <ssp@redhat.com> 0.27.2-1
37c99d
- pixman 0.27.2
37c99d
37c99d
* Tue Jul 31 2012 Soren Sandmann <ssp@redhat.com> 0.26.2-5
37c99d
- Remove openmp patch
37c99d
37c99d
* Mon Jul 30 2012 Adam Jackson <ajax@redhat.com> 0.26.2-4
37c99d
- Disable openmp patch in RHEL for the moment
37c99d
37c99d
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.2-3
37c99d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
37c99d
37c99d
* Fri Jul  6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-2
37c99d
- run autoreconf to properly pull in gomp
37c99d
37c99d
* Thu Jul  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.26.2-1
37c99d
- update to 0.26.2
37c99d
- drop upstreamed patch
37c99d
37c99d
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-4
37c99d
- Add -fopenmp to CFLAGS and LDFLAGS on the make command line instead
37c99d
  of in Makefile.am.
37c99d
37c99d
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-3
37c99d
- Add -fopenmp to pixman-sse2.c CFLAGS
37c99d
37c99d
* Tue Jun 26 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-2
37c99d
- Add experimental patch to use OpenMP
37c99d
  If this causes your X server to misbehave, please file bugs.
37c99d
37c99d
* Wed May 30 2012 Soren Sandmann <ssp@redhat.com> - 0.26.0-1
37c99d
- update to 0.26.0
37c99d
- patch to add missing emms instructions
37c99d
- reenable iwmmxt since configure should now detect if it can't built
37c99d
37c99d
* Tue May 15 2012 Dennis Gilmore <dennis@ausil.us> - 0.25.6-2
37c99d
- rely on runtime cpu detection for arm optimisations
37c99d
- disable failing to build iwmmxt
37c99d
37c99d
* Tue May 15 2012 Soren Sandmann <ssp@redhat.com>
37c99d
- pixman 0.25.6
37c99d
37c99d
* Thu Mar 29 2012 Dennis Gilmore <dennis@ausil.us> 0.25.2-2
37c99d
- always disable iwmmxt  and disable neon and simd unless building armv7hnl
37c99d
37c99d
* Mon Mar 26 2012 Soren Sandmann <ssp@redhat.com> 0.25.2-1
37c99d
- pixman 0.25.2
37c99d
37c99d
* Thu Mar 15 2012 Adam Jackson <ajax@redhat.com> 0.24.4-1
37c99d
- pixman 0.24.4
37c99d
37c99d
* Thu Jan 19 2012 Soren Sandmann <ssp@redhat.com> 0.24.2-1
37c99d
- pixman 0.24.2
37c99d
37c99d
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24.0-2
37c99d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
37c99d
37c99d
* Mon Nov 7 2011 Soren Sandmann <ssp@redhat.com> 0.24.0-1
37c99d
- pixman 0.24.0
37c99d
37c99d
* Tue Oct 11 2011 Soren Sandmann <ssp@redhat.com> 0.23.6-1
37c99d
- pixman 0.23.6
37c99d
37c99d
* Thu Oct 06 2011 Soren Sandmann <ssp@redhat.com> 0.23.4-1
37c99d
- pixman 0.23.4
37c99d
37c99d
* Tue Jul 05 2011 Adam Jackson <ajax@redhat.com> 0.22.2-1
37c99d
- pixman 0.22.2
37c99d
37c99d
* Tue May 3 2011 Soren Sandmann <ssp@redhat.com> - 0.22.0-1
37c99d
  pixman 0.22.0
37c99d
37c99d
* Wed Apr 20 2011 Soren Sandmann <ssp@redhat.com> - 0.21.8-1
37c99d
  pixman 0.21.8
37c99d
37c99d
* Thu Feb 24 2011 Soren sandmann <ssp@redhat.com> - 0.21.6-1
37c99d
- pixman 0.21.6
37c99d
37c99d
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.2-2
37c99d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
37c99d
37c99d
* Thu Jan 20 2011 Soren Sandmann <ssp@redhat.com> - 0.20.2-1
37c99d
- pixman 0.20.2
37c99d
37c99d
* Wed Oct 27 2010 Soren Sandmann <ssp@redhat.com> - 0.20.0-1
37c99d
- pixman 0.20.0
37c99d
37c99d
* Mon Oct 25 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.6-1
37c99d
- Update to 0.19.6
37c99d
37c99d
* Mon Sep 6 2010 Soren Sandmann <ssp@redhat.com> - 0.19.2-1
37c99d
- pixman 0.19.2
37c99d
37c99d
* Thu Apr 1 2010 Soren Sandmann <ssp@redhat.com> - 0.18.0-1
37c99d
- pixman 0.18.0
37c99d
37c99d
* Wed Mar 17 2010 Soren Sandmann <ssp@redhat.com> - 0.17.12-1
37c99d
- pixman 0.17.12
37c99d
37c99d
* Fri Mar 5 2010 Soren Sandmann <ssp@redhat.com> - 0.17.10-1
37c99d
- pixman 0.17.10
37c99d
37c99d
* Thu Feb 25 2010 Soren Sandmann <ssp@redhat.com> - 0.17.8-1
37c99d
- pixman 0.17.8
37c99d
37c99d
* Mon Jan 18 2010 Soren Sandmann <ssp@redhat.com> - 0.17.6-1
37c99d
- pixman 0.17.6
37c99d
37c99d
* Mon Jan 18 2010 Soren Sandmann <ssp@redhat.com> - 0.17.4-1
37c99d
- pixman 0.17.4
37c99d
37c99d
* Wed Dec 2 2009 Soren Sandmann <ssp@redhat.com> - 0.17.2-1
37c99d
- pixman 0.17.2
37c99d
37c99d
* Mon Sep 28 2009 Soren Sandmann <ssp@redhat.com> - 0.16.2-1
37c99d
- pixman 0.16.2
37c99d
37c99d
* Fri Aug 28 2009 Soren Sandmann <ssp@redhat.com> - 0.16.0-1
37c99d
- pixman 0.16.0
37c99d
06b7d8
* Tue Aug 11 2009 Soren Sandmann <ssp@redhat.com> - 0.15.20-1
37c99d
- pixman 0.15.20
37c99d
37c99d
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.15.18-3
37c99d
- Use bzipped upstream tarball.
37c99d
- Fix URL.
37c99d
37c99d
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.18-2
37c99d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
37c99d
06b7d8
* Tue Jul 21 2009 Soren Sandmann <ssp@redhat.com> 0.15.18-1
37c99d
- pixman 0.15.18
37c99d
37c99d
* Mon Jul 13 2009 Soren Sandmann <ssp@redhat.com> 0.15.16-1
37c99d
- pixman 0.15.16
37c99d
37c99d
* Wed Jun 24 2009 Soren Sandmann <ssp@redhat.com> 0.15.14-1
37c99d
- pixman 0.15.14
37c99d
37c99d
* Wed Jun 17 2009 Soren Sandmann <ssp@redhat.com> 0.15.12-1
37c99d
- pixman 0.15.12
37c99d
37c99d
* Fri Jun 5 2009 Soren Sandmann <ssp@redhat.com> 0.15.10-1
37c99d
- pixman 0.15.10
37c99d
37c99d
* Sat May 30 2009 Soren Sandmann <ssp@redhat.com> 0.15.8-1
37c99d
- pixman 0.15.8
37c99d
37c99d
* Fri May 22 2009 Soren Sandmann <ssp@redhat.com> 0.15.6-2
37c99d
- pixman 0.15.6
37c99d
37c99d
* Fri May 15 2009 Soren Sandmann <ssp@redhat.com> 0.15.4-1
37c99d
- pixman 0.15.4
37c99d
37c99d
* Wed May 13 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-3
37c99d
- Remove patch to implement new clipping rules as it was completely broken.
37c99d
37c99d
* Tue May 12 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-2
37c99d
- Add patch to implement new clipping rules.
37c99d
37c99d
* Thu Apr 16 2009 Soren Sandmann <ssp@redhat.com> 0.15.2-1
37c99d
- pixman 0.15.2
37c99d
37c99d
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-2
37c99d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
37c99d
37c99d
* Sat Feb 7 2009 Soren Sandmann <sandmann@redhat.com> 0.14.0-1
37c99d
- pixman 0.14.0
37c99d
37c99d
* Tue Dec 16 2008 Adam Jackson <ajax@redhat.com> 0.13.2-1
37c99d
- pixman 0.13.2
37c99d
37c99d
* Sun Dec 14 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> 0.12.0-3
37c99d
- Rebuild for pkgconfig provides
37c99d
37c99d
* Tue Nov 18 2008 Dan Williams <dcbw@redhat.com> 0.12.0-2
37c99d
- Actually build with the altivec detection fix (rh #472000, #451831)
37c99d
37c99d
* Wed Sep 17 2008 Soren Sandmann <sandmann@redhat.com> 0.12.0-1
37c99d
- Upgrade to 0.12.0. Drop stripes patch.
37c99d
37c99d
* Wed Sep 10 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-2
37c99d
- Add patch to fix stripes in the Nautilus selection retangle.
37c99d
37c99d
* Sat Sep 6 2008 Soren Sandmann <sandmann@redhat.com> 0.11.10-1
37c99d
- Upgrade to 0.11.10. Drop altivec patch.
37c99d
37c99d
* Thu Jul 17 2008 Soren Sandmann <sandmann@redhat.com> 0.11.8-1
37c99d
- Upgrade to 0.11.8. Drop altivec patch.
37c99d
37c99d
* Wed Jun 25 2008 Soren Sandmann <sandmann@redhat.com> 0.11.6-1
37c99d
- Upgrade to 0.11.6. Drop fix for leak.
37c99d
37c99d
* Tue Jun 17 2008 David Woodhouse <dwmw2@infradead.org> 0.11.4-3
37c99d
- Fix Altivec detection breakage (#451831)
37c99d
37c99d
* Fri Jun 13 2008 Soren Sandmann <sandmann@redhat.com> 0.11.4-2
37c99d
- Plug bad leak (cherrypicked from master)
37c99d
37c99d
* Mon Jun  9 2008 Soren Sandmann <sandmann@redhat.com> 0.11.4-1
37c99d
- Update to 0.11.4
37c99d
37c99d
* Mon Jun  9 2008 Soren Sandmann <sandmann@redhat.com> 0.11.2-1
37c99d
- Update to 0.11.2
37c99d
37c99d
* Thu Apr  3 2008 Soren Sandmann <sandmann@redhat.com> 0.10.0-1
37c99d
- Update to 0.10.0
37c99d
37c99d
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.6-4
37c99d
- Autorebuild for GCC 4.3
37c99d
37c99d
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-3
37c99d
- Third time's the charm.
37c99d
37c99d
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-2
37c99d
- Second try.
37c99d
37c99d
* Wed Oct 31 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.9.6-1
37c99d
- Update to 0.9.6 release.
37c99d
37c99d
* Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
37c99d
- Update to 0.9.5 release.
37c99d
37c99d
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
37c99d
- New snapshot
37c99d
37c99d
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-4.20070824
37c99d
- New snapshot
37c99d
37c99d
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.9.0-3.20070724
37c99d
- rebuild for toolchain bug
37c99d
37c99d
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-2.20070724
37c99d
- Re-add it, %%dir is not the same as adding a dir whole.
37c99d
37c99d
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 0.9.0-1.20070724
37c99d
- Remove redundant header from %%files devel.
37c99d
37c99d
* Fri May 18 2007 Adam Jackson <ajax@redhat.com> 0.9.0-0.20070724
37c99d
- git build so I can build git X.