]> git.pld-linux.org Git - packages/aspell-el.git/blobdiff - aspell-el.spec
- updated to aspell6-0.08 (epoch 2)
[packages/aspell-el.git] / aspell-el.spec
index 032f45a99eb200da36cd05b553d0350d15c57dbf..65ed05ba85e1527d52d3d9e8ec0027bb5bab0693 100644 (file)
@@ -1,17 +1,17 @@
 Summary:       Greek dictionary for aspell
 Summary(pl.UTF-8):     Grecki słownik dla aspella
 Name:          aspell-el
-Version:       0.50
-%define        subv    3
-Release:       3
-Epoch:         1
+Version:       0.08
+%define        subv    0
+Release:       1
+Epoch:         2
 License:       GPL v2+
 Group:         Applications/Text
-Source0:       http://ftp.gnu.org/gnu/aspell/dict/el/%{name}-%{version}-%{subv}.tar.bz2
-# Source0-md5: 0ea2c42ceb9b91f7f5de2c017234ad37
+Source0:       http://ftp.gnu.org/gnu/aspell/dict/el/aspell6-el-%{version}-%{subv}.tar.bz2
+# Source0-md5: cf0e677c37ffb64e4b8ebe13acd233c7
 URL:           http://aspell.sourceforge.net/
-BuildRequires: aspell >= 2:0.50.0
-Requires:      aspell >= 2:0.50.0
+BuildRequires: aspell >= 3:0.60.0
+Requires:      aspell >= 3:0.60.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,7 +21,7 @@ Greek dictionary (i.e. word list) for aspell.
 Grecki słownik (lista słów) dla aspella.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subv}
+%setup -q -n aspell6-el-%{version}-%{subv}
 
 %build
 # note: configure is not autoconf-generated
@@ -35,13 +35,17 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-mv -f doc/README README-ispell.el
+%{__mv} doc/README README-ispell.el
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc Copyright README* doc/Contributors
-%{_libdir}/aspell/*
-%{_datadir}/aspell/*
+%doc Copyright README*
+%{_libdir}/aspell/el.multi
+%{_libdir}/aspell/el.rws
+%{_libdir}/aspell/gr.alias
+%{_libdir}/aspell/greek.alias
+%{_datadir}/aspell/el*.dat
+%{_datadir}/aspell/el.kbd
This page took 0.051852 seconds and 4 git commands to generate.