Drop obsolete scriptlets and Group tags

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-12-07 13:51:31 +01:00
parent 6e7be50505
commit 611e2b5a60

View File

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