diff --git a/.cvsignore b/.cvsignore index e69de29..66ed306 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aspell6-pa-0.01-1.tar.bz2 diff --git a/aspell-pa.spec b/aspell-pa.spec new file mode 100644 index 0000000..0068ffa --- /dev/null +++ b/aspell-pa.spec @@ -0,0 +1,59 @@ +%define debug_package %{nil} +%define lang pa +%define langrelease 1 + +Name: aspell-pa +Version: 0.01 +Release: 1%{?dist} +Summary: GNU Aspell Punjabi Dictionary Package + +Group: Applications/Text +License: GPL +URL: http://aspell.net/ +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: aspell >= 12:0.60 +Requires: aspell >= 12:0.60 + +%description +GNU Aspell Punjabi Dictionary Package + +# Note that this package, like other aspell's language packs, does not come up +# cleanly through rpmlint, but with the following errors: +# E: aspell-pa no-binary +# E: aspell-pa only-non-binary-in-usr-lib +# This is because the package contains only data files which sit under /usr/lib. +# They have to stay there, as they are architecture-dependent (due to +# byte-ordering issues). +# E: aspell-pa configure-without-libdir-spec +# The configure script isn't actually one generated by autoconf and doesn't accept +# --libdir, so this error is bogus. + +%prep +%setup -q -n aspell6-%{lang}-%{version}-%{langrelease} + + +%build +./configure +make %{?_smp_mflags} + + +%install +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + + +%clean +rm -rf %{buildroot} + + +%files +%defattr(-,root,root,-) +%doc COPYING Copyright +%{_libdir}/aspell-0.60/* + + +%changelog +* Thu Mar 08 2007 Amanpreet Singh Alam 0.01-1 +- Initile Release diff --git a/sources b/sources index e69de29..a6e1eba 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +de336d6ef55ad6fa81f8903765c6c95d aspell6-pa-0.01-1.tar.bz2