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