From 78b2ca72fead51425530fd682da23d290d02bc7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 1 Jun 2006 15:02:12 +0000 Subject: [PATCH] - new; but failure to do sth as it throws Exception: Malformed \uxxxx encoding. Changed files: ZendStudio.spec -> 1.1 --- ZendStudio.spec | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ZendStudio.spec diff --git a/ZendStudio.spec b/ZendStudio.spec new file mode 100644 index 0000000..50602d6 --- /dev/null +++ b/ZendStudio.spec @@ -0,0 +1,33 @@ +Summary: ZendStudio +Name: ZendStudio +Version: 5.2.0 +Release: 0.1 +License: Zend Studio License +Group: Applications +Source0: ZendStudio-5_2_0.tar.gz +# NoSource0-md5: 88f75c1d0576d8f3ec11386471520058 +URL: http://www.zend.com/products/zend_studio +ExclusiveArch: %{ix86} +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _datadir %{_prefix}/share/Zend +%define no_install_post_strip 1 +%define no_install_post_chrpath 1 + +%description +Includes server management tools that manage PHP based Web servers. +This module makes installation and integration seamless while +simplifying PHP and remote debugging configurations and security +maintenance. + +%prep +%setup -qc + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) -- 2.44.0