From 25c4ef8ee73dd66b27562d8242c65b71d19df829 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 17 Feb 2007 21:40:46 +0000 Subject: [PATCH 1/1] - new Changed files: aspell-pt_PT.spec -> 1.1 --- aspell-pt_PT.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 aspell-pt_PT.spec diff --git a/aspell-pt_PT.spec b/aspell-pt_PT.spec new file mode 100644 index 0000000..03212b1 --- /dev/null +++ b/aspell-pt_PT.spec @@ -0,0 +1,44 @@ +Summary: Portuguese dictionaries for aspell +Summary(pl.UTF-8): Portugalskie słowniki dla aspella +Name: aspell-pt_PT +Version: 20070206 +%define subv 0 +Release: 1 +License: GPL +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-%{version}-%{subv}.tar.bz2 +# Source0-md5: d7f8c7a62b26f6dafa42d18f659e3478 +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 3:0.60.0 +Requires: aspell >= 3:0.60.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Portuguese dictionaries (i.e. word lists) for aspell. + +%description -l pl.UTF-8 +Portugalskie słowniki (listy słów) dla aspella. + +%prep +%setup -q -n aspell6-pt_PT-%{version}-%{subv} + +%build +# note: configure is not autoconf-generated +./configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Copyright README +%{_libdir}/aspell/* +%{_datadir}/aspell/* -- 2.44.0