Package init

This commit is contained in:
dogsheng 2019-12-25 15:57:57 +08:00
parent b2a8ad94b4
commit a874eed0fe

View File

@ -1,6 +1,6 @@
Name: mailcap
Version: 2.1.48
Release: 5
Release: 6
Summary: Configuration tool for MIME-aware applications
License: Public Domain and MIT
URL: https://pagure.io/mailcap
@ -9,6 +9,9 @@ Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
BuildRequires: perl-interpreter
BuildArch: noarch
Provides: nginx-mimetypes
Obsoletes: nginx-mimetypes
%description
Mailcap files are used to configure how MIME-aware applications such as
mail readers and Web browsers react to files with different MIME types.
@ -52,5 +55,11 @@ make check
%{_mandir}/man4/mailcap.*
%changelog
* Mon Dec 23 2019 chengquan <chengquan3@huawei.com> - 2.1.48-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:transfer nginx function into main package
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.1.48-5
- Package init