]> git.pld-linux.org Git - packages/ZendFramework.git/blob - ZendFramework.spec
- converted to UTF-8
[packages/ZendFramework.git] / ZendFramework.spec
1 Summary:        Zend Framework
2 Summary(pl.UTF-8):   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.UTF-8
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 %package doc
34 Summary:        Documentation for Zend Framework
35 Summary(pl.UTF-8):   Dokumentacja dla Szkieletu Zend
36 Group:          Documentation
37
38 %description doc
39 Documentation for Zend Framework.
40
41 %description doc -l pl.UTF-8
42 Dokumentacja dla Szkieletu Zend.
43
44 %prep
45 %setup -q
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_appdir}}
50 cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
51
52 # library should be in include_path if used
53 cp -a library $RPM_BUILD_ROOT%{_appdir}
54
55 # The /incubator directory contains recent contributions that may
56 # eventually be moved to the /library directory.  These are considered
57 # highly unstable.
58 cp -a incubator $RPM_BUILD_ROOT%{_appdir}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files
64 %defattr(644,root,root,755)
65 %doc LICENSE.txt README.txt NEWS.txt
66 %{_appdir}
67 %{_examplesdir}/%{name}-%{version}
68
69 %files doc
70 %defattr(644,root,root,755)
71 %doc documentation/*
This page took 0.040211 seconds and 4 git commands to generate.