[packages/uriparser] - new URLs, updated to 0.8.5 - updated doxygen patch

qboosh qboosh at pld-linux.org
Sat Feb 10 13:31:23 CET 2018


commit 64a3b2d5bf4a70fc8a2424359f37e2d8075a2a5a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Feb 10 13:33:36 2018 +0100

    - new URLs, updated to 0.8.5
    - updated doxygen patch

 uriparser-doxygen.patch | 8 ++++----
 uriparser.spec          | 9 +++++----
 2 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/uriparser.spec b/uriparser.spec
index d77b06c..8575681 100644
--- a/uriparser.spec
+++ b/uriparser.spec
@@ -6,14 +6,15 @@
 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.4
+Version:	0.8.5
 Release:	1
 License:	BSD
 Group:		Libraries
-Source0:	http://downloads.sourceforge.net/uriparser/%{name}-%{version}.tar.bz2
-# Source0-md5:	9aabdc3611546f553f4af372167de6d6
+#Source0Download: https://github.com/uriparser/uriparser/releases
+Source0:	https://github.com/uriparser/uriparser/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5:	80c110ec22b70570ec124563a7a63075
 Patch0:		%{name}-doxygen.patch
-URL:		http://uriparser.sourceforge.net/
+URL:		https://uriparser.github.io/
 BuildRequires:	autoconf >= 2.61
 BuildRequires:	automake >= 1:1.10.1
 %{?with_tests:BuildRequires:	cpptest-devel >= 1.1.0}
diff --git a/uriparser-doxygen.patch b/uriparser-doxygen.patch
index 14098a6..1f8031d 100644
--- a/uriparser-doxygen.patch
+++ b/uriparser-doxygen.patch
@@ -1,15 +1,15 @@
---- 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
+--- uriparser-0.8.5/doc/Makefile.am.orig	2018-02-10 08:58:51.675192042 +0100
++++ uriparser-0.8.5/doc/Makefile.am	2018-02-10 09:00:28.205190940 +0100
 @@ -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/*.css html/*.html html/*.js 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" \
++	$(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/64a3b2d5bf4a70fc8a2424359f37e2d8075a2a5a



More information about the pld-cvs-commit mailing list