[packages/ogle_gui] - fix building with latest automake - rel 10

baggins baggins at pld-linux.org
Fri Jan 3 16:04:14 CET 2014


commit faf34508efde0cd756b033d449d4a04d21015724
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri Jan 3 16:03:58 2014 +0100

    - fix building with latest automake
    - rel 10

 am.patch      | 13 +++++++++++++
 ogle_gui.spec |  4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)
---
diff --git a/ogle_gui.spec b/ogle_gui.spec
index de6eb9a..01cbf83 100644
--- a/ogle_gui.spec
+++ b/ogle_gui.spec
@@ -2,7 +2,7 @@ Summary:	Ogle DVD Player GUI
 Summary(pl.UTF-8):	Interfejs użytkownika odtwarzacza DVD Ogle
 Name:		ogle_gui
 Version:	0.9.2
-Release:	9
+Release:	10
 License:	GPL
 Group:		X11/Applications/Multimedia
 Source0:	http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source0:	http://www.dtek.chalmers.se/groups/dvd/dist/%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
 Patch0:		%{name}-libdir.patch
 Patch1:		%{name}-cvs-20070625.patch
+Patch2:		am.patch
 URL:		http://www.dtek.chalmers.se/~dvd/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -36,6 +37,7 @@ Linuksa obsługujący DVD menu!
 %setup -q
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 cat >> acinclude.m4 <<EOF
 AC_DEFUN([AM_PATH_GTK],[$3])
diff --git a/am.patch b/am.patch
new file mode 100644
index 0000000..e1bc3d5
--- /dev/null
+++ b/am.patch
@@ -0,0 +1,13 @@
+--- ogle_gui-0.9.2/src/Makefile.am~	2014-01-03 16:02:17.000000000 +0100
++++ ogle_gui-0.9.2/src/Makefile.am	2014-01-03 16:02:41.095116048 +0100
+@@ -16,8 +16,8 @@
+   @DEFS@
+ 
+ # To get ogle_gui installed in the ogle pkglibdir
+-pkglibdir=$(libdir)/ogle
+-pkglib_PROGRAMS = ogle_gui
++pkglibexecdir=$(libdir)/ogle
++pkglibexec_PROGRAMS = ogle_gui
+ 
+ ogle_gui_SOURCES = \
+ 	main.c myintl.h \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ogle_gui.git/commitdiff/faf34508efde0cd756b033d449d4a04d21015724



More information about the pld-cvs-commit mailing list