]> git.pld-linux.org Git - packages/xfce4-datetime-plugin.git/commitdiff
- rel 5 auto/th/xfce4-datetime-plugin-0_6_1-5
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 18 May 2012 11:40:52 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix autocrap by removing invocation of non-existing macro

Changed files:
    ac-fix.patch -> 1.1
    xfce4-datetime-plugin.spec -> 1.22

ac-fix.patch [new file with mode: 0644]
xfce4-datetime-plugin.spec

diff --git a/ac-fix.patch b/ac-fix.patch
new file mode 100644 (file)
index 0000000..9fefac4
--- /dev/null
@@ -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
index 3201d4fef2ca396ba378c8ef73b4b5e7b07840c1..294042270c16f677ce4e422ce1aa3a2fc557cd67 100644 (file)
@@ -1,19 +1,14 @@
-#
-# 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
@@ -35,15 +30,16 @@ kalendarz.
 
 %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}
This page took 0.127826 seconds and 4 git commands to generate.