summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Gołaszewski2002-07-21 20:05:59 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7aa070c88d7d9c8ae39339b552070d4a3575cbe4 (patch)
treef2e174918899be1c9f9934342bf5b4952dc5a617
downloadphp-pear-XML_CSSML-7aa070c88d7d9c8ae39339b552070d4a3575cbe4.zip
php-pear-XML_CSSML-7aa070c88d7d9c8ae39339b552070d4a3575cbe4.tar.gz
- initial release (translation needed)
STBR Changed files: php-pear-XML_CSSML.spec -> 1.1
Notes
Notes: - initial release (translation needed) STBR
-rw-r--r--php-pear-XML_CSSML.spec49
1 files changed, 49 insertions, 0 deletions
diff --git a/php-pear-XML_CSSML.spec b/php-pear-XML_CSSML.spec
new file mode 100644
index 0000000..168bc2c
--- /dev/null
+++ b/php-pear-XML_CSSML.spec
@@ -0,0 +1,49 @@
+%include /usr/lib/rpm/macros.php
+%define _class XML
+%define _subclass CSSML
+%define _pearname %{_class}_%{_subclass}
+Summary: %{_class}_%{_subclass} - methods for creating cascading style sheets (CSS)
+Summary(pl): %{_class}_%{_subclass} - metody do tworzenia stylów kaskadowych (CSS)
+Name: php-pear-%{_pearname}
+Version: 1.1
+Release: 1
+License: PHP 2.02
+Group: Development/Languages/PHP
+Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
+URL: http://pear.php.net/
+BuildRequires: rpm-php-pearprov
+Requires: php-pear
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The best way to describe this library is to classify it as a template
+system for generating cascading style sheets (CSS). It is ideal for
+storing all of the CSS in a single location and allowing it to be
+parsed as needed at runtime (or from cache) using both general and
+browser filters specified in the attribute for the style tags. It can
+be driven with either the libxslt pear extenstion (part of xmldom) or
+the xslt extension (part of the sablotron libraries). You may see an
+example usage of this class at the follow url:
+http://mojave.mojavelinux.com/forum/viewtopic.php?p=22#22
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}_%{_subclass}/%{_subclass}
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}_%{_subclass}
+install %{_pearname}-%{version}/%{_subclass}/* $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}_%{_subclass}/%{_subclass}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/docs/*
+%dir %{php_pear_dir}/%{_class}_%{_subclass}
+%dir %{php_pear_dir}/%{_class}_%{_subclass}/%{_subclass}
+%{php_pear_dir}/%{_class}_%{_subclass}/*.php
+%{php_pear_dir}/%{_class}_%{_subclass}/%{_subclass}/*