[aspell-pt_PT] - first build for new aspell (20070510)

Ivana Varekova varekova at fedoraproject.org
Thu Apr 28 12:42:30 UTC 2011


commit 305c44bf7d4b87c9b3cf95b91b0258f72bb0ae6d
Author: Ivana Hutarova Varekova <varekova at redhat.com>
Date:   Thu Apr 28 14:46:06 2011 +0200

    - first build for new aspell (20070510)

 .gitignore        |    1 +
 aspell-pt_PT.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 3 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..b89be95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/aspell6-pt_PT-20070510-0.tar.bz2
diff --git a/aspell-pt_PT.spec b/aspell-pt_PT.spec
new file mode 100644
index 0000000..18444b8
--- /dev/null
+++ b/aspell-pt_PT.spec
@@ -0,0 +1,40 @@
+%define lang pt_PT
+%define langrelease 0
+Summary: European Portuguese dictionaries for Aspell
+Name: aspell-%{lang}
+Epoch: 50
+Version: 20070510
+Release: 1%{?dist}
+License: GPLv2+
+Group: Applications/Text
+URL: http://aspell.net/
+Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
+Buildrequires: aspell >= 12:0.60
+Requires: aspell >= 12:0.60
+Obsoletes: aspell-pt <= 50:0.50
+Provides: aspell-pt = %{epoch}:%{version}
+
+%define debug_package %{nil}
+
+%description
+Provides the word list/dictionaries for the following: European Portuguese.
+
+%prep
+%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}
+
+%build
+./configure
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT 
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING Copyright
+%{_libdir}/aspell-0.60/*
+
+%changelog
+* Fri Apr 22 2011 Ivana Hutarova Varekova <varekova at redhat.com> 50:20070510-1
+- first build for new aspell (20070510)
diff --git a/sources b/sources
index e69de29..6351ba4 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a54267ce8f91de6e6a1baf1e8048cba0  aspell6-pt_PT-20070510-0.tar.bz2


More information about the scm-commits mailing list