]> git.pld-linux.org Git - packages/php-pear-HTML_CSS.git/blob - php-pear-HTML_CSS.spec
- updated to 0.3.4
[packages/php-pear-HTML_CSS.git] / php-pear-HTML_CSS.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          HTML
3 %define         _subclass       CSS
4 %define         _status         beta
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - class for generating CSS declarations
8 Summary(pl):    %{_pearname} - klasa do generowania deklaracji CSS
9 Name:           php-pear-%{_pearname}
10 Version:        0.3.4
11 Release:        1
12 License:        PHP 3.0
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  8f3d1eecd60e998da40f53c7e6306841
16 URL:            http://pear.php.net/package/HTML_CSS/
17 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 %{_pearname} provides a simple interface for generating a stylesheet
24 declaration. It is completely standards compliant, and has some great
25 features:
26 - simple OO interface to CSS definitions
27 - output to:
28   - inline stylesheet declarations
29   - document internal stylesheet declarations
30   - standalone stylesheet declarations
31   - array of definitions
32
33 In addition, it shares the following with HTML_Common based classes:
34 - indent style support
35 - line ending style
36
37 This class has in PEAR status: %{_status}.
38
39 %description -l pl
40 %{_pearname} dostarcza prostego interfejsu do generowania deklaracji
41 arkusza stylów. Jest ca³kowicie zgodny ze standardami, i ma kilka
42 ¶wietnych cech:
43 - prosty obiektowo zorientowany interfejs do definicji CSS
44 - wyj¶cie do:
45   - deklaracji arkusza stylów w miejscu
46   - wewnêtrznych deklaracji arkusza stylów w dokumencie
47   - samodzielnego pliku z definicjami
48   - tablicy definicji
49
50 Ponadto wspó³dzieli nastêpuj±ce cechy z klasami opartymi na
51 HTML_Common:
52 - ró¿ne style wciêæ
53 - ró¿ne rodzaje znaków koñca linii
54
55 Ta klasa ma w PEAR status: %{_status}.
56
57 %prep
58 %setup -q -c
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
63
64 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc %{_pearname}-%{version}/{examples,tests}
72 %{php_pear_dir}/%{_class}/*.php
This page took 0.029979 seconds and 4 git commands to generate.