pixman 0.9.5
This commit is contained in:
parent
ffa9dfbdda
commit
6af1b7dc59
@ -1 +1 @@
|
|||||||
pixman-20070827.tar.bz2
|
pixman-0.9.5.tar.bz2
|
||||||
|
21
pixman.spec
21
pixman.spec
@ -2,20 +2,21 @@
|
|||||||
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.9.0
|
Version: 0.9.5
|
||||||
Release: 7.%{gitdate}%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://gitweb.freedesktop.org/?p=pixman.git;a=summary
|
URL: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
# Git snapshot. To recreate:
|
# To make git snapshots:
|
||||||
# ./make-pixman-snapshot.sh %{gitrev}
|
# ./make-pixman-snapshot.sh %{?gitrev}
|
||||||
Source0: pixman-%{gitdate}.tar.bz2
|
# if no revision specified, makes a new one from HEAD.
|
||||||
|
Source0: pixman-%{version}.tar.bz2
|
||||||
Source1: make-pixman-snapshot.sh
|
Source1: make-pixman-snapshot.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: automake autoconf libtool pkgconfig
|
# BuildRequires: automake autoconf libtool pkgconfig
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pixman is a pixel manipulation library for X and cairo.
|
Pixman is a pixel manipulation library for X and cairo.
|
||||||
@ -30,10 +31,9 @@ Requires: pkgconfig
|
|||||||
Development library for pixman.
|
Development library for pixman.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gitdate}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2007 Adam Jackson <ajax@redhat.com> 0.9.5-1
|
||||||
|
- Update to 0.9.5 release.
|
||||||
|
|
||||||
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
|
* Mon Aug 27 2007 Adam Jackson <ajax@redhat.com> 0.9.0-7.20070827
|
||||||
- New snapshot
|
- New snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user