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