[aspell-ru] - resolves: #916855 added russian.alias file

pschiffe pschiffe at fedoraproject.org
Mon Mar 4 17:52:53 UTC 2013


commit 82178dd60baec7c4766189ae1e4a2f0f4c433776
Author: Peter Schiffer <pschiffe at redhat.com>
Date:   Mon Mar 4 18:52:26 2013 +0100

    - resolves: #916855
      added russian.alias file

 aspell-ru.spec |   33 +++++++++++++++++----------------
 russian.alias  |    1 +
 2 files changed, 18 insertions(+), 16 deletions(-)
---
diff --git a/aspell-ru.spec b/aspell-ru.spec
index 05c4b19..cc7a3b4 100644
--- a/aspell-ru.spec
+++ b/aspell-ru.spec
@@ -1,20 +1,21 @@
-%define lang ru
-%define langrelease 1
-%define aspellversion 6
+%global lang ru
+%global langrelease 1
+%global aspellversion 6
+%global debug_package %{nil}
+
 Summary: Russian dictionaries for Aspell
-Epoch: 50
 Name: aspell-%{lang}
+Epoch: 50
 Version: 0.99f7
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: ARL
 Group: Applications/Text
-URL: http://aspell.net/
-Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
+URL: ftp://ftp.gnu.org/gnu/aspell/dict/0index.html#0.60
+Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
+Source1: russian.alias
+
 Buildrequires: aspell >= 12:0.60
 Requires: aspell >= 12:0.60
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-%define debug_package %{nil}
 
 %description
 Provides the word list/dictionaries for the following: Russian
@@ -24,21 +25,21 @@ Provides the word list/dictionaries for the following: Russian
 
 %build
 ./configure
-make
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{__install} -p %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/aspell-0.60/
 
 %files
-%defattr(-,root,root,-)
 %doc Copyright
 %{_libdir}/aspell-0.60/*
 
 %changelog
+* Mon Mar  4 2013 Peter Schiffer <pschiffe at redhat.com> - 50:0.99f7-11
+- resolves: #916855
+  added russian.alias file
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 50:0.99f7-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/russian.alias b/russian.alias
new file mode 100644
index 0000000..cc15f3b
--- /dev/null
+++ b/russian.alias
@@ -0,0 +1 @@
+add ru.multi


More information about the scm-commits mailing list