pixman/pixman.spec

123 lines
3.5 KiB
RPMSpec
Raw Normal View History

2007-08-27 17:20:46 +00:00
%define gitdate 20070827
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
2007-07-24 15:36:30 +00:00
Name: pixman
2016-02-01 00:17:05 +00:00
Version: 0.34.0
Release: 1%{?dist}
2007-07-24 15:36:30 +00:00
Summary: Pixel manipulation library
Group: System Environment/Libraries
License: MIT
URL: http://cgit.freedesktop.org/pixman/
#VCS: git:git://git.freedesktop.org/git/pixman
2007-09-05 16:32:16 +00:00
# To make git snapshots:
2015-12-22 14:14:35 +00:00
# ./make-pixman-snapshot.sh %{\?gitrev}
2007-09-05 16:32:16 +00:00
# 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
2007-07-24 15:36:30 +00:00
BuildRequires: automake autoconf libtool
2007-07-24 15:36:30 +00:00
%description
Pixman is a pixel manipulation library for X and Cairo.
2007-07-24 15:36:30 +00:00
%package devel
Summary: Pixel manipulation library development package
Group: Development/Libraries
Requires: %{name}%{?isa} = %{version}-%{release}
2007-07-24 15:36:30 +00:00
Requires: pkgconfig
%description devel
Development library for pixman.
%prep
2007-09-05 16:32:16 +00:00
%setup -q
2007-07-24 15:36:30 +00:00
%build
%configure \
%ifarch %{arm}
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
%endif
--disable-ssse3 \
--disable-static
make %{?_smp_mflags} V=1
2007-07-24 15:36:30 +00:00
%install
make install DESTDIR=$RPM_BUILD_ROOT
find %{buildroot} -type f -name "*.la" -delete
%check
make check %{?_smp_mflags} V=1 ||:
2007-07-24 15:36:30 +00:00
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc COPYING
2007-10-31 21:32:13 +00:00
%{_libdir}/libpixman-1*.so.*
2007-07-24 15:36:30 +00:00
%files devel
2007-08-24 12:01:40 +00:00
%dir %{_includedir}/pixman-1
%{_includedir}/pixman-1/pixman.h
2008-04-03 20:46:14 +00:00
%{_includedir}/pixman-1/pixman-version.h
2007-10-31 21:32:13 +00:00
%{_libdir}/libpixman-1*.so
2007-08-24 12:01:40 +00:00
%{_libdir}/pkgconfig/pixman-1.pc
2007-07-24 15:36:30 +00:00
%changelog
2016-02-01 14:38:46 +00:00
* Mon Feb 01 2016 <oded.gabbay@gmail.com> - 0.34.0-1
2016-02-01 00:17:05 +00:00
- Update to 0.34.0 (#1249357)
2015-12-22 14:14:35 +00:00
* Tue Dec 22 2015 Oded Gabbay <oded.gabbay@gmail.com> 0.33.6-1
- pixman 0.33.6
2015-10-23 15:43:43 +00:00
* 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
2015-08-11 16:15:05 +00:00
- 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
2014-07-06 19:47:58 +00:00
* 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
2013-11-14 13:33:16 +00:00
* Thu Nov 14 2013 Soren Sandmann <ssp@redhat.com> 0.32.0-2
- Add patch to fix SSSE3 detection
2013-11-11 00:18:32 +00:00
* Sun Nov 10 2013 Soren Sandmann <ssp@redhat.com> 0.32.0-1
- pixman 0.32.0
2013-11-02 21:17:15 +00:00
* 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
2013-05-09 00:28:26 +00:00
* Wed May 8 2013 Soren Sandmann <ssp@redhat.com> 0.30.0-1
- pixman 0.30.0