]> git.pld-linux.org Git - packages/uriparser.git/commitdiff
- new URLs, updated to 0.8.5 auto/th/uriparser-0.8.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Feb 2018 12:33:36 +0000 (13:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Feb 2018 12:33:36 +0000 (13:33 +0100)
- updated doxygen patch

uriparser-doxygen.patch
uriparser.spec

index 14098a6a7109792f7354ee6bac9a609ec57e31fc..1f8031dfc5c7e8646bac40476c44f17f5113404b 100644 (file)
@@ -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)/"
  
index d77b06c17b408ee718ddd90c51a2c071db24de28..8575681f08c123eaa8d9bcd84e922c069f673319 100644 (file)
@@ -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}
This page took 0.073029 seconds and 4 git commands to generate.