]> git.pld-linux.org Git - packages/php-pear.git/blame - php-pear.spec
- Event dir; release 24
[packages/php-pear.git] / php-pear.spec
CommitLineData
25de18da 1Summary: PEAR - PHP Extension and Application Repository
76e800da 2Summary(pl.UTF-8): PEAR - rozszerzenie PHP i repozytorium aplikacji
25de18da
ER
3Name: php-pear
4Version: 1.0
b67f38ff 5Release: 24
25de18da
ER
6Epoch: 4
7License: Public Domain
8Group: Development/Languages/PHP
25de18da 9Obsoletes: php-pear-additional_classes
109b2b0a 10Obsoletes: php4-pear
08a1e49d 11Conflicts: php-pear-PEAR < 1:1.4.6-1.3
25de18da
ER
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16PEAR - PHP Extension and Application Repository.
17
18Please note that this package provides only basic directory structure.
19If you want to use base PEAR classes (PEAR.php, PEAR/*.php), that come
20with PHP, please install appropriate php-pear-* (php-pear-PEAR,
21php-PEAR-Archive_Tar, etc) packages.
22
84a3ead2 23%description -l pl.UTF-8
25de18da
ER
24PEAR (PHP Extension and Application Repository) - rozszerzenie PHP i
25repozytorium aplikacji.
26
84a3ead2
JR
27Należy pamiętać, że ten pakiet dostarcza tylko podstawową strukturę
28katalogów. Aby użyć podstawowych klas PEAR (PEAR.php PEAR/*.php),
29dostarczanych z PHP, należy zainstalować odpowiednie pakiety
25de18da
ER
30php-pear-* (php-pear-PEAR, php-pear-Archive_Tar, itp).
31
32%prep
33
34%install
54b72825 35rm -rf $RPM_BUILD_ROOT
d0c90bfc 36install -d $RPM_BUILD_ROOT%{php_pear_dir}/{data,tests}
e47124f8
ER
37
38while read dir; do
39 install -d $RPM_BUILD_ROOT$dir
40done <<EOF
f2e5d717 41%{php_pear_dir}/.registry
e47124f8 42%{php_pear_dir}/Archive
8b36818a 43%{php_pear_dir}/Auth
7051e1d1 44%{php_pear_dir}/Cache
e47124f8 45%{php_pear_dir}/Console
d135aaea 46%{php_pear_dir}/Contact
7051e1d1 47%{php_pear_dir}/Crypt
8b36818a 48%{php_pear_dir}/DB/DataObject
b67f38ff 49%{php_pear_dir}/Event
6a776838 50%{php_pear_dir}/File
8b36818a 51%{php_pear_dir}/Gtk
baff6ba1 52%{php_pear_dir}/Gtk2
e47124f8 53%{php_pear_dir}/HTML
a64748d8 54%{php_pear_dir}/HTML/QuickForm
3314c2d4
ER
55%{php_pear_dir}/HTML/Table
56%{php_pear_dir}/HTML/Template
e47124f8 57%{php_pear_dir}/HTTP
21dc0ab4
ER
58%{php_pear_dir}/HTTP/WebDAV
59%{php_pear_dir}/HTTP/WebDAV/Tools
f7198b38 60%{php_pear_dir}/I18N
e47124f8 61%{php_pear_dir}/Image
6c23b1d5 62%{php_pear_dir}/MP3
3314c2d4 63%{php_pear_dir}/Math
e47124f8
ER
64%{php_pear_dir}/Net
65%{php_pear_dir}/Numbers
d135aaea 66%{php_pear_dir}/PHP
3314c2d4 67%{php_pear_dir}/Payment
698a23ed 68%{php_pear_dir}/QA
e47124f8
ER
69%{php_pear_dir}/Science
70%{php_pear_dir}/Services
d7c960b2 71%{php_pear_dir}/Structures
dff95dc3 72%{php_pear_dir}/Testing
e47124f8 73%{php_pear_dir}/Text
fb984fdb 74%{php_pear_dir}/Text/Spell
3438e6b2 75%{php_pear_dir}/URI
c8e9976e
AG
76%{php_pear_dir}/Validate
77%{php_pear_dir}/Validate/Finance
698a23ed
AG
78%{php_pear_dir}/VersionControl
79%{php_pear_dir}/XML
e47124f8 80EOF
54b72825 81
08a1e49d
ER
82%clean
83rm -rf $RPM_BUILD_ROOT
84
25de18da
ER
85%files
86%defattr(644,root,root,755)
76f5729b 87%{php_pear_dir}
This page took 0.078549 seconds and 4 git commands to generate.