Resolves: #1426929 - package systemd unit file

This commit is contained in:
Tomasz Torcz 2017-02-26 13:16:23 +01:00 committed by Kamil Dudka
parent 03459c63fe
commit 6d58228578
1 changed files with 8 additions and 0 deletions

View File

@ -14,9 +14,11 @@ BuildRequires: CUnit-devel
BuildRequires: c-ares-devel
BuildRequires: libev-devel
BuildRequires: openssl-devel
BuildRequires: systemd-devel
BuildRequires: zlib-devel
Requires: libnghttp2%{?_isa} = %{version}-%{release}
%{?systemd_requires}
%description
This package contains the HTTP/2 client, server and proxy programs.
@ -64,6 +66,8 @@ make %{?_smp_mflags} V=1
%install
%make_install
install -D -m0444 -p contrib/nghttpx.service \
"$RPM_BUILD_ROOT%{_unitdir}/nghttpx.service"
# not needed on Fedora/RHEL
rm -f "$RPM_BUILD_ROOT%{_libdir}/libnghttp2.la"
@ -72,8 +76,10 @@ rm -f "$RPM_BUILD_ROOT%{_libdir}/libnghttp2.la"
rm -f "$RPM_BUILD_ROOT%{_datadir}/doc/nghttp2/README.rst"
%post -n libnghttp2 -p /sbin/ldconfig
%systemd_post nghttpx.service
%postun -n libnghttp2 -p /sbin/ldconfig
%systemd_postun nghttpx.service
%check
@ -92,6 +98,7 @@ make %{?_smp_mflags} check
%{_mandir}/man1/nghttp.1*
%{_mandir}/man1/nghttpd.1*
%{_mandir}/man1/nghttpx.1*
%{_unitdir}/nghttpx.service
%files -n libnghttp2
%{_libdir}/libnghttp2.so.*
@ -107,6 +114,7 @@ make %{?_smp_mflags} check
%changelog
* Sun Feb 26 2017 Tomasz Torcz <ttorcz@fedoraproject.org> - 1.20.0-1
- package systemd unit file (#1426929)
- update to latest upstream release
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.0-2