packages: xfce4-datetime-plugin/xfce4-datetime-plugin.spec, xfce4-datetime-...

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


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

---- Files affected:
packages/xfce4-datetime-plugin:
   xfce4-datetime-plugin.spec (1.21 -> 1.22) , ac-fix.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xfce4-datetime-plugin/xfce4-datetime-plugin.spec
diff -u packages/xfce4-datetime-plugin/xfce4-datetime-plugin.spec:1.21 packages/xfce4-datetime-plugin/xfce4-datetime-plugin.spec:1.22
--- packages/xfce4-datetime-plugin/xfce4-datetime-plugin.spec:1.21	Fri May 18 01:27:50 2012
+++ packages/xfce4-datetime-plugin/xfce4-datetime-plugin.spec	Fri May 18 13:40:52 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:	A date and time plugin for the Xfce panel
 Summary(pl.UTF-8):	Wtyczka panelu Xfce pokazująca datę i czas
 Name:		xfce4-datetime-plugin
 Version:	0.6.1
-Release:	4
+Release:	5
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://goodies.xfce.org/releases/xfce4-datetime-plugin/%{name}-%{version}.tar.bz2
 # Source0-md5:	e82f51ff0e75a63e5cbd139e43e094f9
 Patch0:		%{name}-ui.patch
+Patch1:		ac-fix.patch
 URL:		http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -36,15 +31,16 @@
 
 %prep
 %setup -q
-#%patch0 -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
-#{__intltoolize}
-#{__libtoolize}
-#{__aclocal}
-#{__autoconf}
-#{__autoheader}
-#{__automake}
+%{__intltoolize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
 	--disable-static
 %{__make}
@@ -76,6 +72,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2012/05/18 11:40:52  baggins
+- rel 5
+- fix autocrap by removing invocation of non-existing macro
+
 Revision 1.21  2012/05/17 23:27:50  baggins
 - disable patch porting to libxfce4ui due to:
   grep: po/Makefile.in: No such file or directory

================================================================
Index: packages/xfce4-datetime-plugin/ac-fix.patch
diff -u /dev/null packages/xfce4-datetime-plugin/ac-fix.patch:1.1
--- /dev/null	Fri May 18 13:40:58 2012
+++ packages/xfce4-datetime-plugin/ac-fix.patch	Fri May 18 13:40:52 2012
@@ -0,0 +1,12 @@
+--- xfce4-datetime-plugin-0.6.1/configure.in~	2012-05-18 13:39:15.675987388 +0200
++++ xfce4-datetime-plugin-0.6.1/configure.in	2012-05-18 13:39:29.772654250 +0200
+@@ -37,9 +37,6 @@
+ 
+ #CFLAGS="$CFLAGS -Wall -Werror"
+ 
+-dnl Check for debugging support
+-BM_DEBUG_SUPPORT()
+-
+ AC_OUTPUT([
+ Makefile
+ po/Makefile.in
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/xfce4-datetime-plugin/xfce4-datetime-plugin.spec?r1=1.21&r2=1.22



More information about the pld-cvs-commit mailing list