summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2004-11-29 03:29:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit9445e96420fb6ee520e61c1dfaaf74569fc554d5 (patch)
treea53e437a2c649d01bec2677802ceebab5c116d99
downloadaspell-mt-9445e96420fb6ee520e61c1dfaaf74569fc554d5.zip
aspell-mt-9445e96420fb6ee520e61c1dfaaf74569fc554d5.tar.gz
- new
Changed files: aspell-mt.spec -> 1.1
-rw-r--r--aspell-mt.spec45
1 files changed, 45 insertions, 0 deletions
diff --git a/aspell-mt.spec b/aspell-mt.spec
new file mode 100644
index 0000000..031fa24
--- /dev/null
+++ b/aspell-mt.spec
@@ -0,0 +1,45 @@
+Summary: Maltese dictionary for aspell
+Summary(pl): Słownik maltański dla aspella
+Name: aspell-mt
+Version: 0.50
+%define subv 0
+Release: 1
+Epoch: 1
+License: GPL v2+
+Group: Applications/Text
+Source0: ftp://ftp.gnu.org/gnu/aspell/dict/mt/%{name}-%{version}-%{subv}.tar.bz2
+# Source0-md5: 6df98356e411891c956c249731b708fa
+URL: http://aspell.sourceforge.net/
+BuildRequires: aspell >= 0.50.0
+Requires: aspell >= 0.50.0
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Maltese dictionary (i.e. word list) for aspell.
+
+%description -l pl
+Słownik maltański (lista słów) dla aspella.
+
+%prep
+%setup -q -n %{name}-%{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/*
+%{_datadir}/aspell/*