]> git.pld-linux.org Git - packages/geany.git/blame - geany.spec
- up to 0.12
[packages/geany.git] / geany.spec
CommitLineData
60040de4 1Summary: Fast and lightweight IDE using GTK+2
015bed13 2Summary(pl.UTF-8): Szybkie i lekkie IDE używające GTK+2
1beb7ec2 3Name: geany
8141eddd 4Version: 0.11
2138c93e 5Release: 1
1beb7ec2 6License: GPL v2+
7Group: Development/Tools
4d792e24 8Source0: http://dl.sourceforge.net/geany/%{name}-%{version}.tar.bz2
8141eddd 9# Source0-md5: 1a0a679f4107d8c584d4e173d400f87c
1beb7ec2 10Patch0: %{name}-desktop.patch
11Patch1: %{name}-doc_dir.patch
bcbae9f2 12URL: http://geany.uvena.de/
437a651b 13BuildRequires: autoconf
14BuildRequires: automake
1beb7ec2 15BuildRequires: gettext-devel
16BuildRequires: gtk+2-devel >= 2:2.4.0
c7a29af4 17BuildRequires: libstdc++-devel
1beb7ec2 18BuildRequires: pkgconfig
858dae5d 19BuildRequires: vte-devel
bcbae9f2 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
1beb7ec2 23Geany is a small and lightweight integrated development environment.
24It was developed to provide a small and fast IDE, which has only a few
25dependencies from other packages. Another goal was to be as
26independent as possible from a special Desktop Environment like KDE or
60040de4 27GNOME.
bcbae9f2 28
29Basic 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
1beb7ec2 35- many supported filetypes like C, Java, PHP, HTML, Python, Perl,
36 Pascal
bcbae9f2 37- symbol lists
38
23610f4a
JR
39%description -l pl.UTF-8
40Geany jest małym i lekkim zintegrowanym środowiskiem programistycznym.
41Został napisany z myślą o byciu małym i szybkim IDE, z małą liczbą
42zależności od innych pakietów. Kolejnym, przyświecającym tworzeniu go
43celem było maksymalne uniezależnienie od konkretnego środowiska
60040de4 44graficznego jak KDE czy GNOME.
45
46Podstawowe cechy Geany to:
23610f4a
JR
47- podświetlanie składni
48- uzupełnianie kodu
49- automatyczne uzupełnianie często używanych konstrukcji jak if, for
60040de4 50 i while
23610f4a
JR
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,
60040de4 54 Pascal
55- wykazy symboli
56
bcbae9f2 57%prep
58%setup -q
1beb7ec2 59%patch0 -p1
60%patch1 -p1
bcbae9f2 61
62%build
4d792e24 63%{__glib_gettextize}
1beb7ec2 64%{__aclocal}
4d792e24 65%{__autoheader}
1beb7ec2 66%{__autoconf}
67%{__automake}
bcbae9f2 68%configure
69%{__make}
70
71%install
72rm -rf $RPM_BUILD_ROOT
bcbae9f2 73
74%{__make} install \
75 DESTDIR=$RPM_BUILD_ROOT
76
2138c93e 77rm -f $RPM_BUILD_ROOT/%{_pixmapsdir}/%{name}.ico
78
1beb7ec2 79%find_lang %{name}
80
bcbae9f2 81%clean
82rm -rf $RPM_BUILD_ROOT
83
1beb7ec2 84%files -f %{name}.lang
bcbae9f2 85%defattr(644,root,root,755)
8894a95e 86%doc AUTHORS NEWS README THANKS TODO scintilla/License.txt
2138c93e 87%attr(755,root,root) %{_bindir}/%{name}
88%{_desktopdir}/%{name}.desktop
bcbae9f2 89%{_datadir}/%{name}
2138c93e 90%{_pixmapsdir}/%{name}.png
91%{_mandir}/man1/%{name}.1*
This page took 0.114539 seconds and 4 git commands to generate.