From fef3b04f2b363c29d5fd3cb6d529b3f2b27498e7 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Feb 07 2018 13:02:50 +0000 Subject: Update to 0.8.5 --- diff --git a/.gitignore b/.gitignore index 501b8ce..c831f31 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ uriparser-0.7.5.tar.gz /uriparser-0.8.1.tar.bz2 /uriparser-0.8.2.tar.bz2 /uriparser-0.8.4.tar.bz2 +/uriparser-0.8.5.tar.bz2 diff --git a/sources b/sources index 7dcc5b6..9d68775 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aabdc3611546f553f4af372167de6d6 uriparser-0.8.4.tar.bz2 +SHA512 (uriparser-0.8.5.tar.bz2) = e9b0228092cf12b824975000b0a6dbe2e413d3642203666d77c5b42f04bc13e0ec3f61d6a2c44d9613bea15e8cf7ec42cc4c92c5bc4318ee3349c1b380409d5c diff --git a/uriparser.spec b/uriparser.spec index 5210d83..779cbc6 100644 --- a/uriparser.spec +++ b/uriparser.spec @@ -1,18 +1,19 @@ %global _hardened_build 1 Name: uriparser -Version: 0.8.4 -Release: 6%{?dist} +Version: 0.8.5 +Release: 1%{?dist} Summary: URI parsing library - RFC 3986 License: BSD -URL: http://%{name}.sourceforge.net/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 +URL: https://uriparser.github.io/ +Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 -BuildRequires: automake autoconf libtool +BuildRequires: cpptest-devel BuildRequires: doxygen +BuildRequires: gcc BuildRequires: graphviz -BuildRequires: cpptest-devel +BuildRequires: make %description Uriparser is a strictly RFC 3986 compliant URI parsing library written @@ -38,24 +39,15 @@ The %{name}-doc package contains HTML documentation files for %{name}. %prep -%setup -q - -# Fix line endings and encoding -sed -i 's/\r//' COPYING -iconv -f iso8859-1 -t utf-8 THANKS > THANKS.conv && mv -f THANKS.conv THANKS +%autosetup -p1 # Remove qhelpgenerator dependency by commenting Doxygen.in: sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in -# fix installation errors -sed -i -e 's,html/\*.map\ ,,g' doc/Makefile.am - %build -autoreconf -ifv -%configure --disable-static - -make %{?_smp_mflags} +%configure --disable-static +%make_build %install @@ -68,7 +60,6 @@ LD_LIBRARY_PATH=".libs" make check %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig @@ -76,12 +67,12 @@ LD_LIBRARY_PATH=".libs" make check %doc THANKS AUTHORS ChangeLog %license COPYING %{_bindir}/uriparse -%{_libdir}/*.so.* +%{_libdir}/lib%{name}.so.1* %files devel -%{_includedir}/* -%{_libdir}/*.so -%{_libdir}/pkgconfig/*.pc +%{_includedir}/%{name}/ +%{_libdir}/lib%{name}.so +%{_libdir}/pkgconfig/lib%{name}.pc %files doc %license COPYING @@ -89,6 +80,9 @@ LD_LIBRARY_PATH=".libs" make check %changelog +* Wed Feb 07 2018 Sandro Mani - 0.8.5-1 +- Update to 0.8.5 + * Thu Aug 03 2017 Fedora Release Engineering - 0.8.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild