rpms/pixman/OLPC-2 .cvsignore, 1.7, 1.8 pixman.spec, 1.10, 1.11 sources, 1.7, 1.8 make-pixman-snapshot.sh, 1.1, NONE

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Thu Nov 15 16:02:33 UTC 2007


Author: ausil

Update of /cvs/extras/rpms/pixman/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13934/OLPC-2

Modified Files:
	.cvsignore pixman.spec sources 
Removed Files:
	make-pixman-snapshot.sh 
Log Message:
OLPC-2 import


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pixman/OLPC-2/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	31 Oct 2007 21:25:56 -0000	1.7
+++ .cvsignore	15 Nov 2007 16:02:00 -0000	1.8
@@ -1 +1 @@
-pixman-0.9.6.tar.bz2
+pixman-20070924.tar.bz2


Index: pixman.spec
===================================================================
RCS file: /cvs/extras/rpms/pixman/OLPC-2/pixman.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pixman.spec	31 Oct 2007 21:32:13 -0000	1.10
+++ pixman.spec	15 Nov 2007 16:02:00 -0000	1.11
@@ -1,22 +1,22 @@
-%define gitdate 20070827
+%define gitdate 20070924
 %define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
 
 Name:           pixman
-Version:        0.9.6
-Release:        3%{?dist}
+Version:        0.9.5
+Release:        2.%{gitdate}%{?dist}
 Summary:        Pixel manipulation library
 
 Group:          System Environment/Libraries
 License:        MIT
-URL:            http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.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
+#URL:            http://gitweb.freedesktop.org/?p=pixman.git;a=summary
+Source0:        pixman-%{gitdate}.tar.bz2
 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.
@@ -31,9 +31,10 @@
 Development library for pixman.
 
 %prep
-%setup -q
+%setup -q -n pixman-%{gitdate}
 
 %build
+./autogen.sh --help
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -50,24 +51,19 @@
 
 %files
 %defattr(-,root,root,-)
-%{_libdir}/libpixman-1*.so.*
+%{_libdir}/libpixman-1.so.0
+%{_libdir}/libpixman-1.so.%{version}
 
 %files devel
 %defattr(-,root,root,-)
 %dir %{_includedir}/pixman-1
 %{_includedir}/pixman-1/pixman.h
-%{_libdir}/libpixman-1*.so
+%{_libdir}/libpixman-1.so
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
-* Wed Oct 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.9.6-3
-- Third time's the charm.
-
-* Wed Oct 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.9.6-2
-- Second try.
-
-* Wed Oct 31 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.9.6-1
-- Update to 0.9.6 release.
+* Sun Sep 23 2007 Bernardo Innocenti <bernie at codewiz.org> 0.9.5-2.20070924
+- Rebuild for OLPC.
 
 * Wed Sep 05 2007 Adam Jackson <ajax at redhat.com> 0.9.5-1
 - Update to 0.9.5 release.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pixman/OLPC-2/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	31 Oct 2007 21:25:56 -0000	1.7
+++ sources	15 Nov 2007 16:02:00 -0000	1.8
@@ -1 +1 @@
-7681334f55d41a705339228145d02c11  pixman-0.9.6.tar.bz2
+cba5f85390f8e2ad3278482af816fb16  pixman-20070924.tar.bz2


--- make-pixman-snapshot.sh DELETED ---




More information about the fedora-extras-commits mailing list