]> git.pld-linux.org Git - packages/php-pear-Text_Wiki_Cowiki.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Nov 2007 18:22:04 +0000 (18:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Text_Wiki_Cowiki.spec -> 1.1

php-pear-Text_Wiki_Cowiki.spec [new file with mode: 0644]

diff --git a/php-pear-Text_Wiki_Cowiki.spec b/php-pear-Text_Wiki_Cowiki.spec
new file mode 100644 (file)
index 0000000..72f800d
--- /dev/null
@@ -0,0 +1,51 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          Text
+%define                _subclass       Wiki_Cowiki
+%define                _status         alpha
+%define                _pearname       Text_Wiki_Cowiki
+Summary:       %{_pearname} - Cowiki parser and renderer for Text_Wiki
+Name:          php-pear-%{_pearname}
+Version:       0.0.2
+Release:       1
+License:       LGPL
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 131713e1f47e5938adf541139189243f
+URL:           http://pear.php.net/package/Text_Wiki_Cowiki/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-pear
+Requires:      php-pear-Text_Wiki >= 1.0.1
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Note: coWiki has been offically discontinued. This package is being
+kept to allow conversion of coWiki syntax to other wiki markups.
+
+Parses coWiki mark-up to tokenize the text for Text_Wiki rendering
+and also renders for wiki conversion.
+
+See: <http://cowiki.org/>
+In PEAR status of this package is: %{_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/Cowiki.php
+%{php_pear_dir}/Text/Wiki/Render/Cowiki.php
+%{php_pear_dir}/Text/Wiki/Parse/Cowiki
+%{php_pear_dir}/Text/Wiki/Render/Cowiki
This page took 0.643743 seconds and 4 git commands to generate.