]> git.pld-linux.org Git - packages/aspell-ca.git/blobdiff - aspell-ca.spec
- Spanish summary/description fixes
[packages/aspell-ca.git] / aspell-ca.spec
index cc325e71c4f0218ce47fece86b13bf030443b379..098b4b487e46c9c2875eeb9e9ef8d1c08e91de9c 100644 (file)
@@ -1,30 +1,33 @@
 Summary:       Catalan dictionary for aspell
-Summary(ca):   Diccionari catalø per aspell
+Summary(ca):   Diccionari català per aspell
 Summary(pl):   Kataloñski s³ownik dla aspella
 Name:          aspell-ca
-Version:       0.0
-%define        subv    3
+Version:       20040130
+%define        subv    1
 Release:       1
 Epoch:         1
-License:       unknown (probably GPL)
+License:       GPL v2+
 Group:         Applications/Text
-Source0:       http://aspell.sourceforge.net/%{name}-%{version}-%{subv}.tar.bz2
+Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-%{version}-%{subv}.tar.bz2
+# Source0-md5: 5dfeebdfbe68556e70abfa95dd775263
 URL:           http://aspell.sourceforge.net/
-BuildRequires: aspell
-Requires:      aspell
+BuildRequires: aspell >= 3:0.60
+Requires:      aspell >= 3:0.60
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Catalan dictionary (i.e. word list) for aspell.
 
 %description -l ca
-Diccionari catalø per aspell.
+Diccionari català (lista de paraules) per aspell.
 
 %description -l pl
 Kataloñski s³ownik (lista s³ów) dla aspella.
 
 %prep
-%setup -q -n %{name}-%{version}-%{subv}
+%setup -q -n aspell6-ca-%{version}-%{subv}
+
+mv -f doc/index.{php,html}
 
 %build
 # note: configure is not autoconf-generated
@@ -38,15 +41,12 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README Copyright doc/LLEGEIX
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%lang(ca) %doc doc/*.gz
+%doc Copyright README
+%lang(ca) %doc doc/index.*
 %{_libdir}/aspell/*
 %{_datadir}/aspell/*
-%{_datadir}/pspell/*
This page took 0.059433 seconds and 4 git commands to generate.