]> git.pld-linux.org Git - packages/uriparser.git/commitdiff
- updated to 0.8.4 auto/th/uriparser-0.8.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Oct 2015 16:14:53 +0000 (18:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Oct 2015 16:14:53 +0000 (18:14 +0200)
- added doxygen patch (fix install with docs generated by recent doxygen)

uriparser-doxygen.patch [new file with mode: 0644]
uriparser.spec

diff --git a/uriparser-doxygen.patch b/uriparser-doxygen.patch
new file mode 100644 (file)
index 0000000..14098a6
--- /dev/null
@@ -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)/"
index 604ae2295ddf246ad2e76839ab0585439b06f49d..d77b06c17b408ee718ddd90c51a2c071db24de28 100644 (file)
@@ -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}
This page took 0.077513 seconds and 4 git commands to generate.