~ubuntu-branches/ubuntu/jaunty/geany/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Summary:       A fast and lightweight IDE using GTK2
Name:          geany
Version:       @VERSION@
Release:       1
License:       GPL2
Group:         Development/Tools
Vendor:        Enrico Tröger <enrico.troeger@uvena.de>
Packager:      Enrico Tröger <enrico.troeger@uvena.de>
Source:        http://files.uvena.de/geany/%{name}-%{version}.tar.bz2
URL:           http://geany.uvena.de/
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root
Requires:      glib2, gtk2, pango
BuildRequires: glib2-devel, gtk2-devel, pango-devel

%description
Geany is a small and fast editor with basic features of an integrated development environment.

Some features:
- syntax highlighting
- code completion
- code folding
- call tips
- folding
- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
- symbol lists

%prep
%setup -q

%build
%configure
%__make

%install
%__rm -Rf $RPM_BUILD_ROOT
%makeinstall
%__rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache

%clean
%__rm -Rf $RPM_BUILD_ROOT

%files
%defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO THANKS
%{_bindir}/%{name}
%{_libdir}/geany/
%{_datadir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/locale/*/LC_MESSAGES/%{name}.mo
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/doc/%{name}/
%{_mandir}/man1/%{name}.1.gz
%{_datadir}/icons/hicolor/16x16/apps/classviewer-*.png
%{_includedir}/geany/
%{_libdir}/pkgconfig/