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

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

diff --git a/aspell-de-alt.spec b/aspell-de-alt.spec
new file mode 100644 (file)
index 0000000..877ed02
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       German (old spelling) dictionary for aspell
+Summary(de):   Ein deutsches Wörterbuch (alter Spelling) für aspell
+Summary(pl):   Niemiecki s³ownik ze star± pisowni± dla aspella
+Name:          aspell-de-alt
+Version:       2.1
+%define        subv    1
+Release:       3
+Epoch:         1
+License:       GPL v2
+Group:         Applications/Text
+Source0:       ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-alt-%{version}-%{subv}.tar.bz2
+# Source0-md5: 13245374b03088608d729fd15c58cd7a
+URL:           http://aspell.sourceforge.net/
+BuildRequires: aspell >= 3:0.60
+Requires:      aspell >= 3:0.60
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+German (old spelling) dictionary (i.e. word list) for aspell.
+
+%description -l de
+Ein deutsches Wörterbuch (alter Spelling) zur Rechtschreibkontrolle
+nach den neuen Rechtschreibregeln mit aspell.
+
+%description -l pl
+Niemiecki s³ownik (lista s³ów) ze star± pisowni± dla aspella.
+
+%prep
+%setup -q -n aspell6-de-alt-%{version}-%{subv}
+
+mv -f doc/{README,README.de}
+
+%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
+%lang(de) %doc doc/README.de
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
This page took 0.086431 seconds and 4 git commands to generate.