]> git.pld-linux.org Git - packages/php-pear-HTML_CSS.git/commitdiff
- initial import
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 1 Aug 2003 11:41:02 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-HTML_CSS.spec -> 1.1

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

diff --git a/php-pear-HTML_CSS.spec b/php-pear-HTML_CSS.spec
new file mode 100644 (file)
index 0000000..b6f98f0
--- /dev/null
@@ -0,0 +1,71 @@
+%include       /usr/lib/rpm/macros.php
+%define         _class          HTML
+%define         _subclass       CSS
+%define                _status         stable
+%define                _pearname       %{_class}_%{_subclass}
+Summary:       %{_pearname} - class for generating CSS declarations
+Summary(pl):   %{_pearname} - klasa do generowania deklaracji CSS
+Name:          php-pear-%{_pearname}
+Version:       0.2.0
+Release:       1
+License:       PHP 2.02
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: 549eceff1562bd97b358a34e7abc0dfb
+URL:           http://pear.php.net/
+BuildRequires: rpm-php-pearprov >= 4.0.2-98
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+%{_pearname} provides a simple interface for generating a stylesheet
+declaration. It is completely standards compliant, and has some great
+features:
+- simple OO interface to CSS definitions
+- output to:
+  - inline stylesheet delcarations
+  - document internal stylesheet declarations
+  - standalone stylesheet declarations
+  - array of definitions
+
+In addition, it shares the following with HTML_Common based classes:
+- indent style support
+- line ending style
+
+This class has in PEAR status: %{_status}.
+
+%description -l pl
+%{_pearname} dostarcza prostego interfejsu do generowania deklaracji
+arkusza stylów. Jest ca³kowicie zgodny ze standardami, i ma kilka
+¶wietnych cech:
+- prosty interfejst OO do definicji CSS
+- wyj¶cie do:
+  - inline stylesheet delcarations [FIXME]
+  - inline stylesheet delcarations [FIXME]
+  - samodzielny plik z definicjami
+  - tablica definicji
+
+Dodatkowo, wspó³dzieli nastêpuj±ce cechy z klasami opartymi na
+HTML_Common:
+- ró¿ne style wciêæ
+- ró¿ne rodzaje znaków koñca linii
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/examples
+%{php_pear_dir}/%{_class}/*.php
This page took 0.224647 seconds and 4 git commands to generate.