Browse Source

compiz:
- remove SandyBridge chipset from blacklist
- add BR: dbus-glib-devel



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5837 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 12 years ago
parent
commit
f490da0eb7
1 changed files with 7 additions and 2 deletions
  1. 7 2
      c/compiz/compiz-vl.spec

+ 7 - 2
c/compiz/compiz-vl.spec

@@ -19,7 +19,7 @@ URL:            http://www.go-compiz.org
 License:        X11/MIT/GPL
 Group:          User Interface/Desktops
 Version:        0.8.8
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -48,6 +48,7 @@ BuildRequires:	libSM-devel
 BuildRequires:	GConf2-devel
 BuildRequires:  control-center-devel
 BuildRequires:  dbus-devel
+BuildRequires:  dbus-glib-devel
 BuildRequires:  fuse-devel
 BuildRequires:  gnome-desktop-devel >= 2.30.0
 BuildRequires:  libglade2-devel
@@ -235,7 +236,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 echo INSTALLING DESKTOP EFFECTS
 pushd ../desktop-effects-%{dialogversion}
-make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install || exit 1
+make LIBTOOL=/usr/bin/libtool LIBS=-lX11 DESTDIR=$RPM_BUILD_ROOT install || exit 1
 #desktop-file-install --vendor vine --delete-original      \
 #  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
 #  $RPM_BUILD_ROOT%{_datadir}/applications/desktop-effects.desktop
@@ -417,6 +418,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.8-3
+- remove SandyBridge chipset from blacklist
+- add BR: dbus-glib-devel
+
 * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.8-2
 - add Source files from Fedora
     Source11 (compiz-gtk)