Drop obsolete scriptlets and Group tags
This commit is contained in:
parent
6e7be50505
commit
611e2b5a60
@ -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 <zbyszek@in.waw.pl> - 1:0.9.61-1
|
||||
- Update to latest version
|
||||
- Drop obsolete scriptlets
|
||||
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user