]> git.pld-linux.org Git - packages/anjuta.git/blob - anjuta.spec
- added home_etc.patch
[packages/anjuta.git] / anjuta.spec
1 #%%define               snap    20030425
2
3 Summary:        GNOME integrated development environment
4 Summary(pl):    Zintegrowane ¶rodowisko programowania dla GNOME
5 Summary(pt_BR): Ambiente de desenvolvimento integrado C e C++
6 Name:           anjuta
7 Version:        1.1.98
8 Release:        2
9 Epoch:          1
10 License:        GPL
11 Group:          Development/Tools
12 #Source0:       %{name}-%{version}-%{snap}.tar.bz2
13 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
14 # Source0-md5:  cd4a048c856831d5eaddd6e78de3169c
15 Patch0:         %{name}-gettext.patch
16 Patch1:         %{name}-home_etc.patch
17 URL:            http://anjuta.sourceforge.net/
18 BuildRequires:  ORBit2-devel >= 2.8.0
19 BuildRequires:  autoconf
20 BuildRequires:  automake
21 BuildRequires:  glib2-devel >= 2.2.0
22 BuildRequires:  intltool
23 BuildRequires:  gnome-common >= 2.4.0
24 BuildRequires:  gnome-vfs2-devel >= 2.4.0
25 BuildRequires:  libglade2-devel >= 2.0.1
26 BuildRequires:  libgnomeprintui-devel >= 2.4.0
27 BuildRequires:  libgnomeui-devel >= 2.4.0
28 BuildRequires:  libxml2-devel >= 2.4.2
29 BuildRequires:  libtool
30 BuildRequires:  ncurses-devel
31 BuildRequires:  pcre-devel >= 3.9
32 BuildRequires:  pkgconfig
33 BuildRequires:  scrollkeeper
34 BuildRequires:  vte-devel >= 0.11.0
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 Anjuta is a very versatile integrated development environment for C
39 and C++ GNU/Linux. Written in GTK/GNOME and written for GTK/GNOME, it
40 features many advanced programming tools and utilities. Besides many
41 other, it has project management, application wizards, onboard
42 interactive debugger, and a powerful source editor with source
43 browsing.
44
45 %description -l pl
46 Anjuta to wszechstronne zintegrowane ¶rodowisko programowania dla
47 jêzyka C oraz C++. Zosta³o napisane z wykorzystaniem tandemu
48 GTK/GNOME, w³a¶nie po to by go w takim otoczeniu u¿ywaæ. Miêdzy innymi
49 posiada zarz±dcê projektów, kreator aplikacji, wbudowany interaktywny
50 odpluskwiacz oraz edytor z mo¿liwo¶ci± przegl±dania ¼róde³.
51
52 %description -l pt_BR
53 O Anjuta é um ambiente de desenvolvimento integrado (IDE) versátil
54 para as linguagens C e C++. Foi escrito para o GTK/GNOME e tem uma
55 série de características de programação avançadas. Basicamente é uma
56 interface gráfica com o usuário para um conjunto de utilitários de
57 linha de comando e ferramentas para programação para o Linux. Estas
58 são geralmente executadas em um console em modo texto e podem ser não
59 amigáveis.
60
61 %prep
62 %setup -q
63 %patch0 -p0
64 %patch1 -p1
65
66 %build
67 CXXFLAGS="%{rpmcflags} -fno-exceptions"
68 CFLAGS="%{rpmcflags} -fno-omit-frame-pointer"
69 rm -f missing
70 #%%{__gettextize}
71 #intltoolize
72 %{__libtoolize}
73 %{__aclocal} -I /usr/share/aclocal/gnome2-macros
74 %{__autoheader}
75 %{__autoconf}
76 %{__automake}
77 #./autogen.sh
78 %configure \
79         --disable-static \
80         --enable-gprof
81 %{__make}
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT \
88         gnomemenudir=%{_desktopdir}
89
90 # *.la not needed - *.so loaded through libgmodule
91 rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/lib*.la
92
93 %find_lang %{name} --with-gnome
94
95 %clean
96 rm -rf $RPM_BUILD_ROOT
97
98 %post -p /usr/bin/scrollkeeper-update
99 %postun -p /usr/bin/scrollkeeper-update
100
101 %files -f %{name}.lang
102 %defattr(644,root,root,755)
103 %doc AUTHORS ChangeLog FUTURE NEWS README TODO doc/ScintillaDoc.html
104 %attr(755,root,root) %{_bindir}/*
105 %dir %{_libdir}/anjuta
106 %attr(755,root,root) %{_libdir}/anjuta/lib*.so*
107 %{_pixmapsdir}/anjuta
108 %{_datadir}/anjuta
109 %{_datadir}/mime-info/*
110 %{_datadir}/mimelnk/application/*
111 %{_desktopdir}/*
112 %{_mandir}/man1/*
113 %{_omf_dest_dir}/%{name}
This page took 0.074168 seconds and 4 git commands to generate.