SPECS: ZendStudio.spec (NEW) - new; but failure to do sth as it th...

glen glen at pld-linux.org
Thu Jun 1 17:02:17 CEST 2006


Author: glen                         Date: Thu Jun  1 15:02:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; but failure to do sth as it throws Exception: Malformed \uxxxx encoding.

---- Files affected:
SPECS:
   ZendStudio.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ZendStudio.spec
diff -u /dev/null SPECS/ZendStudio.spec:1.1
--- /dev/null	Thu Jun  1 17:02:17 2006
+++ SPECS/ZendStudio.spec	Thu Jun  1 17:02:12 2006
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+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)
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/06/01 15:02:12  glen
+- new; but failure to do sth as it throws Exception: Malformed \uxxxx encoding.
+
================================================================


More information about the pld-cvs-commit mailing list