packages: php-horde-Horde_SpellChecker/php-horde-Horde_SpellChecker.spec (N...

glen glen at pld-linux.org
Tue May 3 08:45:35 CEST 2011


Author: glen                         Date: Tue May  3 06:45:35 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
 -new

---- Files affected:
packages/php-horde-Horde_SpellChecker:
   php-horde-Horde_SpellChecker.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-horde-Horde_SpellChecker/php-horde-Horde_SpellChecker.spec
diff -u /dev/null packages/php-horde-Horde_SpellChecker/php-horde-Horde_SpellChecker.spec:1.1
--- /dev/null	Tue May  3 08:45:35 2011
+++ packages/php-horde-Horde_SpellChecker/php-horde-Horde_SpellChecker.spec	Tue May  3 08:45:30 2011
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		status		stable
+%define		pearname	Horde_SpellChecker
+%include	/usr/lib/rpm/macros.php
+Summary:	%{pearname} - Spellcheck API
+Name:		php-horde-Horde_SpellChecker
+Version:	1.0.0
+Release:	1
+License:	LGPL
+Group:		Development/Languages/PHP
+Source0:	http://pear.horde.org/get/%{pearname}-%{version}.tgz
+# Source0-md5:	8898ba21dd81e39efd94d72ce76080b5
+URL:		https://github.com/horde/horde/tree/master/framework/SpellChecker/
+BuildRequires:	php-channel(pear.horde.org)
+BuildRequires:	php-packagexml2cl
+BuildRequires:	php-pear-PEAR >= 1:1.7.0
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+BuildRequires:	rpmbuild(macros) >= 1.610
+Requires:	php-channel(pear.horde.org)
+Requires:	php-horde-Horde_Exception < 2.0.0
+Requires:	php-horde-Horde_Util < 2.0.0
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Unified spellchecking API.
+
+In PEAR status of this package is: %{status}.
+
+%prep
+%pear_package_setup
+
+%build
+packagexml2cl package.xml > ChangeLog
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog install.log
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%{php_pear_dir}/Horde/SpellChecker.php
+%{php_pear_dir}/Horde/SpellChecker
+
+%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  2011/05/03 06:45:30  glen
+ -new
================================================================


More information about the pld-cvs-commit mailing list