[aspell-la] Initial import (#1021244).

opuk opuk at fedoraproject.org
Fri Oct 25 20:01:52 UTC 2013


commit 4d4ee3aaf5666890a98665d6e7cf480401f43957
Author: Johan Swensson <kupo at kupo.se>
Date:   Fri Oct 25 22:01:02 2013 +0200

    Initial import (#1021244).

 .gitignore     |    1 +
 aspell-la.spec |   36 ++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5c2a3ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/aspell6-la-20020503-0.tar.bz2
diff --git a/aspell-la.spec b/aspell-la.spec
new file mode 100644
index 0000000..a47a420
--- /dev/null
+++ b/aspell-la.spec
@@ -0,0 +1,36 @@
+%global lang la
+%global langrelease 0
+
+Summary: Latin dictionaries for Aspell
+Name: aspell-%{lang}
+Version: 20020503
+Release: 1%{?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: Latin
+
+%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> - 20020503-1
+- initial release
diff --git a/sources b/sources
index e69de29..47b0764 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d42c679b95ba9b094aaa65f118834bf6  aspell6-la-20020503-0.tar.bz2


More information about the scm-commits mailing list