diff --git a/aspell-sv.spec b/aspell-sv.spec index b383d80..ea923fb 100644 --- a/aspell-sv.spec +++ b/aspell-sv.spec @@ -1,17 +1,17 @@ %define lang sv %define langrelease 0 -Summary: Swedish dictionaries for Aspell. +Summary: Swedish dictionaries for Aspell Name: aspell-%{lang} Epoch: 50 Version: 0.51 -Release: 1.2.1 +Release: 2%{?dist} License: GPL Group: Applications/Text URL: http://aspell.net/ Source: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell-%{lang}-%{version}-%{langrelease}.tar.bz2 Buildrequires: aspell >= 12:0.60 Requires: aspell >= 12:0.60 -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define debug_package %{nil} @@ -19,31 +19,31 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Provides the word list/dictionaries for the following: Swedish %prep -rm -rf $RPM_BUILD_ROOT %setup -q -n aspell-%{lang}-%{version}-%{langrelease} %build -echo "ASPELL = aspell" > Makefile -echo "DEST_DIR = $RPM_BUILD_ROOT" >> Makefile -echo "WORD_LIST_COMPRESS = word-list-compress" >> Makefile -echo "dictdir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile -echo "datadir = ${RPM_BUILD_ROOT}%{_libdir}/aspell-0.60" >> Makefile -cat Makefile.pre >> Makefile +./configure make %install -make install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root) - +%defattr(-,root,root,-) +%doc COPYING Copyright %{_libdir}/aspell-0.60/* -#%{_datadir}/aspell/* %changelog +* Fri Mar 30 2007 Ivana Varekova - 50:0.51-2 +- add documentation +- use configure script to create Makefile +- update default buildroot +- some minor spec changes + * Wed Jul 12 2006 Jesse Keating - 50:0.51-1.2.1 - rebuild