%define _status stable %define _pearname Text_Wiki_Creole Summary: %{_pearname} - Creole parser and renderer for Text_Wiki Summary(pl.UTF-8): %{_pearname} - parser i renderer Creole dla Text_Wiki Name: php-pear-%{_pearname} Version: 1.0.2 Release: 1 License: LGPL Group: Development/Languages/PHP Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz # Source0-md5: 6741812b5e8d5c07c116da23dba9543a URL: http://pear.php.net/package/Text_Wiki_Creole/ BuildRequires: php-pear-PEAR >= 1:1.4.0-0.b1 BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.300 Requires: php-pear Requires: php-pear-Text_Wiki >= 1.0.1 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Parses Creole mark-up to tokenize the text for Text_Wiki rendering and also renders for wiki conversion. You can see a reference for this syntax here: http://www.wikicreole.org/ In PEAR status of this package is: %{_status}. %description -l pl.UTF-8 Klasa ta analizuje znaczniki Creole w celu rozkładu tekstu dla renderingu Text_Wiki jak i konwersji przez wiki. Opis składni dostępny jest pod adresem: http://www.wikicreole.org/ Ta klasa ma w PEAR status: %{_status}. %prep %pear_package_setup %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 install.log %{php_pear_dir}/.registry/*.reg %{php_pear_dir}/Text/Wiki/Parse/Creole %{php_pear_dir}/Text/Wiki/Render/Creole %{php_pear_dir}/Text/Wiki/Render/Creole.php %{php_pear_dir}/Text/Wiki/Creole.php