]> git.pld-linux.org Git - packages/geany.git/blob - geany.spec
- pl, fixed summary/desription
[packages/geany.git] / geany.spec
1 Summary:        Fast and lightweight IDE using GTK+2
2 Summary(pl):    Szybkie i lekkie IDE u¿ywaj±ce GTK+2
3 Name:           geany
4 Version:        0.3
5 Release:        2
6 License:        GPL v2+
7 Group:          Development/Tools
8 Source0:        http://geany.uvena.de/files/%{name}-%{version}.tar.bz2
9 # Source0-md5:  64bc92e6d0582bc3594537da5fa7cf91
10 Patch0:         %{name}-desktop.patch
11 Patch1:         %{name}-doc_dir.patch
12 URL:            http://geany.uvena.de/
13 BuildRequires:  gettext-devel
14 BuildRequires:  gtk+2-devel >= 2:2.4.0
15 BuildRequires:  pkgconfig
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Geany is a small and lightweight integrated development environment.
20 It was developed to provide a small and fast IDE, which has only a few
21 dependencies from other packages. Another goal was to be as
22 independent as possible from a special Desktop Environment like KDE or
23 GNOME.
24
25 Basic features of Geany
26 - syntax highlighting
27 - code completion
28 - auto completion of often used constructs like if, for and while
29 - auto completion of XML and HTML tags
30 - call tips
31 - many supported filetypes like C, Java, PHP, HTML, Python, Perl,
32   Pascal
33 - symbol lists
34
35 %description -l pl
36 Geany jest ma³ym i lekkim zintegrowanym ¶rodowiskiem programistycznym.
37 Zosta³ napisany z my¶l± o byciu ma³ym i szybkim IDE, z ma³± ilo¶ci±
38 zale¿no¶ci od innych pakietów. Kolejnym, przy¶wiecaj±cym tworzeniu go
39 celem by³o maksymalne uniezale¿nienie od konkretnego ¶rodowiska
40 graficznego jak KDE czy GNOME.
41
42 Podstawowe cechy Geany to:
43 - pod¶wietlanie sk³adni
44 - uzupe³nianie kodu
45 - automatyczne uzupe³nianie czêsto u¿ywanych konstrukcji jak if, for
46   i while
47 - automatyczne uzupe³nianie tagów XML i HTML
48 - wy¶wietlanie podpowiedzi
49 - wiele wspieranych typów plików jak C, Java, PHP, Python, Perl,
50   Pascal
51 - wykazy symboli
52
53 %prep
54 %setup -q
55 %patch0 -p1
56 %patch1 -p1
57
58 %build
59 %{__aclocal}
60 %{__autoconf}
61 %{__automake}
62 %configure
63 %{__make}
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67
68 %{__make} install \
69         DESTDIR=$RPM_BUILD_ROOT
70
71 %find_lang %{name}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS NEWS README THANKS TODO
79 %attr(755,root,root) %{_bindir}/geany
80 %{_desktopdir}/geany.desktop
81 %{_datadir}/%{name}
82 %{_pixmapsdir}/geany.png
This page took 0.105434 seconds and 3 git commands to generate.