]> git.pld-linux.org Git - packages/ZendStudio.git/blob - ZendStudio.spec
*** empty log message ***
[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.5.0a
5 Release:        0.1
6 License:        Zend Studio License
7 Group:          Applications
8 Source0:        ZendStudio-5_5_0a.tar.gz
9 # NoSource0-md5:        6a13b22bc6acf92dd97df1cfc5758e16
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 1.181899 seconds and 3 git commands to generate.