]> git.pld-linux.org Git - packages/gde.git/blob - gde.spec
- removed two lines with define
[packages/gde.git] / gde.spec
1 Summary:        Tool to manage programming projects
2 Summary(pl):    Narzêdzie do zarz±dzania projektami programistycznymi
3 Name:           gde
4 Version:        0.1.9
5 Release:        2
6 License:        GPL
7 Group:          X11/Development/Tools
8 Source0:        http://www.student.tue.nl/u/g.zwartjes/download/%{name}-%{version}.tar.gz
9 Source1:        %{name}.desktop
10 URL:            http://www.student.tue.nl/u/g.zwartjes/gde.html
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+-devel
14 BuildRequires:  libtool
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17
18 %description
19 GTK Development Environment (GDE) acts as a framework when you are
20 programming. It is not an integrated development environment, but more
21 a tool to manage programming projects. It keeps the user from
22 switching between terminals and editor windows, with a project
23 explorer. Making and running a project can be done with function keys,
24 with commands the user defines.
25
26 %description -l pl
27 GTK Development Environment (GDE) zapewnia ci podczas programowania
28 odpowiedni szkielet projektu. Nie jest zintegrowanym ¶rodowiskiem
29 programistycznym (IDE), lecz narzêdziem do zarz±dzania projektami
30 programistycznymi. Przy pomocy przegl±darki projektu uwalnia
31 u¿ytkownika od konieczno¶ci prze³±czania siê pomiêdzy terminalami i
32 oknami edytora. Kompilacja i uruchomienie projektu mo¿e byæ wywo³ane
33 przez klawisze funkcyjne, przy pomocy komend podanych przez
34 u¿ytkownika.
35
36 %prep
37 %setup -q
38
39 %build
40 rm -f missing
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install DESTDIR=$RPM_BUILD_ROOT
52
53 install -D %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Development/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 %{_applnkdir}/Development/*
This page took 0.048839 seconds and 3 git commands to generate.