diff --git a/libmicrohttpd.spec b/libmicrohttpd.spec index 5d024ba..148dde6 100644 --- a/libmicrohttpd.spec +++ b/libmicrohttpd.spec @@ -31,7 +31,6 @@ Key features that distinguish libmicrohttpd from other projects are: %package devel Summary: Development files for libmicrohttpd -Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} %description devel @@ -39,7 +38,6 @@ Development files for libmicrohttpd %package doc Summary: Documentation for libmicrohttpd -Group: Documentation Requires: %{name} = %{epoch}:%{version}-%{release} BuildArch: noarch @@ -61,7 +59,7 @@ make -C doc/doxygen full %check %ifnarch s390x -make check %{?_smp_mflags} +%make_build check %endif %install @@ -88,9 +86,6 @@ if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/libmicrohttpd-tutorial.info.gz %{_infodir}/dir || : fi -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %doc README %license COPYING @@ -113,6 +108,7 @@ fi %changelog * Fri Dec 7 2018 Zbigniew Jędrzejewski-Szmek - 1:0.9.61-1 - Update to latest version +- Drop obsolete scriptlets * Fri Jul 13 2018 Fedora Release Engineering - 1:0.9.59-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild