]> git.pld-linux.org Git - packages/ZendStudio.git/blob - ZendStudio.spec
0511ae6409b21d47990ab7b08abb0ee40d08970a
[packages/ZendStudio.git] / ZendStudio.spec
1 Summary:        ZendStudio - server management tools for PHP-based Web serwers
2 Summary(pl.UTF-8):      ZendStudio - narzędzia do zarządzania serwerami WWW opartymi o PHP
3 Name:           ZendStudio
4 Version:        5.2.0
5 Release:        0.1
6 License:        Zend Studio License
7 Group:          Applications
8 Source0:        ZendStudio-5_2_0.tar.gz
9 # NoSource0-md5:        88f75c1d0576d8f3ec11386471520058
10 NoSource:       0
11 URL:            http://www.zend.com/products/zend_studio
12 ExclusiveArch:  %{ix86}
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %define         _datadir        %{_prefix}/share/Zend
16 %define         no_install_post_strip           1
17 %define         no_install_post_chrpath         1
18
19 %description
20 Includes server management tools that manage PHP based Web servers.
21 This module makes installation and integration seamless while
22 simplifying PHP and remote debugging configurations and security
23 maintenance.
24
25 %description -l pl.UTF-8
26 Ten pakiet zawiera narzędzia do zarządzania serwerami WWW opartymi o
27 PHP. Moduł pozwala na przezroczystą instalację i integrację,
28 jednocześnie upraszczając konfigurowanie PHP i zdalną diagnostykę oraz
29 utrzymywanie bezpieczeństwa.
30
31 %prep
32 %setup -qc
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
This page took 0.237865 seconds and 2 git commands to generate.