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
|
||||
|
||||
Name: pixman
|
||||
Version: 0.9.0
|
||||
Release: 7.%{gitdate}%{?dist}
|
||||
Version: 0.9.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
URL: http://gitweb.freedesktop.org/?p=pixman.git;a=summary
|
||||
# Git snapshot. To recreate:
|
||||
# ./make-pixman-snapshot.sh %{gitrev}
|
||||
Source0: pixman-%{gitdate}.tar.bz2
|
||||
URL: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
# To make git snapshots:
|
||||
# ./make-pixman-snapshot.sh %{?gitrev}
|
||||
# if no revision specified, makes a new one from HEAD.
|
||||
Source0: pixman-%{version}.tar.bz2
|
||||
Source1: make-pixman-snapshot.sh
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: automake autoconf libtool pkgconfig
|
||||
# BuildRequires: automake autoconf libtool pkgconfig
|
||||
|
||||
%description
|
||||
Pixman is a pixel manipulation library for X and cairo.
|
||||
@ -30,10 +31,9 @@ Requires: pkgconfig
|
||||
Development library for pixman.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{gitdate}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%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
|
||||
- New snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user