%define debug_package %{nil} %define lang pa %define langrelease 1 Name: aspell-pa Version: 0.01 Release: 3%{?dist} Summary: GNU Aspell Punjabi Dictionary Package Group: Applications/Text License: GPLv2+ 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 * Mon Feb 18 2008 Fedora Release Engineering - 0.01-3 - Autorebuild for GCC 4.3 * Tue Sep 04 2007 Amanpreet Singh Alam 0.01-2 - Updated License Tag * Thu Mar 08 2007 Amanpreet Singh Alam 0.01-1 - Initile Release