]> git.pld-linux.org Git - packages/ZendFramework.git/blame - ZendFramework.spec
- converted to UTF-8
[packages/ZendFramework.git] / ZendFramework.spec
CommitLineData
366e32c5 1Summary: Zend Framework
0c96b98d 2Summary(pl.UTF-8): Szkielet Zend
366e32c5 3Name: ZendFramework
8aa6f402 4Version: 0.1.3
366e32c5
ER
5Release: 0.1
6License: Zend Framework License, 1.0, (distributable, see LICENSE)
7Group: Development/Languages/PHP
8Source0: http://framework.zend.com/releases/%{name}-%{version}.tar.gz
8aa6f402 9# Source0-md5: 3adef29f62bb8f3c536b81e56d65fd86
366e32c5
ER
10URL: http://framework.zend.com/
11Requires: php-common >= 4:5.0.0
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _appdir %{_datadir}/%{name}
16
17%description
18Zend Framework is a high quality and open source framework for
19developing Web Applications and Web Services.
20
21Built in the true PHP spirit, the Zend Framework delivers ease-of-use
22and powerful functionality. It provides solutions for building modern,
23robust, and secure websites.
24
0c96b98d
JR
25%description -l pl.UTF-8
26Zend Framework to mający otwarte źródła, wysokiej jakości szkielet do
27tworzenia aplikacji i usług WWW.
6dcfea62 28
0c96b98d
JR
29Stworzony w prawdziwym duchu PHP szkielet Zend dostarcza łatwą w
30użyciu i potężną funkcjonalność. Udostępnia rozwiązania do tworzenia
31nowoczesnych, bogatych i bezpiecznych serwisów WWW.
6dcfea62 32
9f190b56 33%package doc
34Summary: Documentation for Zend Framework
0c96b98d 35Summary(pl.UTF-8): Dokumentacja dla Szkieletu Zend
9f190b56 36Group: Documentation
37
38%description doc
39Documentation for Zend Framework.
40
0c96b98d 41%description doc -l pl.UTF-8
9f190b56 42Dokumentacja dla Szkieletu Zend.
43
366e32c5
ER
44%prep
45%setup -q
46
47%install
48rm -rf $RPM_BUILD_ROOT
49install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_appdir}}
50cp -a demos/Zend/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
51
52# library should be in include_path if used
53cp -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.
58cp -a incubator $RPM_BUILD_ROOT%{_appdir}
59
60%clean
61rm -rf $RPM_BUILD_ROOT
62
63%files
64%defattr(644,root,root,755)
65%doc LICENSE.txt README.txt NEWS.txt
366e32c5
ER
66%{_appdir}
67%{_examplesdir}/%{name}-%{version}
9f190b56 68
69%files doc
70%defattr(644,root,root,755)
71%doc documentation/*
This page took 0.092183 seconds and 4 git commands to generate.