]> git.pld-linux.org Git - packages/aspell-kn.git/commitdiff
- new master auto/th/aspell-kn-0.01-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Aug 2011 18:35:11 +0000 (18:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-kn.spec -> 1.1

aspell-kn.spec [new file with mode: 0644]

diff --git a/aspell-kn.spec b/aspell-kn.spec
new file mode 100644 (file)
index 0000000..ae50649
--- /dev/null
@@ -0,0 +1,48 @@
+Summary:       Kannada dictionary for aspell
+Summary(pl.UTF-8):     Słownik języka kannada dla aspella
+Name:          aspell-kn
+Version:       0.01
+%define        subv    1
+Release:       1
+License:       GPL v2+
+Group:         Applications/Text
+Source0:       http://ftp.gnu.org/gnu/aspell/dict/kn/aspell6-kn-%{version}-%{subv}.tar.bz2
+# Source0-md5: 0359676017bf18a761b02346d3cc3253
+URL:           http://aspell.net/
+BuildRequires: aspell >= 3:0.60
+Requires:      aspell >= 3:0.60
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Kannada dictionary (i.e. word list) for aspell.
+
+%description -l pl.UTF-8
+Słownik (lista słów) języka kannada dla aspella.
+
+%prep
+%setup -q -n aspell6-kn-%{version}-%{subv}
+
+%build
+# note: configure is not autoconf-generated
+./configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Copyright README
+%{_libdir}/aspell/kannada.alias
+%{_libdir}/aspell/kn.multi
+%{_libdir}/aspell/kn.rws
+%{_datadir}/aspell/kn.dat
+%{_datadir}/aspell/u-knda.cmap
+%{_datadir}/aspell/u-knda.cset
This page took 0.089663 seconds and 4 git commands to generate.