Summary: Gnome integrated development environment Summary(pl): Zintegrowane środowisko programowania dla Gnome Summary(pt_BR): Ambiente de desenvolvimento integrado C e C++ Name: anjuta Version: 0.1.9 Release: 2 License: GPL Group: Development/Tools Source0: http://anjuta.sourceforge.net/packages/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: %{name}-ac_am.patch URL: http://anjuta.sourceforge.net/ BuildRequires: ORBit-devel BuildRequires: audiofile-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: esound-devel BuildRequires: gettext-devel BuildRequires: gnome-libs-devel BuildRequires: gtk+-devel BuildRequires: intltool BuildRequires: libstdc++-devel BuildRequires: libtool BuildRequires: libxml-devel BuildRequires: pkgconfig BuildRequires: scrollkeeper BuildRequires: libsigc++1-devel BuildRequires: gnomemm-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _prefix /usr/X11R6 %define _mandir %{_prefix}/man %define _omf_dest_dir %(scrollkeeper-config --omfdir) %description Anjuta is a very versatile integrated development environment for C and C++ GNU/Linux. Written in GTK/Gnome and written for GTK/Gnome, it features many advanced programming tools and utilities. Besides many other, it has project management, application wizards, onboard interactive debugger, and a powerful source editor with source browsing. %description -l pl Anjuta to wszechstronne zintegrowane środowisko programowania dla języka C oraz C++. Zostało napisane z wykorzystaniem tandemu GTK/Gnome, właśnie po to by go w takim otoczeniu używać. Między innymi posiada zarządcę projektów, kreator aplikacji, wbudowany interaktywny odpluskwiacz oraz edytor z możliwością przeglądania źródeł. %description -l pt_BR O Anjuta é um ambiente de desenvolvimento integrado (IDE) versátil para as linguagens C e C++. Foi escrito para o GTK/GNOME e tem uma série de características de programaçăo avançadas. Basicamente é uma interface gráfica com o usuário para um conjunto de utilitários de linha de comando e ferramentas para programaçăo para o Linux. Estas săo geralmente executadas em um console em modo texto e podem ser năo amigáveis. %prep %setup -q %patch0 -p1 %build libtoolize --copy --force gettextize --copy --force intltoolize --copy --force xml-i18n-toolize --copy --force aclocal -I macros autoconf automake -a -c -f CXXFLAGS="%{rpmcflags} -fno-exceptions" %configure \ --with-gnome %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/%{_applnkdir}/Development \ $RPM_BUILD_ROOT%{_datadir}/%{name}/gnome install %{SOURCE1} $RPM_BUILD_ROOT/%{_applnkdir}/Development %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ omf_dest_dir=%{_omf_dest_dir}/omf/%{name} gzip -9nf README ChangeLog NEWS TODO %find_lang %{name} --with-gnome %post -p /usr/bin/scrollkeeper-update %postun -p /usr/bin/scrollkeeper-update %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc *.gz %attr(755,root,root) %{_bindir}/* %dir %{_libdir}/anjuta %attr(755,root,root) %{_libdir}/anjuta/lib*.so.*.* %attr(755,root,root) %{_libdir}/anjuta/lib*.?? %{_omf_dest_dir}/omf/%{name} %{_datadir}/anjuta %{_applnkdir}/Development/* %{_pixmapsdir}/anjuta