]> git.pld-linux.org Git - packages/ZendStudio.git/blame - ZendStudio.spec
- new; but failure to do sth as it throws Exception: Malformed \uxxxx encoding.
[packages/ZendStudio.git] / ZendStudio.spec
CommitLineData
78b2ca72
ER
1Summary: ZendStudio
2Name: ZendStudio
3Version: 5.2.0
4Release: 0.1
5License: Zend Studio License
6Group: Applications
7Source0: ZendStudio-5_2_0.tar.gz
8# NoSource0-md5: 88f75c1d0576d8f3ec11386471520058
9URL: http://www.zend.com/products/zend_studio
10ExclusiveArch: %{ix86}
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%define _datadir %{_prefix}/share/Zend
14%define no_install_post_strip 1
15%define no_install_post_chrpath 1
16
17%description
18Includes server management tools that manage PHP based Web servers.
19This module makes installation and integration seamless while
20simplifying PHP and remote debugging configurations and security
21maintenance.
22
23%prep
24%setup -qc
25
26%install
27rm -rf $RPM_BUILD_ROOT
28
29%clean
30rm -rf $RPM_BUILD_ROOT
31
32%files
33%defattr(644,root,root,755)
This page took 0.070277 seconds and 4 git commands to generate.