]> git.pld-linux.org Git - packages/ZendStudio.git/commitdiff
- new; but failure to do sth as it throws Exception: Malformed \uxxxx encoding.
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Jun 2006 15:02:12 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ZendStudio.spec -> 1.1

ZendStudio.spec [new file with mode: 0644]

diff --git a/ZendStudio.spec b/ZendStudio.spec
new file mode 100644 (file)
index 0000000..50602d6
--- /dev/null
@@ -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)
This page took 0.031042 seconds and 4 git commands to generate.