Compare commits
No commits in common. "c10s" and "c8s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/*.tar.*
|
SOURCES/mailcap-2.1.48.tar.xz
|
||||||
|
/mailcap-2.1.48.tar.xz
|
||||||
|
81
mailcap.spec
81
mailcap.spec
@ -1,15 +1,12 @@
|
|||||||
Name: mailcap
|
Name: mailcap
|
||||||
Version: 2.1.54
|
Version: 2.1.48
|
||||||
Release: 8%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Helper application and MIME type associations for file types
|
Summary: Helper application and MIME type associations for file types
|
||||||
|
|
||||||
License: LicenseRef-Fedora-Public-Domain AND MIT AND metamail
|
License: Public Domain and MIT
|
||||||
URL: https://pagure.io/mailcap
|
URL: https://pagure.io/mailcap
|
||||||
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
|
Source0: https://pagure.io/releases/mailcap/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
# the test script is written in python
|
|
||||||
BuildRequires: python3
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,7 +23,7 @@ by several applications e.g. to determine MIME types for filenames.
|
|||||||
|
|
||||||
%package -n nginx-mimetypes
|
%package -n nginx-mimetypes
|
||||||
Summary: MIME type mappings for nginx
|
Summary: MIME type mappings for nginx
|
||||||
License: LicenseRef-Fedora-Public-Domain
|
License: Public Domain
|
||||||
Requires: nginx-filesystem
|
Requires: nginx-filesystem
|
||||||
|
|
||||||
%description -n nginx-mimetypes
|
%description -n nginx-mimetypes
|
||||||
@ -55,7 +52,7 @@ make check
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
%config(noreplace) %{_sysconfdir}/mailcap
|
%config(noreplace) %{_sysconfdir}/mailcap
|
||||||
%config(noreplace) %{_sysconfdir}/mime.types
|
%config(noreplace) %{_sysconfdir}/mime.types
|
||||||
%{_mandir}/man5/mailcap.*
|
%{_mandir}/man4/mailcap.*
|
||||||
|
|
||||||
%files -n nginx-mimetypes
|
%files -n nginx-mimetypes
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -64,74 +61,6 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.54-8
|
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.54-7
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Wed May 29 2024 Tomas Korbar <tkorbar@redhat.com> - 2.1.54-6
|
|
||||||
- Fix License tags to conform with SPDX
|
|
||||||
- Resolves: RHEL-35720
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.54-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.54-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Oct 31 2023 Tomas Korbar <tkorbar@redhat.com> - 2.1.54-3
|
|
||||||
- Add additional SPDX licenses found by scancode tool
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.54-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 23 2023 Tomas Korbar <tkorbar@redhat.com> - 2.1.54-1
|
|
||||||
- Rebase to 2.1.54
|
|
||||||
|
|
||||||
* Fri Mar 10 2023 Tomas Korbar <tkorbar@redhat.com> - 2.1.53-6
|
|
||||||
- Change the License tag to the SPDX format
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.53-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Apr 27 2021 Tomas Korbar <tkorbar@redhat.com> - 2.1.53-1
|
|
||||||
- Rebase to 2.1.53
|
|
||||||
|
|
||||||
* Wed Feb 24 2021 Tomas Korbar <tkorbar@redhat.com> - 2.1.52-1
|
|
||||||
- Rebase to 2.1.52
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.49-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.49-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Apr 22 2020 Tomas Korbar <tkorbar@redhat.com> - 2.1.49-1
|
|
||||||
- Rebase to 2.1.49
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-3
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.48-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mailcap-2.1.54.tar.xz) = a80caba013b644111f163d8ef74fe801d7266cf4edd38ca723f98fb12a103a24e84a8fca0c569beb05ca0f407437ed1282306b30303c38327b744194c6fe80b2
|
SHA512 (mailcap-2.1.48.tar.xz) = a79604b732ebb415673d0e04cfc2a1a98f129cb63e14fa615299bdc367ce106bafef52e9f98167f07acfe7883de76fdab657460b84aafc583b67b538c4671c64
|
||||||
|
Loading…
Reference in New Issue
Block a user