rpms/cairo/devel cairo.spec,1.55,1.56

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 9 16:29:36 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/cairo/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13050

Modified Files:
	cairo.spec 
Log Message:
- add lame libXt-devel BuildReq to get things building again.
- small spec tweaks to follow conventions



Index: cairo.spec
===================================================================
RCS file: /cvs/dist/rpms/cairo/devel/cairo.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- cairo.spec	9 Aug 2006 05:20:58 -0000	1.55
+++ cairo.spec	9 Aug 2006 16:29:32 -0000	1.56
@@ -4,7 +4,7 @@
 Summary:   A vector graphics library
 Name:      cairo
 Version:   1.2.2
-Release:   1
+Release:   2%{?dist}
 URL:       http://cairographics.org
 Source0:   http://cairographics.org/releases/%{name}-%{version}.tar.gz
 License:   LGPL/MPL
@@ -19,6 +19,7 @@
 BuildRequires: pkgconfig
 BuildRequires: libXrender-devel
 BuildRequires: libX11-devel
+BuildRequires: libXt-devel
 BuildRequires: libpng-devel
 BuildRequires: libxml2-devel
 BuildRequires: freetype-devel >= %{freetype_version}
@@ -52,6 +53,7 @@
 
 %build
 %configure --enable-warnings --disable-glitz --disable-quartz \
+        --enable-xlib \
 	--disable-atsui --disable-xcb --disable-win32 \
 	--disable-gtk-doc
 make
@@ -59,7 +61,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall 
+make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 rm $RPM_BUILD_ROOT%{_libdir}/*.a
 
@@ -83,6 +85,10 @@
 %{_datadir}/gtk-doc/*
 
 %changelog
+* Wed Aug  9 2006 Ray Strode <rstrode at redhat.com> - 1.2.2-2
+- add lame libXt-devel BuildReq to get things building again.
+- small spec tweaks to follow conventions
+
 * Wed Aug  9 2006 Behdad Esfahbod <besfahbo at redhat.com> 1.2.2-1
 - Update to 1.2.2
 




More information about the fedora-cvs-commits mailing list