]> git.pld-linux.org Git - packages/ZendStudio.git/blob - ZendStudio.spec
- 8.0.0, crashes at startup here
[packages/ZendStudio.git] / ZendStudio.spec
1 # TODO
2 # - sync -pl
3 # - contains: eclipse, jre - maybe can use system pkgs
4 Summary:        ZendStudio - The PHP IDE
5 Summary(pl.UTF-8):      ZendStudio - narzędzia do zarządzania serwerami WWW opartymi o PHP
6 Name:           ZendStudio
7 Version:        8.0.0
8 Release:        0.1
9 License:        Zend Studio License
10 Group:          Applications
11 Source0:        http://downloads.zend.com/studio-eclipse/%{version}/%{name}-%{version}-x86.tar.gz
12 # NoSource0-md5:        9b5b7946ffb9d99362a224f5605c8e6e
13 NoSource:       0
14 Source1:        http://downloads.zend.com/studio-eclipse/%{version}/%{name}-%{version}-x86_64.tar.gz
15 # NoSource1-md5:        b4bd2f7a7b351db59ebb218653a5cb76
16 NoSource:       1
17 URL:            http://www.zend.com/products/studio/
18 ExclusiveArch:  %{ix86} %{x8664}
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _appdir         %{_libdir}/%{name}
22
23 %description
24 Zend Studio is our professional-grade PHP IDE (Integrated Development
25 Environment). It has been designed to maximize developer productivity
26 by enabling you to develop and maintain code faster, solve application
27 problems quickly and improve team collaboration.
28
29 %description -l pl.UTF-8
30 Ten pakiet zawiera narzędzia do zarządzania serwerami WWW opartymi o
31 PHP. Moduł pozwala na przezroczystą instalację i integrację,
32 jednocześnie upraszczając konfigurowanie PHP i zdalną diagnostykę oraz
33 utrzymywanie bezpieczeństwa.
34
35 %prep
36 %ifarch %{ix86}
37 %setup -qcT -b 0
38 %endif
39 %ifarch %{x8664}
40 %setup -qcT -b 1
41 %endif
42 mv %{name} .unp && mv .unp/* .unp/.eclipseproduct .
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_appdir}
47
48 # test if we can hardlink -- %{_builddir} and $RPM_BUILD_ROOT on same partition
49 if cp -al notice.html $RPM_BUILD_ROOT/notice.html 2>/dev/null; then
50         l=l
51         rm -f $RPM_BUILD_ROOT/notice.html
52 fi
53
54 cp -a$l . $RPM_BUILD_ROOT%{_appdir}
55
56 rm -f $RPM_BUILD_ROOT%{_appdir}/debug*.list
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %dir %{_appdir}
64 %attr(755,root,root) %{_appdir}/ZendStudio
65 %attr(755,root,root) %{_appdir}/libcairo-swt.so
66
67 %{_appdir}/.eclipseproduct
68 %{_appdir}/docs
69 %{_appdir}/readme
70 %{_appdir}/about_files
71 %{_appdir}/about.html
72 %{_appdir}/epl-v10.html
73 %{_appdir}/notice.html
74
75 %{_appdir}/ZendStudio.ini
76 %{_appdir}/icon.xpm
77 %{_appdir}/configuration
78 %{_appdir}/p2
79
80 %{_appdir}/artifacts.xml
81 %{_appdir}/features
82 %{_appdir}/plugins
83
84 %{_appdir}/jre
This page took 0.03798 seconds and 4 git commands to generate.