rpms/compiz/devel compiz.spec,1.174,1.175

drago01 drago01 at fedoraproject.org
Sat Aug 1 13:12:36 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9586

Modified Files:
	compiz.spec 
Log Message:
fix build


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -p -r1.174 -r1.175
--- compiz.spec	1 Aug 2009 01:04:45 -0000	1.174
+++ compiz.spec	1 Aug 2009 13:12:35 -0000	1.175
@@ -14,7 +14,7 @@ URL:            http://www.go-compiz.org
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.8.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -44,6 +44,7 @@ BuildRequires:  kdebase-workspace-devel 
 BuildRequires:  dbus-qt-devel
 BuildRequires:  fuse-devel
 BuildRequires:	cairo-devel
+BuildRequires:	libtool
 
 Source0:       http://releases.compiz-fusion.org/compiz/%{version}/%{name}-%{version}.tar.bz2
 Source1:	desktop-effects-%{dialogversion}.tar.bz2
@@ -159,7 +160,9 @@ export CPPFLAGS
 LDFLAGS="$LDFLAGS -L%{_libdir}/kde4/devel"
 export LDFLAGS
 
+libtoolize
 aclocal
+autoconf
 automake
 %configure 					\
 	--enable-gconf 			\
@@ -361,6 +364,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Aug 01 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.8.2-9
+- Fix build
+
 * Fri Jul 31 2009 Kristian Høgsberg <krh at redhat.com> - 0.8.2-8
 - Add patch to add option to always use glXSwapBuffers.
 




More information about the fedora-extras-commits mailing list