[packages/gnome-panel] Fix for automake 1.13
wiget
wiget at pld-linux.org
Wed Mar 27 16:01:37 CET 2013
commit da3ec050e2ee57c3e2a651f428d6e387953c373f
Author: Artur Frysiak <artur at frysiak.net>
Date: Wed Mar 27 16:01:22 2013 +0100
Fix for automake 1.13
am.patch | 10 ++++++++++
gnome-panel.spec | 4 +++-
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/gnome-panel.spec b/gnome-panel.spec
index eb803ec..34874be 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -2,11 +2,12 @@ Summary: The core programs for the GNOME GUI desktop environment
Summary(pl.UTF-8): Podstawowe programy środowiska graficznego GNOME
Name: gnome-panel
Version: 3.6.2
-Release: 2
+Release: 3
License: LGPL v2+ (library), GPL v2+ (the rest)
Group: X11/Applications
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-panel/3.6/%{name}-%{version}.tar.xz
# Source0-md5: f394ad73babbce95fd0bb65ec6fd3519
+Patch0: am.patch
URL: http://www.gnome.org/
BuildRequires: GConf2-devel >= 2.26.0
BuildRequires: NetworkManager-devel >= 0.6
@@ -136,6 +137,7 @@ Dokumentacja API panel-applet.
%prep
%setup -q
+%patch0 -p1
# short circuit stopper (fix me!)
mv ChangeLog main-ChangeLog
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..acff419
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,10 @@
+--- gnome-panel-3.6.2/configure.ac.wiget 2013-03-27 15:54:23.417647031 +0100
++++ gnome-panel-3.6.2/configure.ac 2013-03-27 15:54:37.587048448 +0100
+@@ -1,6 +1,6 @@
+ AC_INIT([gnome-panel], [3.6.2],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-panel])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+ AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar -Wno-portability])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-panel.git/commitdiff/da3ec050e2ee57c3e2a651f428d6e387953c373f
More information about the pld-cvs-commit
mailing list