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