]> git.pld-linux.org Git - packages/aspell-sk.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 18 Jan 2003 17:07:37 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-sk.spec -> 1.1

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

diff --git a/aspell-sk.spec b/aspell-sk.spec
new file mode 100644 (file)
index 0000000..710b5a8
--- /dev/null
@@ -0,0 +1,47 @@
+Summary:       Slovak dictionary for aspell
+Summary(pl):   S³owacki s³ownik dla aspella
+Name:          aspell-sk
+Version:       0.50
+%define        subv    2
+Release:       1
+Epoch:         1
+License:       GPL v2
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}-%{subv}.tar.bz2
+URL:           http://aspell.sourceforge.net/
+BuildRequires: aspell >= 0.50.0
+Requires:      aspell >= 0.50.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Slovak dictionary (i.e. word list) for aspell.
+
+%description -l pl
+S³owacki s³ownik (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
+
+mv -v doc/README README.sk
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Copyright README
+%lang(sk) %doc README.sk
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
This page took 0.045618 seconds and 4 git commands to generate.