]> git.pld-linux.org Git - packages/aspell-et.git/commitdiff
- new, based on aspell-en
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 26 Nov 2004 23:29:41 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-et.spec -> 1.1

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

diff --git a/aspell-et.spec b/aspell-et.spec
new file mode 100644 (file)
index 0000000..9eb4658
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       Estonian dictionary for aspell
+Name:          aspell-et
+Version:       0.1.21
+%define        subv    1
+Release:       1
+License:       Custom
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/et/aspell6-et-%{version}-%{subv}.tar.bz2
+# Source0-md5: 82929f49ddc1149b6ef2bde4c3c12bcd
+URL:           http://wordlist.sourceforge.net/
+BuildRequires: aspell >= 0.60.0
+Requires:      aspell >= 0.60.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Estonian dictionary (i.e. word list) for aspell.
+
+%prep
+%setup -q -n aspell6-et-%{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 README Copyright
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
This page took 0.077575 seconds and 4 git commands to generate.