[aspell-fi] Initial import (#1021199).

opuk opuk at fedoraproject.org
Fri Oct 25 18:40:13 UTC 2013


commit 8bb297205485b534350fd5de14170d1595aa9d43
Author: Johan Swensson <kupo at kupo.se>
Date:   Fri Oct 25 20:34:21 2013 +0200

    Initial import (#1021199).

 .gitignore     |    1 +
 aspell-fi.spec |   39 +++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3b8d310 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/aspell6-fi-0.7-0.tar.bz2
diff --git a/aspell-fi.spec b/aspell-fi.spec
new file mode 100644
index 0000000..589f4fa
--- /dev/null
+++ b/aspell-fi.spec
@@ -0,0 +1,39 @@
+%global lang fi
+%global langrelease 0
+Summary: Finnish dictionaries for Aspell
+Name: aspell-%{lang}
+Version: 0.7
+Release: 2%{?dist}
+License: GPLv2
+Group: Applications/Text
+URL: http://aspell.net
+Source: http://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
+Buildrequires: aspell >= 12:0.60
+Requires: aspell >= 12:0.60
+
+%define debug_package %{nil}
+
+%description
+Provides the word list/dictionaries for the following: Finnish
+
+%prep
+%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}
+
+%build
+./configure 
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=$RPM_BUILD_ROOT
+
+
+%files
+%doc COPYING Copyright 
+%{_libdir}/aspell-0.60/*
+
+%changelog
+* Sun Oct 20 2013 Johan Swensson <kupo at kupo.se> - 0.7-2
+- Remove irrelevant README file
+
+* Sun Oct 20 2013 Johan Swensson <kupo at kupo.se> - 0.7-1
+- initial release
diff --git a/sources b/sources
index e69de29..996741b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6d1032116982c0efab1af8fce83259c0  aspell6-fi-0.7-0.tar.bz2


More information about the scm-commits mailing list