123 lines
3.5 KiB
RPMSpec
123 lines
3.5 KiB
RPMSpec
%define gitdate 20070827
|
|
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
|
|
|
Name: pixman
|
|
Version: 0.34.0
|
|
Release: 1%{?dist}
|
|
Summary: Pixel manipulation library
|
|
|
|
Group: System Environment/Libraries
|
|
License: MIT
|
|
URL: http://cgit.freedesktop.org/pixman/
|
|
#VCS: git:git://git.freedesktop.org/git/pixman
|
|
# To make git snapshots:
|
|
# ./make-pixman-snapshot.sh %{\?gitrev}
|
|
# if no revision specified, makes a new one from HEAD.
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
|
Source1: make-pixman-snapshot.sh
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
%description
|
|
Pixman is a pixel manipulation library for X and Cairo.
|
|
|
|
%package devel
|
|
Summary: Pixel manipulation library development package
|
|
Group: Development/Libraries
|
|
Requires: %{name}%{?isa} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
|
|
%description devel
|
|
Development library for pixman.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
%ifarch %{arm}
|
|
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
|
%endif
|
|
--disable-ssse3 \
|
|
--disable-static
|
|
|
|
make %{?_smp_mflags} V=1
|
|
|
|
%install
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
%check
|
|
make check %{?_smp_mflags} V=1 ||:
|
|
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%files
|
|
%doc COPYING
|
|
%{_libdir}/libpixman-1*.so.*
|
|
|
|
%files devel
|
|
%dir %{_includedir}/pixman-1
|
|
%{_includedir}/pixman-1/pixman.h
|
|
%{_includedir}/pixman-1/pixman-version.h
|
|
%{_libdir}/libpixman-1*.so
|
|
%{_libdir}/pkgconfig/pixman-1.pc
|
|
|
|
%changelog
|
|
* Mon Feb 01 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.34.0-1
|
|
- Update to 0.34.0 (#1249357)
|
|
|
|
* Tue Dec 22 2015 Oded Gabbay <oded.gabbay@gmail.com> 0.33.6-1
|
|
- pixman 0.33.6
|
|
|
|
* Fri Oct 23 2015 Oded Gabbay <oded.gabbay@gmail.com> 0.33.4-1
|
|
- pixman 0.33.4
|
|
|
|
* Sun Aug 09 2015 Oded Gabbay <oded.gabbay@gmail.com> 0.33.2-1
|
|
- pixman 0.33.2
|
|
- Enable VMX fast paths on ppc64le now that they are fixed
|
|
|
|
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.32.6-6
|
|
- revert cflag option added in -5 the broke building
|
|
|
|
* Mon May 11 2015 Adam Jackson <ajax@redhat.com> 0.32.6-5
|
|
- Fix devel's requirement on the base package to include %%{?isa}
|
|
|
|
* Mon Nov 10 2014 Adam Jackson <ajax@redhat.com> 0.32.6-4
|
|
- Disable (broken) VMX fast paths on ppc64le for now.
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.6-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Fri Jul 11 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.32.6-2
|
|
- Enable make check but don't (currently) fail the build on failure
|
|
- Include COPYING as per packaging guidelines
|
|
- Minor spec cleanups
|
|
|
|
* Sun Jul 06 2014 Soren Sandmann <soren.sandmann@gmail.com> 0.32.6-1
|
|
- pixman 0.32.6
|
|
- drop SSSE3 patch
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Thu Nov 14 2013 Soren Sandmann <ssp@redhat.com> 0.32.0-2
|
|
- Add patch to fix SSSE3 detection
|
|
|
|
* Sun Nov 10 2013 Soren Sandmann <ssp@redhat.com> 0.32.0-1
|
|
- pixman 0.32.0
|
|
|
|
* Sat Nov 2 2013 Soren Sandmann <ssp@redhat.com> 0.31.2-1
|
|
- pixman 0.31.2
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Thu Jul 04 2013 Karsten Hopp <karsten@redhat.com> 0.30.0-2
|
|
- bump release and rebuild to fix dependencies on PPC
|
|
|
|
* Wed May 8 2013 Soren Sandmann <ssp@redhat.com> 0.30.0-1
|
|
- pixman 0.30.0
|