!8 move mime.types to mailcap rpm and change mime.types to mime_mailcap.types

Merge pull request !8 from 桐小哥/openEuler-20.03-LTS
This commit is contained in:
openeuler-ci-bot 2020-09-04 11:19:44 +08:00 committed by Gitee
commit 8619fea715

View File

@ -1,6 +1,6 @@
Name: mailcap Name: mailcap
Version: 2.1.49 Version: 2.1.49
Release: 2 Release: 3
Summary: Configuration tool for MIME-aware applications Summary: Configuration tool for MIME-aware applications
License: Public Domain and MIT License: Public Domain and MIT
URL: https://pagure.io/mailcap URL: https://pagure.io/mailcap
@ -32,6 +32,8 @@ the xmpeg program can be automatically started to view the file.
%install %install
%make_install %make_install
mv %{buildroot}/etc/nginx/mime.types %{buildroot}/etc/nginx/mime_mailcap.types
%check %check
make check make check
@ -49,12 +51,18 @@ make check
%license COPYING %license COPYING
%config(noreplace) %{_sysconfdir}/mailcap %config(noreplace) %{_sysconfdir}/mailcap
%config(noreplace) %{_sysconfdir}/mime.types %config(noreplace) %{_sysconfdir}/mime.types
%config(noreplace) %{_sysconfdir}/nginx/mime_mailcap.types
%files help %files help
%{_mandir}/man5/mailcap.* %{_mandir}/man5/mailcap.*
%config(noreplace) %{_sysconfdir}/nginx/mime.types
%changelog %changelog
* Wed Sep 2 2020 shixuantong <shixuantong@huawei.com> - 2.1.49-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:move mime.types to mailcap rpm and change mime.types to mime_mailcap.types
* Fri Avg 28 2020 shixuantong <shixuantong@huawei.com> - 2.1.49-2 * Fri Avg 28 2020 shixuantong <shixuantong@huawei.com> - 2.1.49-2
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA