SPECS: aspell-pt_BR.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Feb 17 22:37:54 CET 2007


Author: qboosh                       Date: Sat Feb 17 21:37:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   aspell-pt_BR.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/aspell-pt_BR.spec
diff -u /dev/null SPECS/aspell-pt_BR.spec:1.1
--- /dev/null	Sat Feb 17 22:37:54 2007
+++ SPECS/aspell-pt_BR.spec	Sat Feb 17 22:37:49 2007
@@ -0,0 +1,61 @@
+# $Revision$, $Date$
+Summary:	Portuguese dictionaries for aspell
+Summary(pl.UTF-8):	Portugalskie słowniki dla aspella
+Summary(pt_BR.UTF-8):	Dicionário de português para o aspell
+Name:		aspell-pt_BR
+Version:	20070206
+Release:	1
+License:	GPL
+Group:		Applications/Text
+Source0:	ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-%{version}.tar.bz2
+# Source0-md5:	3cbed920adb94a093e7d49780da52a9f
+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.
+
+%description -l pt_BR.UTF-8
+Dicionários da língua portuguesa para o verificador ortográfico
+aspell.
+
+%prep
+%setup -q -n aspell6-pt_BR-%{version}
+
+%build
+# note: configure is not autoconf-generated
+./configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+mv -f doc/README{,.dicts}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Copyright README doc/README.dicts doc/colaboradores.txt
+%lang(pt_BR) %doc doc/LEIAME
+%{_libdir}/aspell/*
+%{_datadir}/aspell/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/17 21:37:49  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list