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