]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
be65e4dcca009142f2a2bfc889fe1241fa7b5adb
[packages/ZendFramework.git] / ZendFramework.spec
1 # TODO
2 # - Components to subpackages
3 %include        /usr/lib/rpm/macros.php
4 Summary:        Zend Framework
5 Summary(pl.UTF-8):      Szkielet Zend
6 Name:           ZendFramework
7 Version:        1.5.2
8 Release:        1.6
9 License:        New BSD License
10 Group:          Development/Languages/PHP
11 Source0:        http://framework.zend.com/releases/%{name}-%{version}/ZendFramework-%{version}.tar.gz
12 # Source0-md5:  f2c3d4e6aea6136645d20979cc94bf5b
13 URL:            http://framework.zend.com/
14 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
15 Requires:       php-common >= 4:5.1.4
16 Requires:       php-ctype
17 Requires:       php-hash
18 Requires:       php-iconv
19 Requires:       php-pcre
20 Requires:       php-pdo
21 Requires:       php-pdo-mysql
22 Obsoletes:      ZendFramework-doc
23 BuildArch:      noarch
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Zend Framework is a high quality and open source framework for
28 developing Web Applications and Web Services.
29
30 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
31 and powerful functionality. It provides solutions for building modern,
32 robust, and secure websites.
33
34 %description -l pl.UTF-8
35 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
36 tworzenia aplikacji i usług WWW.
37
38 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
39 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
40 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
41
42 %package demos
43 Summary:        Demos for Zend Framework
44 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
45 Group:          Documentation
46
47 %description demos
48 Demos for Zend Framework.
49
50 %description demos -l pl.UTF-8
51 Programy demonstracyjne dla szkieletu Zend Framework.
52
53 %prep
54 %setup -q
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}}
59 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
60
61 # library should be in include_path if used, so we use already defined %{php_pear_dir}
62 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc LICENSE.txt README.txt
70 %{php_pear_dir}
71
72 %files demos
73 %defattr(644,root,root,755)
74 %{_examplesdir}/%{name}-%{version}
This page took 0.023178 seconds and 2 git commands to generate.