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

qboosh qboosh at pld-linux.org
Mon Apr 9 11:02:41 CEST 2007


Author: qboosh                       Date: Mon Apr  9 09:02:41 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/aspell-fy.spec
diff -u /dev/null SPECS/aspell-fy.spec:1.1
--- /dev/null	Mon Apr  9 11:02:41 2007
+++ SPECS/aspell-fy.spec	Mon Apr  9 11:02:36 2007
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary:	Frisian dictionary for aspell
+Summary(pl.UTF-8):	Słownik fryzyjski dla aspella
+Name:		aspell-fy
+Version:	0.11
+%define	subv	0
+Release:	1
+License:	GPL v2+
+Group:		Applications/Text
+Source0:	ftp://ftp.gnu.org/gnu/aspell/dict/fy/aspell6-fy-%{version}-%{subv}.tar.bz2
+# Source0-md5:	33bfa9e3f644bb9a789c722f5cfdd669
+URL:		http://aspell.net/
+BuildRequires:	aspell >= 3:0.60
+Requires:	aspell >= 3:0.60
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Frisian dictionary (i.e. word list) for aspell.
+
+%description -l pl.UTF-8
+Słownik fryzyjski (lista słów) dla aspella.
+
+%prep
+%setup -q -n aspell6-fy-%{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  2007/04/09 09:02:36  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list