Update to 0.9.2

epel9
Sandro Mani 6 years ago
parent 984f632244
commit e63fc7ac23

1
.gitignore vendored

@ -10,3 +10,4 @@ uriparser-0.7.5.tar.gz
/uriparser-0.8.6.tar.bz2
/uriparser-0.9.0.tar.bz2
/uriparser-0.9.1.tar.bz2
/uriparser-0.9.2.tar.bz2

@ -1 +1 @@
SHA512 (uriparser-0.9.1.tar.bz2) = c6a4f3b737d4c53ba14148a5be363d93947c8c32755b369726ccdd6e01e8a2293d2c94d448700fc97bb56092696b67965646ae07c9ef31be253e2279d0bc3821
SHA512 (uriparser-0.9.2.tar.bz2) = 70050b4456eecadff8926a3a06123d1165600ee58440b551d89169e4a0bc944aef02db2b18885f086b0a8c8b78248c6b9c6705cf00634b877c1dba46176ced3c

@ -1,14 +1,15 @@
%global _hardened_build 1
Name: uriparser
Version: 0.9.1
Release: 2%{?dist}
Version: 0.9.2
Release: 1%{?dist}
Summary: URI parsing library - RFC 3986
License: BSD
URL: https://uriparser.github.io/
Source0: https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: graphviz
@ -46,13 +47,12 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
%build
%configure --disable-static
%cmake
%make_build
%install
%make_install
find %{buildroot} -name '*.la' -delete
%check
@ -67,6 +67,7 @@ LD_LIBRARY_PATH=".libs" make check
%license COPYING
%{_bindir}/uriparse
%{_libdir}/lib%{name}.so.1*
%{_libdir}/cmake/%{name}-%{version}/
%files devel
%{_includedir}/%{name}/
@ -79,6 +80,9 @@ LD_LIBRARY_PATH=".libs" make check
%changelog
* Tue Apr 23 2019 Sandro Mani <manisandro@gmail.com> - 0.9.2-1
- Update to 0.9.2
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

Loading…
Cancel
Save