|
@@ -1,22 +1,26 @@
|
|
|
|
+%define pkg_ver 7.1
|
|
|
|
+%define pkg_rel 1
|
|
|
|
+
|
|
%define lang en
|
|
%define lang en
|
|
%define langrelease 0
|
|
%define langrelease 0
|
|
%define aspellversion 6
|
|
%define aspellversion 6
|
|
Summary: English dictionaries for Aspell
|
|
Summary: English dictionaries for Aspell
|
|
Name: aspell-%{lang}
|
|
Name: aspell-%{lang}
|
|
-Epoch: 50
|
|
+Version: %{pkg_ver}
|
|
-Version: 7.1
|
|
+Release: %{pkg_rel}%{?_dist_release}
|
|
-Release: 2%{?dist}
|
|
+
|
|
License: MIT and BSD
|
|
License: MIT and BSD
|
|
Group: Applications/Text
|
|
Group: Applications/Text
|
|
URL: http://aspell.net/
|
|
URL: http://aspell.net/
|
|
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
|
|
Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell%{aspellversion}-%{lang}-%{version}-%{langrelease}.tar.bz2
|
|
-Buildrequires: aspell >= 12:0.60
|
|
+Buildrequires: aspell >= 0.60
|
|
-Requires: aspell >= 12:0.60
|
|
+Requires: aspell >= 0.60
|
|
-Obsoletes: aspell-en-gb <= 0.33.7.1
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-Obsoletes: aspell-en-ca <= 0.33.7.1
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
-%define debug_package %{nil}
|
|
+# %define debug_package %{nil}
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
Provides the word list/dictionaries for the following: English, Canadian
|
|
Provides the word list/dictionaries for the following: English, Canadian
|
|
@@ -42,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/aspell-0.60/*
|
|
%{_libdir}/aspell-0.60/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Apr 16 2011 IWAI, Masaharu <iwai@alib.jp> 7.1-1
|
|
|
|
+- initial build for Vine Linux
|
|
|
|
+
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:7.1-2
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 50:7.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|