]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- php-session and php-spl are compiled in statically
[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.2
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 %define         _appdir %{_datadir}/%{name}
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},%{_appdir}}
59 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
60
61 # library should be in include_path if used
62 cp -a library/Zend/* $RPM_BUILD_ROOT%{_appdir}
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 %{_appdir}
71
72 %files demos
73 %defattr(644,root,root,755)
74 %{_examplesdir}/%{name}-%{version}
This page took 0.055136 seconds and 4 git commands to generate.