From 149ef1410f8716986094349d1c1dd98073dcc340 Mon Sep 17 00:00:00 2001 From: Ján ONDREJ Date: Sep 07 2007 05:10:25 +0000 Subject: Adding branch spec and source files. --- diff --git a/aspell-sk.spec b/aspell-sk.spec new file mode 100644 index 0000000..0a41dd7 --- /dev/null +++ b/aspell-sk.spec @@ -0,0 +1,61 @@ +%define lang sk +%define langrelease 0 + +Name: aspell-%{lang} +Version: 0.52 +Release: 3%{?dist} +Summary: Slovak dictionaries for Aspell + +Group: Applications/Text +License: GPLv2 +URL: http://sk-spell.sk.cx/?id=6 +Source0: http://www.sk-spell.sk.cx/files/%{name}-%{version}-%{langrelease}.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: aspell >= 12:0.60 +Requires: aspell >= 12:0.60 + +%define debug_package %{nil} + +%description +Provides the word list/dictionaries for the following: Slovak + + +%prep +%setup -q -n %{name}-%{version}-%{langrelease} + + +%build +sh configure +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc doc/* +%{_libdir}/aspell-*/* + + +%changelog +* Thu Sep 06 2007 Jan ONDREJ (SAL) - 0.52-3 +- changed requirement to aspell >= 12:0.60 because of there worldlist + incompatibility +- debug_package set to nil to prevent empty debuginfo package +- configure is called with sh interpreter to prevent rpmlint errors + +* Thu Sep 06 2007 Jan ONDREJ (SAL) - 0.52-2 +- added macros to Source tag +- cleanups + +* Sun Aug 26 2007 Jan ONDREJ (SAL) - 0.52-1 +- initial release +- configure rename to reconfigure to skip rpmlint errors diff --git a/sources b/sources index e69de29..af126c4 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ce90b109f7c602bde949880920bbbbfd aspell-sk-0.52-0.tar.bz2