Update to 0.8.5

epel9
Sandro Mani 7 years ago
parent 607925b5c9
commit fef3b04f2b

1
.gitignore vendored

@ -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

@ -1 +1 @@
9aabdc3611546f553f4af372167de6d6 uriparser-0.8.4.tar.bz2
SHA512 (uriparser-0.8.5.tar.bz2) = e9b0228092cf12b824975000b0a6dbe2e413d3642203666d77c5b42f04bc13e0ec3f61d6a2c44d9613bea15e8cf7ec42cc4c92c5bc4318ee3349c1b380409d5c

@ -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 <manisandro@gmail.com> - 0.8.5-1
- Update to 0.8.5
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild

Loading…
Cancel
Save