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