From bd24845e0902ec70ec6e281be5e4718ea5739402 Mon Sep 17 00:00:00 2001 From: ankry Date: Mon, 29 Nov 2004 02:45:34 +0000 Subject: [PATCH 1/1] - new Changed files: aspell-tet.spec -> 1.1 --- aspell-tet.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 aspell-tet.spec diff --git a/aspell-tet.spec b/aspell-tet.spec new file mode 100644 index 0000000..855118e --- /dev/null +++ b/aspell-tet.spec @@ -0,0 +1,45 @@ +Summary: Tetum dictionary for aspell +Summary(pl): S³ownik tetum dla aspella +Name: aspell-tet +Version: 0.1.1 +#%%define subv 0 +Release: 1 +Epoch: 1 +License: GPL v2+ +Group: Applications/Text +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/tet/aspell5-tet-%{version}.tar.bz2 +# Source0-md5: 6a18e0253d7d6baa49daca513b0d782b +URL: http://aspell.sourceforge.net/ +BuildRequires: aspell >= 0.50.0 +Requires: aspell >= 0.50.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Tetum dictionary (i.e. word list) for aspell. + +%description -l pl +S³ownik tetum (lista s³ów) dla aspella. + +%prep +%setup -q -n %{name}-%{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