]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- 0.1.3
[packages/ZendFramework.git] / ZendFramework.spec
1 Summary:        Zend Framework
2 Summary(pl):    Szkielet Zend
3 Name:           ZendFramework
4 Version:        0.1.3
5 Release:        0.1
6 License:        Zend Framework License, 1.0, (distributable, see LICENSE)
7 Group:          Development/Languages/PHP
8 Source0:        http://framework.zend.com/releases/%{name}-%{version}.tar.gz
9 # Source0-md5:  3adef29f62bb8f3c536b81e56d65fd86
10 URL:            http://framework.zend.com/
11 Requires:       php-common >= 4:5.0.0
12 BuildArch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _appdir %{_datadir}/%{name}
16
17 %description
18 Zend Framework is a high quality and open source framework for
19 developing Web Applications and Web Services.
20
21 Built in the true PHP spirit, the Zend Framework delivers ease-of-use
22 and powerful functionality. It provides solutions for building modern,
23 robust, and secure websites.
24
25 %description -l pl
26 Zend Framework to maj±cy otwarte ¼ród³a, wysokiej jako¶ci szkielet do
27 tworzenia aplikacji i us³ug WWW.
28
29 Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza ³atw± w
30 u¿yciu i potê¿n± funkcjonalno¶æ. Udostêpnia rozwi±zania do tworzenia
31 nowoczesnych, bogatych i bezpiecznych serwisów WWW.
32
33 %prep
34 %setup -q
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_appdir}}
39 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
40
41 # library should be in include_path if used
42 cp -a library $RPM_BUILD_ROOT%{_appdir}
43
44 # The /incubator directory contains recent contributions that may
45 # eventually be moved to the /library directory.  These are considered
46 # highly unstable.
47 cp -a incubator $RPM_BUILD_ROOT%{_appdir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc LICENSE.txt README.txt NEWS.txt
55 # TODO: subpackage docs
56 %doc documentation/*
57 %{_appdir}
58 %{_examplesdir}/%{name}-%{version}
This page took 0.027338 seconds and 4 git commands to generate.