packages: ZendStudio/ZendStudio.spec - 8.0.0, crashes at startup here

glen glen at pld-linux.org
Fri Nov 26 16:48:46 CET 2010


Author: glen                         Date: Fri Nov 26 15:48:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 8.0.0, crashes at startup here

---- Files affected:
packages/ZendStudio:
   ZendStudio.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/ZendStudio/ZendStudio.spec
diff -u packages/ZendStudio/ZendStudio.spec:1.7 packages/ZendStudio/ZendStudio.spec:1.8
--- packages/ZendStudio/ZendStudio.spec:1.7	Fri Jan 25 00:09:29 2008
+++ packages/ZendStudio/ZendStudio.spec	Fri Nov 26 16:48:41 2010
@@ -1,25 +1,31 @@
 # $Revision$, $Date$
-Summary:	ZendStudio - server management tools for PHP-based Web serwers
+# TODO
+# - sync -pl
+# - contains: eclipse, jre - maybe can use system pkgs
+Summary:	ZendStudio - The PHP IDE
 Summary(pl.UTF-8):	ZendStudio - narzędzia do zarządzania serwerami WWW opartymi o PHP
 Name:		ZendStudio
-Version:	5.5.0a
+Version:	8.0.0
 Release:	0.1
 License:	Zend Studio License
 Group:		Applications
-Source0:	ZendStudio-5_5_0a.tar.gz
-# NoSource0-md5:	6a13b22bc6acf92dd97df1cfc5758e16
+Source0:	http://downloads.zend.com/studio-eclipse/%{version}/%{name}-%{version}-x86.tar.gz
+# NoSource0-md5:	9b5b7946ffb9d99362a224f5605c8e6e
 NoSource:	0
-URL:		http://www.zend.com/products/zend_studio
-ExclusiveArch:	%{ix86}
+Source1:	http://downloads.zend.com/studio-eclipse/%{version}/%{name}-%{version}-x86_64.tar.gz
+# NoSource1-md5:	b4bd2f7a7b351db59ebb218653a5cb76
+NoSource:	1
+URL:		http://www.zend.com/products/studio/
+ExclusiveArch:	%{ix86} %{x8664}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_datadir	%{_prefix}/share/Zend
+%define		_appdir		%{_libdir}/%{name}
 
 %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.
+Zend Studio is our professional-grade PHP IDE (Integrated Development
+Environment). It has been designed to maximize developer productivity
+by enabling you to develop and maintain code faster, solve application
+problems quickly and improve team collaboration.
 
 %description -l pl.UTF-8
 Ten pakiet zawiera narzędzia do zarządzania serwerami WWW opartymi o
@@ -28,16 +34,55 @@
 utrzymywanie bezpieczeństwa.
 
 %prep
-%setup -qc
+%ifarch %{ix86}
+%setup -qcT -b 0
+%endif
+%ifarch %{x8664}
+%setup -qcT -b 1
+%endif
+mv %{name} .unp && mv .unp/* .unp/.eclipseproduct .
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+# test if we can hardlink -- %{_builddir} and $RPM_BUILD_ROOT on same partition
+if cp -al notice.html $RPM_BUILD_ROOT/notice.html 2>/dev/null; then
+	l=l
+	rm -f $RPM_BUILD_ROOT/notice.html
+fi
+
+cp -a$l . $RPM_BUILD_ROOT%{_appdir}
+
+rm -f $RPM_BUILD_ROOT%{_appdir}/debug*.list
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%dir %{_appdir}
+%attr(755,root,root) %{_appdir}/ZendStudio
+%attr(755,root,root) %{_appdir}/libcairo-swt.so
+
+%{_appdir}/.eclipseproduct
+%{_appdir}/docs
+%{_appdir}/readme
+%{_appdir}/about_files
+%{_appdir}/about.html
+%{_appdir}/epl-v10.html
+%{_appdir}/notice.html
+
+%{_appdir}/ZendStudio.ini
+%{_appdir}/icon.xpm
+%{_appdir}/configuration
+%{_appdir}/p2
+
+%{_appdir}/artifacts.xml
+%{_appdir}/features
+%{_appdir}/plugins
+
+%{_appdir}/jre
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -45,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2010/11/26 15:48:41  glen
+- 8.0.0, crashes at startup here
+
 Revision 1.7  2008/01/24 23:09:29  glen
 - drop no_install_post_strip (not reasoned)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ZendStudio/ZendStudio.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list