Summary: Gnome integrated development environment Summary(pl): Zintegrowane środowisko programowania dla Gnome Name: anjuta Version: 0.1.8 Release: 2 License: GPL Group: Development/Tools Group(cs): Vývojové prostředky/Nástroje Group(de): Entwicklung/Tools Group(es): Desarrollo/Herramientas Group(fr): Development/Outils Group(ja): łŤČŻ/ĽÄĄźĽë Group(pl): Programowanie/Narzędzia Group(pt): Desenvolvimento/Ferramentas Group(ru): ňÁÚŇÁÂĎÔËÁ/éÎÓÔŇŐÍĹÎÔŮ Source0: http://anjuta.sourceforge.net/packages/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: %{name}-am_ac.patch URL: http://anjuta.sourceforge.net/ BuildRequires: ORBit-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: gettext-devel BuildRequires: gnome-libs-devel BuildRequires: gtk+-devel BuildRequires: intltool BuildRequires: libstdc++-devel BuildRequires: scrollkeeper 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ł. %prep %setup -q %patch0 -p1 %build sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp mv -f configure.in.tmp configure.in sed -e s/XML_I18N_MERGE_DESKTOP_RULE1/XML_I18N_MERGE_DESKTOP_RULE/ Makefile.am > Makefile.am.tmp mv -f Makefile.am.tmp Makefile.am rm -f missing libtoolize --copy --force gettextize --copy --force xml-i18n-toolize --copy --force aclocal -I macros autoconf automake -a -c CXXFLAGS="%{rpmcflags} -fno-rtti -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}/* %{_datadir}/anjuta %{_omf_dest_dir}/omf/%{name} %{_pixmapsdir}/* %{_applnkdir}/Development/*