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