]> git.pld-linux.org Git - packages/totem-pl-parser.git/commitdiff
Install fix
authorArtur Frysiak <artur@frysiak.net>
Sat, 13 Jul 2013 09:21:22 +0000 (11:21 +0200)
committerArtur Frysiak <artur@frysiak.net>
Sat, 13 Jul 2013 09:21:22 +0000 (11:21 +0200)
ac.patch [new file with mode: 0644]
totem-pl-parser.spec

diff --git a/ac.patch b/ac.patch
new file mode 100644 (file)
index 0000000..a7a3165
--- /dev/null
+++ b/ac.patch
@@ -0,0 +1,10 @@
+--- totem-pl-parser-3.4.5/configure.ac.wiget   2013-07-13 11:17:13.929044601 +0200
++++ totem-pl-parser-3.4.5/configure.ac 2013-07-13 11:17:18.935936087 +0200
+@@ -11,6 +11,7 @@ AC_INIT([totem-pl-parser],
+ AC_CONFIG_SRCDIR([plparse/totem-pl-parser.c])
+ AC_CONFIG_HEADERS([config.h])
+ AC_CONFIG_MACRO_DIR([m4])
++AC_CONFIG_AUX_DIR([.])
+ AC_USE_SYSTEM_EXTENSIONS
+ AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip check-news subdir-objects])
index 73d3924d268553e2de1157d2217057cbdeac0c64..e8bd95db35f706dab85c2cdc5bec42b306cc06ae 100644 (file)
@@ -7,6 +7,7 @@ License:        LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/totem-pl-parser/3.4/%{name}-%{version}.tar.xz
 # Source0-md5: c675bb7e0195397d3870fd3c9690b220
+Patch0:                ac.patch
 URL:           http://www.gnome.org/projects/totem/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.9
@@ -84,6 +85,7 @@ Dokumentacja API biblioteki totem-pl-parser.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gtkdocize}
This page took 0.039128 seconds and 4 git commands to generate.