From: Seonah Moon Date: Wed, 10 Jun 2020 05:22:21 +0000 (+0900) Subject: Merge tag 'upstream/1.41.0' into tizen_base X-Git-Tag: accepted/tizen/6.0/base/20201029.110849^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9be33112290ef50cec7a65e15fbb301db1a200db;p=platform%2Fupstream%2Fnghttp2.git Merge tag 'upstream/1.41.0' into tizen_base Change-Id: I414c85019c548e2116d2731a4e128ea9887a7077 --- 9be33112290ef50cec7a65e15fbb301db1a200db diff --cc packaging/nghttp2.spec index 7c15d44,0000000..ce01362 mode 100644,000000..100644 --- a/packaging/nghttp2.spec +++ b/packaging/nghttp2.spec @@@ -1,60 -1,0 +1,60 @@@ +%define _unpackaged_files_terminate_build 0 +Prefix: %{_usr} +Name: nghttp2 - Version: 1.40.0 ++Version: 1.41.0 +Release: 1 +Summary: This is an experimental implementation of Hypertext Transfer Protocol version 2. +Group: System Environment/Libraries +License: MIT +URL: https://nghttp2.org/ +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: pkgconfig >= 0.20, zlib >= 1.2.3, gcc, gcc-c++, make +BuildRequires: libopenssl1.1-devel +BuildRequires: libxml2-devel + +%description + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%setup -q + +%build +autoreconf -i +%{__automake} +%{__autoconf} +%configure --disable-static --disable-xmltest +%{__make} %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%manifest %{name}.manifest +%{_libdir}/*.so* +%exclude %{_libdir}/*.la +%license COPYING + +%files devel +%defattr(-,root,root,-) +%doc /usr/share/doc/%{name} +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc