]> git.pld-linux.org Git - packages/ZendStudio.git/blob - ZendStudio.spec
- BR: rpm-pythonprov
[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 BuildRequires:  rpm-pythonprov
19 ExclusiveArch:  %{ix86} %{x8664}
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %define         _appdir         %{_libdir}/%{name}
23
24 %description
25 Zend Studio is our professional-grade PHP IDE (Integrated Development
26 Environment). It has been designed to maximize developer productivity
27 by enabling you to develop and maintain code faster, solve application
28 problems quickly and improve team collaboration.
29
30 %description -l pl.UTF-8
31 Ten pakiet zawiera narzędzia do zarządzania serwerami WWW opartymi o
32 PHP. Moduł pozwala na przezroczystą instalację i integrację,
33 jednocześnie upraszczając konfigurowanie PHP i zdalną diagnostykę oraz
34 utrzymywanie bezpieczeństwa.
35
36 %prep
37 %ifarch %{ix86}
38 %setup -qcT -b 0
39 %endif
40 %ifarch %{x8664}
41 %setup -qcT -b 1
42 %endif
43 mv %{name} .unp && mv .unp/* .unp/.eclipseproduct .
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT%{_appdir}
48
49 # test if we can hardlink -- %{_builddir} and $RPM_BUILD_ROOT on same partition
50 if cp -al notice.html $RPM_BUILD_ROOT/notice.html 2>/dev/null; then
51         l=l
52         rm -f $RPM_BUILD_ROOT/notice.html
53 fi
54
55 cp -a$l . $RPM_BUILD_ROOT%{_appdir}
56
57 rm -f $RPM_BUILD_ROOT%{_appdir}/debug*.list
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %dir %{_appdir}
65 %attr(755,root,root) %{_appdir}/ZendStudio
66 %attr(755,root,root) %{_appdir}/libcairo-swt.so
67
68 %{_appdir}/.eclipseproduct
69 %{_appdir}/docs
70 %{_appdir}/readme
71 %{_appdir}/about_files
72 %{_appdir}/about.html
73 %{_appdir}/epl-v10.html
74 %{_appdir}/notice.html
75
76 %{_appdir}/ZendStudio.ini
77 %{_appdir}/icon.xpm
78 %{_appdir}/configuration
79 %{_appdir}/p2
80
81 %{_appdir}/artifacts.xml
82 %{_appdir}/features
83 %{_appdir}/plugins
84
85 %{_appdir}/jre
This page took 0.066646 seconds and 3 git commands to generate.