]> git.pld-linux.org Git - packages/gde.git/blob - gde.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/gde.git] / gde.spec
1 Summary:        Tool to manage programming projects
2 Summary(pl.UTF-8):      Narzędzie do zarządzania projektami programistycznymi
3 Name:           gde
4 Version:        0.1.9
5 Release:        5
6 License:        GPL
7 Group:          X11/Development/Tools
8 Source0:        http://www.student.tue.nl/u/g.zwartjes/ews/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  d2c3880cf2985196e52c5ac3b7f64a07
10 Source1:        %{name}.desktop
11 URL:            http://www.student.tue.nl/u/g.zwartjes/ews/gde.html
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+-devel
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18
19 %description
20 GTK+ Development Environment (GDE) acts as a framework when you are
21 programming. It is not an integrated development environment, but more
22 a tool to manage programming projects. It keeps the user from
23 switching between terminals and editor windows, with a project
24 explorer. Making and running a project can be done with function keys,
25 with commands the user defines.
26
27 %description -l pl.UTF-8
28 GTK+ Development Environment (GDE) służy jako szkielet projektu przy
29 programowaniu. Nie jest zintegrowanym środowiskiem programistycznym
30 (IDE), lecz narzędziem do zarządzania projektami programistycznymi.
31 Przy pomocy przeglądarki projektu uwalnia użytkownika od konieczności
32 przełączania się pomiędzy terminalami i oknami edytora. Kompilacja i
33 uruchomienie projektu może być wywołane przez klawisze funkcyjne, przy
34 pomocy komend podanych przez użytkownika.
35
36 %prep
37 %setup -q
38
39 %build
40 %{__libtoolize}
41 %{__aclocal}
42 %{__autoconf}
43 %{__automake}
44 %configure
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT
52
53 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/gde.desktop
54
55 %clean
56 rm -rf $RPM_BUILD_ROOT
57
58 %files
59 %defattr(644,root,root,755)
60 %doc README TODO ChangeLog NEWS AUTHORS doc/Manual
61 %attr(755,root,root) %{_bindir}/*
62 %{_desktopdir}/*.desktop
This page took 0.050041 seconds and 3 git commands to generate.