[libxfce4ui/f15/master] Disable glade as it still uses old API

Rakesh Pandit rakesh at fedoraproject.org
Thu Feb 24 06:54:40 UTC 2011


commit a0e57955cc88ffeaf35d4e2f9c5efc3bc36badcf
Author: Rakesh Pandit <rakesh at fedoraproject.org>
Date:   Thu Feb 24 12:23:17 2011 +0530

    Disable glade as it still uses old API

 libxfce4ui.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/libxfce4ui.spec b/libxfce4ui.spec
index 51e75ed..b3afa54 100644
--- a/libxfce4ui.spec
+++ b/libxfce4ui.spec
@@ -2,7 +2,7 @@
 
 Name:           libxfce4ui
 Version:        4.8.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Commonly used Xfce widgets
 
 Group:          System Environment/Libraries
@@ -49,10 +49,10 @@ developing applications that use %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .shortcut
-
+sed -i 's|gladeui-1.0|gladeui-2.0|g' configure
 
 %build
-%configure --enable-gtk-doc --disable-static
+%configure --enable-gtk-doc --disable-static --disable-gladeui
 # Remove rpaths
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -91,14 +91,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc TODO
 %{_includedir}/*
 %{_libdir}/*.so
-%{_libdir}/glade3/modules/lib*.so
 %{_libdir}/pkgconfig/*.pc
 %doc %{_datadir}/gtk-doc/
-%{_datadir}/glade3/catalogs/%{name}.xml*
-%{_datadir}/glade3/pixmaps/hicolor/*/actions/*
-
 
 %changelog
+* Tue Feb 22 2011 Rakesh Pandit <rakesh at fedoraproject.org> - 4.8.0-4
+- Disable glade as it still uses old API
+
 * Tue Feb 22 2011 Rakesh Pandit <rakesh at fedoraproject.org> - 4.8.0-3
 - Rebuild for new glade
 


More information about the scm-commits mailing list