]> git.pld-linux.org Git - packages/rygel.git/commitdiff
- up to 0.36.0 auto/th/rygel-0.36.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Nov 2017 12:21:09 +0000 (13:21 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Nov 2017 12:21:09 +0000 (13:21 +0100)
rygel.spec
xmls-ns.patch [new file with mode: 0644]

index fd0e58b551c08ea6a4e1bfd78530d7294a2956dd..6cf2135f3b66504247abca916ed1e75fa528cfe4 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       Rygel - collection of DLNA (UPnP AV) services
 Summary(pl.UTF-8):     Rygel - zbiór usług DLNA (UPnP AV)
 Name:          rygel
-Version:       0.34.0
+Version:       0.36.0
 Release:       1
 License:       LGPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/rygel/0.34/%{name}-%{version}.tar.xz
-# Source0-md5: 7d8923324b280cd5452803d61176a34a
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/rygel/0.36/%{name}-%{version}.tar.xz
+# Source0-md5: 5fb557fcd6635ecb065e3977b99aff89
 Source1:       git-version-gen
 Patch0:                gtk-doc.patch
+Patch1:                xmls-ns.patch
 URL:           https://wiki.gnome.org/Projects/Rygel
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11.1
@@ -139,6 +140,7 @@ API języka Vala do bibliotek Rygel.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 #install -m755 %{SOURCE1} build-aux/git-version-gen
 
 %build
diff --git a/xmls-ns.patch b/xmls-ns.patch
new file mode 100644 (file)
index 0000000..b064c65
--- /dev/null
@@ -0,0 +1,11 @@
+--- rygel-0.36.0/configure.ac~ 2017-11-26 12:15:29.000000000 +0100
++++ rygel-0.36.0/configure.ac  2017-11-26 13:14:02.666952537 +0100
+@@ -464,7 +464,7 @@
+ AS_IF([test "x$XSLTPROC" != "x"],
+       [
+        AC_MSG_CHECKING([whether $XSLTPROC can create manpages])
+-       $XSLTPROC -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl >/dev/null 2>&1
++       $XSLTPROC -nonet http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl >/dev/null 2>&1
+        AS_IF([test "$?" = 0], [AC_MSG_RESULT([yes])], [XSLTPROC=""; AC_MSG_RESULT([no])])
+       ])
+ AM_CONDITIONAL([HAVE_XSLTPROC], [test x"$XSLTPROC" != x])
This page took 0.103746 seconds and 4 git commands to generate.