From c2628bd51746b95eadc9cf25d781bd4d052bf9b5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 13 2018 08:03:02 +0000 Subject: import httpd24-nghttp2-1.7.1-7.el7 --- diff --git a/SPECS/nghttp2.spec b/SPECS/nghttp2.spec index b1bf643..69b0158 100644 --- a/SPECS/nghttp2.spec +++ b/SPECS/nghttp2.spec @@ -4,7 +4,7 @@ Summary: Meta-package that only requires libnghttp2 Name: %{?scl_prefix}nghttp2 Version: 1.7.1 -Release: 6%{?dist} +Release: 7%{?dist} License: MIT Group: Applications/Internet URL: https://nghttp2.org/ @@ -81,6 +81,8 @@ rm -f "$RPM_BUILD_ROOT%{_datadir}/doc/nghttp2/README.rst" # do not install man pages and helper scripts for tools that are not available rm -fr "$RPM_BUILD_ROOT%{_datadir}/nghttp2" rm -fr "$RPM_BUILD_ROOT%{_mandir}/man1" + +mv %{buildroot}%{_libdir}/pkgconfig/libnghttp2.pc %{buildroot}%{_libdir}/pkgconfig/%{scl_prefix}libnghttp2.pc %{?scl:EOF} %post -n %{?scl_prefix}libnghttp2 -p /sbin/ldconfig @@ -105,12 +107,15 @@ make %{?_smp_mflags} check %files -n %{?scl_prefix}libnghttp2-devel %{_includedir}/nghttp2 -%{_libdir}/pkgconfig/libnghttp2.pc +%{_libdir}/pkgconfig/%{scl_prefix}libnghttp2.pc %{_libdir}/libnghttp2*.so %doc README.rst %changelog +* Thu Sep 13 2018 Luboš Uhliarik - 1.7.1-7 +- Resolves: #1540167 - provides without httpd24 pre/in-fix + * Wed May 24 2017 Luboš Uhliarik - 1.7.1-6 - rebuild