Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
417661ffb5
!25 [sync] PR-21: fix the date error in changelog
From: @openeuler-sync-bot 
Reviewed-by: @hubin95 
Signed-off-by: @hubin95
2022-11-16 09:55:54 +00:00
dongyuzhen
c3d5468789 fix the date error in changelog
(cherry picked from commit 6fb7241ffeaa70d19c1111d9ecd2f986b43f2573)
2022-11-16 16:44:38 +08:00
openeuler-ci-bot
8619fea715 !8 move mime.types to mailcap rpm and change mime.types to mime_mailcap.types
Merge pull request !8 from 桐小哥/openEuler-20.03-LTS
2020-09-04 11:19:44 +08:00
桐小哥
5fdd03b30d move mime.types to mailcap rpm and change mime.types to mime_mailcap.types 2020-09-02 19:07:10 +08:00
openeuler-ci-bot
48284a4d4d !7 move mime.types file to help
Merge pull request !7 from 桐小哥/openEuler-20.03-LTS
2020-08-28 14:42:43 +08:00
桐小哥
2a9670d2fd move mime.types file to help 2020-08-28 11:41:01 +08:00
openeuler-ci-bot
059de08f63 !6 remove useless yaml file
Merge pull request !6 from LeoFang/openEuler-20.03-LTS
2020-08-13 14:47:18 +08:00
Leo Fang
a6a9e85027 remove useless yaml file 2020-08-13 14:29:59 +08:00
openeuler-ci-bot
be4f5745d5 !5 Upgrade to version 2.1.49 and add yaml file in LTS
Merge pull request !5 from LeoFang/openEuler-20.03-LTS
2020-08-05 10:12:21 +08:00
Leo Fang
ff5749e8db Upgrade to version 2.1.49 and add yaml file for mailcap 2020-08-04 15:27:08 +08:00
3 changed files with 33 additions and 13 deletions

Binary file not shown.

BIN
mailcap-2.1.49.tar.xz Normal file

Binary file not shown.

View File

@ -1,16 +1,16 @@
Name: mailcap
Version: 2.1.48
Release: 6
Summary: Configuration tool for MIME-aware applications
License: Public Domain and MIT
URL: https://pagure.io/mailcap
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
Name: mailcap
Version: 2.1.49
Release: 4
Summary: Configuration tool for MIME-aware applications
License: Public Domain and MIT
URL: https://pagure.io/mailcap
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
BuildRequires: perl-interpreter
BuildArch: noarch
BuildRequires: perl-interpreter
BuildArch: noarch
Provides: nginx-mimetypes
Obsoletes: nginx-mimetypes
Provides: nginx-mimetypes
Obsoletes: nginx-mimetypes
%description
Mailcap files are used to configure how MIME-aware applications such as
@ -32,6 +32,8 @@ the xmpeg program can be automatically started to view the file.
%install
%make_install
mv %{buildroot}/etc/nginx/mime.types %{buildroot}/etc/nginx/mime_mailcap.types
%check
make check
@ -49,12 +51,30 @@ make check
%license COPYING
%config(noreplace) %{_sysconfdir}/mailcap
%config(noreplace) %{_sysconfdir}/mime.types
%config(noreplace) %{_sysconfdir}/nginx/mime.types
%config(noreplace) %{_sysconfdir}/nginx/mime_mailcap.types
%files help
%{_mandir}/man4/mailcap.*
%{_mandir}/man5/mailcap.*
%changelog
* Wed Nov 16 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2.1.49-4
- fix the date error in 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 Aug 28 2020 shixuantong <shixuantong@huawei.com> - 2.1.49-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:move mime.types to help
* Tue Aug 04 2020 Leo Fang <leofang_94@163.com> - 2.1.49-1
- Upgrade to version 2.1.49 and add yaml file for mailcap
* Mon Dec 23 2019 chengquan <chengquan3@huawei.com> - 2.1.48-6
- Type:bugfix
- ID:NA