[Lsb-messages] /var/www/bzr/lsb/devel/appbat r1031: appbat pidgin: do not install schemas

Mats Wichmann mats at linuxfoundation.org
Sun Apr 16 15:26:39 UTC 2017


------------------------------------------------------------
revno: 1031
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: appbat
timestamp: Sun 2017-04-16 09:26:39 -0600
message:
  appbat pidgin: do not install schemas
  
  the schema install is for the local host anyway (calls gconftool-2),
  so makes no sense for packaging. It started returning an error,
  apparently something that did not happen before. 
modified:
  rpm/lsb-pidgin.spec
-------------- next part --------------
=== modified file 'rpm/lsb-pidgin.spec'
--- a/rpm/lsb-pidgin.spec	2013-09-26 17:06:33 +0000
+++ b/rpm/lsb-pidgin.spec	2017-04-16 15:26:39 +0000
@@ -3,7 +3,7 @@
 Summary: pidgin is a multi-protocol instant messaging (IM) client
 Name: lsb-pidgin
 Version: 2.6.3
-Release: 7.lsb5
+Release: 8.lsb5
 Vendor: Linux Foundation
 Packager: LSB project team <lsb-discuss at linuxfoundation.org>
 License: GPL
@@ -55,10 +55,10 @@
 # moved to spec file. Was picking up system python-devel, ncursesw. 
 # Plus trying to build finch, which was failing on g_snprintf (that code hasn't been patched)
 ./configure \
-    --prefix=%{app_prefix} \
+	--prefix=%{app_prefix} \
 	--disable-perl \
-    --without-python \
-    --disable-consoleui \
+	--without-python \
+	--disable-consoleui \
 	--disable-tcl \
 	--disable-tk \
 	--disable-gtkspell \
@@ -80,7 +80,8 @@
 	--disable-avahi \
 	--disable-vv \
 	--disable-idn \
-    --with-ncurses-headers=%{includedir} \
+	--disable-schemas-install \
+	--with-ncurses-headers=%{includedir} \
 	--with-pic
 
 make
@@ -121,6 +122,9 @@
 %attr ( -   root root ) /opt/lsb/appbat
 
 %changelog
+* Sun Apr 16 2017 Mats Wichmann <mats at linuxfoundation.org>
+- add --disable-schemas-install to configure, does not apply to packaging
+
 * Fri May 13 2011 Stew Benedict <stewb at linux-foundation.org>
 - use spec file to build, drop nALFS
 



More information about the lsb-messages mailing list