]> git.pld-linux.org Git - packages/aspell-bn.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Nov 2004 22:34:50 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-bn.spec -> 1.1

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

diff --git a/aspell-bn.spec b/aspell-bn.spec
new file mode 100644 (file)
index 0000000..c57cc5b
--- /dev/null
@@ -0,0 +1,44 @@
+Summary:       Bengali dictionary for aspell
+Summary(pl):   Bengalski s³ownik dla aspella
+Name:          aspell-bn
+Version:       0.01.1
+%define        subv    1
+Release:       1
+License:       GPL v2+
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/bn/aspell6-bn-%{version}-%{subv}.tar.bz2
+# Source0-md5: 5ea70ec74e67f49b2844d306ddf38388
+URL:           http://aspell.net/
+BuildRequires: aspell >= 0.60
+Requires:      aspell >= 0.60
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bengali dictionary (i.e. word list) for aspell.
+
+%description -l pl
+Bengalski s³ownik (lista s³ów) dla aspella.
+
+%prep
+%setup -q -n aspell6-bn-%{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/*
This page took 0.068355 seconds and 4 git commands to generate.