From 48cdc2b383620ebcf663de02aaa8ff0a1faceefa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 20 Oct 2016 09:22:13 +0200 Subject: [PATCH] - fix for new gtkdoc not producing any sgml files - rel 7 --- gtkdoc.patch | 11 +++++++++++ seed.spec | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 gtkdoc.patch diff --git a/gtkdoc.patch b/gtkdoc.patch new file mode 100644 index 0000000..3422e8f --- /dev/null +++ b/gtkdoc.patch @@ -0,0 +1,11 @@ +--- seed-3.8.1/doc/modules/Makefile.am~ 2013-04-16 09:58:20.000000000 +0200 ++++ seed-3.8.1/doc/modules/Makefile.am 2016-10-20 09:20:47.464596674 +0200 +@@ -5,7 +5,7 @@ + html/index.html: version.xml book.xml sqlite/sqlite.xml sqlite/sqlite-funcs.xml readline/readline.xml readline/readline-funcs.xml make-functions.js gtkbuilder/gtkbuilder-funcs.xml gtkbuilder/gtkbuilder.xml sandbox/sandbox.xml sandbox/sandbox-funcs.xml + mkdir -p html; + gtkdoc-mkhtml "Seed" book.xml; +- mv *.html *.css *.png *.sgml *.devhelp* html ++ mv *.html *.css *.png *.devhelp* html + + bookdir = $(docdir)/modules/html + book_DATA = html/index.html diff --git a/seed.spec b/seed.spec index c36386d..7b80931 100644 --- a/seed.spec +++ b/seed.spec @@ -6,12 +6,13 @@ Summary: JavaScript interpreter Summary(pl.UTF-8): Interpreter JavaScriptu Name: seed Version: 3.8.1 -Release: 6 +Release: 7 License: LGPL v2+ Group: Development/Languages Source0: http://ftp.gnome.org/pub/GNOME/sources/seed/3.8/%{name}-%{version}.tar.xz # Source0-md5: f5afeb04343e0cb56d2396f0d0458988 Patch0: format-security.patch +Patch1: gtkdoc.patch URL: http://live.gnome.org/Seed BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.7 @@ -95,6 +96,7 @@ Dokumentacja API biblioteki seed. %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__intltoolize} -- 2.44.0