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