Name: anjuta-extras Version: 2.30.1.0 Release: 1%{?dist} Summary: Extras plugins for anjuta Group: Development/Tools License: GPLv2+ URL: http://www.anjuta.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.30/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: anjuta-devel >= %{version} BuildRequires: intltool >= 0.35.0 BuildRequires: libgnomecanvas-devel >= 2.12.0 Requires(pre): GConf2 Requires(post): GConf2 Requires(preun): GConf2 %description The following plugins are included: * Valgrind Plugin: Powerful debugging tool. * Scintilla Editor: An alternate editor based on Scintilla * Sample Plugin: Sample Plugin for Anjuta. * Profiler: Application performance profiler * Scratchbox: Change build commands to use scratchbox 1 or 2 %prep %setup -q # Remove spurious exec permission find . \( -name '*.h' -o -name '*.cxx' \) -exec chmod -x '{}' \; %build %configure --disable-static --disable-schemas-install make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name "*.la" -delete %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %pre %gconf_schema_prepare anjuta-editor-scintilla %post %gconf_schema_upgrade anjuta-editor-scintilla %preun %gconf_schema_remove anjuta-editor-scintilla %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS %{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas %{_libdir}/anjuta/*.so %{_libdir}/anjuta/*.plugin %{_datadir}/anjuta/glade/*.ui %{_datadir}/anjuta/glade/*.png %{_datadir}/anjuta/ui/*.ui %{_datadir}/anjuta/ui/*.xml %{_datadir}/anjuta/properties/*.properties %{_datadir}/pixmaps/anjuta/*.svg %{_datadir}/pixmaps/anjuta/*.png %changelog * Tue Dec 14 2010 Hicham HAOUARI - 2.30.1.0-1 - Initial package