]> git.pld-linux.org Git - packages/aspell-en.git/blobdiff - aspell-en.spec
- updated to 2018.04.16
[packages/aspell-en.git] / aspell-en.spec
index 9b9dafbb9c261b582da8921a3da1086ec26db4c2..28cedff8a260776bf982d84b9ad8a20e7e4a7c1f 100644 (file)
@@ -1,27 +1,28 @@
 Summary:       English dictionary for aspell
-Summary(pl):   Angielski s³ownik dla aspella
+Summary(pl.UTF-8):     Angielski słownik dla aspella
 Name:          aspell-en
-Version:       0.51
-%define        subv    1
-Release:       2
+Version:       2018.04.16
+%define        subv    0
+Release:       1
 Epoch:         2
 License:       Custom
 Group:         Applications/Text
-Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/en/%{name}-%{version}-%{subv}.tar.bz2
-# Source0-md5: aabb933daee93be446c71e79babf8da4
-URL:           http://wordlist.sourceforge.net/
-BuildRequires: aspell >= 0.50.0
-Requires:      aspell >= 0.50.0
+Source0:       http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-%{version}-%{subv}.tar.bz2
+# Source0-md5: 6149dca1933cf5cd136e214957561292
+URL:           http://aspell.net/
+BuildRequires: aspell >= 3:0.60
+BuildRequires: which
+Requires:      aspell >= 3:0.60
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 English dictionary (i.e. word list) for aspell.
 
-%description -l pl
-Angielski s³ownik (lista s³ów) dla aspella.
+%description -l pl.UTF-8
+Angielski słownik (lista słów) dla aspella.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subv}
+%setup -q -n aspell6-en-%{version}-%{subv}
 
 %build
 # note: configure is not autoconf-generated
@@ -40,6 +41,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README Copyright doc/{ChangeLog,SCOWL-README}
-%{_libdir}/aspell/*
-%{_datadir}/aspell/*
+%doc Copyright README doc/{ChangeLog,SCOWL-README,extra.txt}
+%{_libdir}/aspell/american*.alias
+%{_libdir}/aspell/australian*.alias
+%{_libdir}/aspell/british*.alias
+%{_libdir}/aspell/canadian*.alias
+%{_libdir}/aspell/english*.alias
+%{_libdir}/aspell/en*.multi
+%{_libdir}/aspell/en*.rws
+%{_datadir}/aspell/en*.dat
This page took 0.073582 seconds and 4 git commands to generate.