]> git.pld-linux.org Git - packages/ZendStudio.git/blob - ZendStudio.spec
- drop no_install_post_strip (not reasoned)
[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
17 %description
18 Includes server management tools that manage PHP based Web servers.
19 This module makes installation and integration seamless while
20 simplifying PHP and remote debugging configurations and security
21 maintenance.
22
23 %description -l pl.UTF-8
24 Ten pakiet zawiera narzędzia do zarządzania serwerami WWW opartymi o
25 PHP. Moduł pozwala na przezroczystą instalację i integrację,
26 jednocześnie upraszczając konfigurowanie PHP i zdalną diagnostykę oraz
27 utrzymywanie bezpieczeństwa.
28
29 %prep
30 %setup -qc
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
This page took 0.057953 seconds and 3 git commands to generate.