0.19.6
This commit is contained in:
parent
a4139f7f18
commit
2013e0de03
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@ pixman-0.17.10.tar.bz2
|
|||||||
pixman-0.17.12.tar.bz2
|
pixman-0.17.12.tar.bz2
|
||||||
pixman-0.18.0.tar.bz2
|
pixman-0.18.0.tar.bz2
|
||||||
pixman-0.19.2.tar.gz
|
pixman-0.19.2.tar.gz
|
||||||
|
/pixman-0.19.6.tar.gz
|
||||||
|
10
pixman.spec
10
pixman.spec
@ -2,7 +2,7 @@
|
|||||||
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.19.2
|
Version: 0.19.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
|
||||||
@ -15,7 +15,6 @@ URL: http://cgit.freedesktop.org/pixman/
|
|||||||
# if no revision specified, makes a new one from HEAD.
|
# if no revision specified, makes a new one from HEAD.
|
||||||
Source0: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
Source0: http://www.cairographics.org/releases/%{name}-%{version}.tar.gz
|
||||||
Source1: make-pixman-snapshot.sh
|
Source1: make-pixman-snapshot.sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
# BuildRequires: automake autoconf libtool pkgconfig
|
# BuildRequires: automake autoconf libtool pkgconfig
|
||||||
|
|
||||||
@ -39,13 +38,9 @@ Development library for pixman.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -62,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 25 2010 Matthias Clasen <mclasen@redhat.com> - 0.19.6-1
|
||||||
|
- Update to 0.19.6
|
||||||
|
|
||||||
* Mon Sep 6 2010 Soren Sandmann <ssp@redhat.com> - 0.19.2-1
|
* Mon Sep 6 2010 Soren Sandmann <ssp@redhat.com> - 0.19.2-1
|
||||||
- pixman 0.19.2
|
- pixman 0.19.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user