]> git.pld-linux.org Git - packages/Komodo-Edit.git/blob - Komodo-Edit.spec
- pl
[packages/Komodo-Edit.git] / Komodo-Edit.spec
1 # TODO:
2 # - PLDize
3 # - fix paths in installed files
4
5 %define buildrev        278227
6 Summary:        Editor for dynamic languages including Perl, PHP, Python, Ruby and Tcl
7 Summary(pl.UTF-8):      Edytor dla języków dynamicznych takich jak Perl, PHP, Python, Ruby czy Tcl
8 Name:           Komodo-Edit
9 Version:        4.0.3
10 Release:        0.1
11 License:        custom
12 Group:          X11/Applications/Editors
13 Source0:        http://downloads.activestate.com/Komodo/Linux/4.0/%{name}-%{version}-%{buildrev}-linux-libcpp6-x86.tar.gz
14 # Source0-md5:  f754fa658a53ebac13b30438e84d99c0
15 URL:            http://www.activestate.com/products/komodo_edit/
16 ExclusiveArch:  %{ix86}
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Award-winning editing for dynamic languages including Perl, PHP,
21 Python, Ruby and Tcl; plus support for browser-side code including
22 JavaScript, CSS, HTML and XML.
23
24 Background syntax checking and syntax coloring catch errors
25 immediately, while autocomplete and calltips guide you as you write.
26 Available on Linux, Mac OS X and Windows.
27
28 %description -l pl.UTF-8
29 Zdobywający nagrody edytor dla języków dynamicznych, takich jak Perl,
30 PHP, Python, Ruby czy Tcl; zawiera obsługę dla kodu po stronie
31 przeglądarki wraz z JavaScriptem, CSS-em, HTML-em i XML-em.
32
33 Sprawdzanie składni w tle i jej kolorowanie pozwala natychmiast
34 wyłapać błędy, a automatyczne dopełnianie i podpowiadanie wywołań
35 prowadzi programistę w trakcie pisania. Edytor dostępny jest dla
36 Linuksa, MacOS X i Windows.
37
38 %prep
39 %setup -q -n %{name}-%{version}-%{buildrev}-linux-libcpp6-x86
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 sh install.sh \
45         --install-dir "$RPM_BUILD_ROOT%{_prefix}"
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc *.txt
53 %attr(755,root,root) %{_bindir}/*
54 # XXX: FIXME
55 %attr(-,root,root) %{_libdir}/*
56 #%{_desktopdir}/*
57 # XXX: too many dirs?
58 %{_iconsdir}/*
This page took 0.178779 seconds and 3 git commands to generate.