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

qboosh qboosh at pld-linux.org
Sun Feb 5 19:27:00 CET 2006


Author: qboosh                       Date: Sun Feb  5 18:27:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/aspell-gu.spec
diff -u /dev/null SPECS/aspell-gu.spec:1.1
--- /dev/null	Sun Feb  5 19:27:00 2006
+++ SPECS/aspell-gu.spec	Sun Feb  5 19:26:54 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Gujarati dictionary for aspell
+Summary(pl):	Słownik gudżarati dla aspella
+Name:		aspell-gu
+Version:	0.02
+%define	subv	0
+Release:	1
+License:	GPL v2+
+Group:		Applications/Text
+Source0:	ftp://ftp.gnu.org/gnu/aspell/dict/gu/aspell6-gu-%{version}-%{subv}.tar.bz2
+# Source0-md5:	42d3eb8a32a020aea56cd3e6ea3de0e1
+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
+Gujarati dictionary (i.e. word list) for aspell.
+
+%description -l pl
+Słownik gudżarati (lista słów) dla aspella.
+
+%prep
+%setup -q -n aspell6-gu-%{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/*
+
+%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  2006/02/05 18:26:54  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list