packages: xfce4-verve-plugin/xfce4-verve-plugin.spec, xfce4-verve-plugin/ac...

baggins baggins at pld-linux.org
Fri May 18 13:42:42 CEST 2012


Author: baggins                      Date: Fri May 18 11:42:42 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5
- fix autocrap by removing invocation of non-existing macro

---- Files affected:
packages/xfce4-verve-plugin:
   xfce4-verve-plugin.spec (1.27 -> 1.28) , ac-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xfce4-verve-plugin/xfce4-verve-plugin.spec
diff -u packages/xfce4-verve-plugin/xfce4-verve-plugin.spec:1.27 packages/xfce4-verve-plugin/xfce4-verve-plugin.spec:1.28
--- packages/xfce4-verve-plugin/xfce4-verve-plugin.spec:1.27	Fri May 18 01:26:35 2012
+++ packages/xfce4-verve-plugin/xfce4-verve-plugin.spec	Fri May 18 13:42:37 2012
@@ -1,20 +1,15 @@
 # $Revision$, $Date$
-#
-# TODO:
-#	- fix after autoconf:
-#	grep: po/Makefile.in: No such file or directory
-#	config.status: error: po/Makefile.in.in was not created by intltoolize.
-#
 Summary:	Verve plugin for Xfce panel
 Summary(pl.UTF-8):	Wtyczka Verve dla panelu Xfce
 Name:		xfce4-verve-plugin
 Version:	1.0.0
-Release:	4
+Release:	5
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/1.0/%{name}-%{version}.tar.bz2
 # Source0-md5:	ed7039c40d6e560ed8bcf9a324d2ae86
 Patch0:		%{name}-ui.patch
+Patch1:		ac-fix.patch
 URL:		http://goodies.xfce.org/projects/panel-plugins/verve-plugin
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -51,15 +46,16 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
-#{__intltoolize}
-#{__libtoolize}
-#{__aclocal}
-#{__autoheader}
-#{__automake}
-#{__autoconf}
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoheader}
+%{__automake}
+%{__autoconf}
 %configure
 
 %{__make}
@@ -90,6 +86,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2012/05/18 11:42:37  baggins
+- rel 5
+- fix autocrap by removing invocation of non-existing macro
+
 Revision 1.27  2012/05/17 23:26:35  baggins
 - todo
 

================================================================
Index: packages/xfce4-verve-plugin/ac-fix.patch
diff -u /dev/null packages/xfce4-verve-plugin/ac-fix.patch:1.1
--- /dev/null	Fri May 18 13:42:42 2012
+++ packages/xfce4-verve-plugin/ac-fix.patch	Fri May 18 13:42:37 2012
@@ -0,0 +1,14 @@
+--- xfce4-verve-plugin-1.0.0/configure.ac~	2010-12-23 16:56:19.000000000 +0100
++++ xfce4-verve-plugin-1.0.0/configure.ac	2012-05-18 13:41:34.939322639 +0200
+@@ -79,11 +79,6 @@
+   AC_DEFINE([HAVE_DBUS_NEW_FLAGS], [1], [Define if D-BUS version >= 0.60])
+ fi
+ 
+-dnl ***********************************
+-dnl *** Check for debugging support ***
+-dnl ***********************************
+-BM_DEBUG_SUPPORT()
+-
+ AC_OUTPUT([
+ Makefile
+ panel-plugin/Makefile
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/xfce4-verve-plugin/xfce4-verve-plugin.spec?r1=1.27&r2=1.28



More information about the pld-cvs-commit mailing list