Skip to content

Switch to HTTPS source for aspell-en #3291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions SPECS-EXTENDED/aspell-en/aspell-en.spec
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
Summary: English dictionaries for Aspell
Name: aspell-%{lang}
Version: 2019.10.06
Release: 5%{?dist}
License: MIT AND BSD
Vendor: Microsoft Corporation
Distribution: Mariner
URL: http://aspell.net/
Source: https://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
%define lang en
%define langrelease 0
%define aspellversion 6
Comment on lines 10 to 12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be moved to the top of the file

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To clarify, that's a linter bug

Summary: English dictionaries for Aspell
Name: aspell-%{lang}
Version: 2019.10.06
Release: 4%{?dist}
License: MIT and BSD
URL: http://aspell.net/
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
Buildrequires: aspell >= 0.60
Requires: aspell >= 0.60
Obsoletes: aspell-en-gb <= 0.33.7.1
Obsoletes: aspell-en-ca <= 0.33.7.1

%define debug_package %{nil}
BuildRequires: aspell >= 0.60
Requires: aspell >= 0.60
Obsoletes: aspell-en-gb <= 0.33.7.1
Obsoletes: aspell-en-ca <= 0.33.7.1

%description
Provides the word list/dictionaries for the following: English, Canadian
Expand All @@ -29,14 +28,16 @@ English, British English
make

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
make install DESTDIR=%{buildroot}

%files
%doc Copyright
%{_libdir}/aspell-0.60/*

%changelog
* Mon Jun 13 2022 Jamie Magee <jamagee@microsoft.com> - 2019.10.06-5
- Switch from FTP to HTTPS source

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
License verified

I checked over the license packaging and the License tag, and they look good.

* Mon Nov 01 2021 Muhammad Falak <mwani@microsft.com> - 2019.10.06-4
- Remove epoch

Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@
"other": {
"name": "aspell-en",
"version": "2019.10.06",
"downloadUrl": "ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2019.10.06-0.tar.bz2"
"downloadUrl": "https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2019.10.06-0.tar.bz2"
}
}
},
Expand Down