[packages/uriparser] - updated to 0.8.4 - added doxygen patch (fix install with docs generated by recent doxygen)
qboosh
qboosh at pld-linux.org
Wed Oct 21 18:13:44 CEST 2015
commit 811af47ed02bdd8d4af360a95a5d8cda9f9340c9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Oct 21 18:14:53 2015 +0200
- updated to 0.8.4
- added doxygen patch (fix install with docs generated by recent doxygen)
uriparser-doxygen.patch | 16 ++++++++++++++++
uriparser.spec | 8 +++++---
2 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/uriparser.spec b/uriparser.spec
index 604ae22..d77b06c 100644
--- a/uriparser.spec
+++ b/uriparser.spec
@@ -6,12 +6,13 @@
Summary: A strictly RFC 3986 compliant URI parsing library
Summary(pl.UTF-8): Biblioteka analizująca URI ściśle zgodne z RFC 3986
Name: uriparser
-Version: 0.8.1
-Release: 2
+Version: 0.8.4
+Release: 1
License: BSD
Group: Libraries
Source0: http://downloads.sourceforge.net/uriparser/%{name}-%{version}.tar.bz2
-# Source0-md5: 4e4c5f0ee6abb111a431c45e144247aa
+# Source0-md5: 9aabdc3611546f553f4af372167de6d6
+Patch0: %{name}-doxygen.patch
URL: http://uriparser.sourceforge.net/
BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1:1.10.1
@@ -59,6 +60,7 @@ Statyczna biblioteka uriparser.
%prep
%setup -q
+%patch0 -p1
%build
%{__libtoolize}
diff --git a/uriparser-doxygen.patch b/uriparser-doxygen.patch
new file mode 100644
index 0000000..14098a6
--- /dev/null
+++ b/uriparser-doxygen.patch
@@ -0,0 +1,16 @@
+--- uriparser-0.8.4/doc/Makefile.am.orig 2014-11-21 17:50:52.000000000 +0100
++++ uriparser-0.8.4/doc/Makefile.am 2015-10-20 22:40:34.331457086 +0200
+@@ -23,9 +23,11 @@
+
+ ## Install doc files
+ install-data-local:
+- $(MKDIR_P) "$(DESTDIR)$(docdir)/html/search" ## Didn't work with installdirs-local
++ $(MKDIR_P) "$(DESTDIR)$(docdir)/html" ## Didn't work with installdirs-local
+ $(INSTALL_DATA) html/*.css html/*.html html/*.js html/*.map html/*.md5 html/*.png "$(DESTDIR)$(docdir)/html/"
+- $(INSTALL_DATA) html/search/* "$(DESTDIR)$(docdir)/html/search/"
++ if test -d html/search ; then \
++ $(MKDIR_P) "$(DESTDIR)$(docdir)/html/search" \
++ $(INSTALL_DATA) html/search/* "$(DESTDIR)$(docdir)/html/search/" ; fi
+ -$(INSTALL_DATA) *.qch "$(DESTDIR)$(docdir)/"
+
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/uriparser.git/commitdiff/811af47ed02bdd8d4af360a95a5d8cda9f9340c9
More information about the pld-cvs-commit
mailing list