]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- release 4
[packages/ZendFramework.git] / ZendFramework.spec
1 # TODO
2 # - Components to subpackages (WIP on @DEVEL)
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:        4
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 Obsoletes:      ZendFramework-doc
22 BuildArch:      noarch
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Zend Framework is a high quality and open source framework for
27 developing Web Applications and Web Services.
28
29 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
30 and powerful functionality. It provides solutions for building modern,
31 robust, and secure websites.
32
33 %description -l pl.UTF-8
34 Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
35 tworzenia aplikacji i usług WWW.
36
37 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
38 użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
39 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
40
41 %package demos
42 Summary:        Demos for Zend Framework
43 Summary(pl.UTF-8):      Programy demonstracyjne dla szkieletu Zend Framework
44 Group:          Documentation
45
46 %description demos
47 Demos for Zend Framework.
48
49 %description demos -l pl.UTF-8
50 Programy demonstracyjne dla szkieletu Zend Framework.
51
52 %prep
53 %setup -q
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{php_pear_dir}}
58 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
59
60 # library should be in include_path if used, so we use already defined %{php_pear_dir}
61 cp -a library/* $RPM_BUILD_ROOT%{php_pear_dir}
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc LICENSE.txt README.txt
69 %{php_pear_dir}/Zend
70
71 %files demos
72 %defattr(644,root,root,755)
73 %{_examplesdir}/%{name}-%{version}
This page took 0.068886 seconds and 4 git commands to generate.