packages: anjuta-extras/anjuta-extras.spec - updated to 3.4.0
megabajt
megabajt at pld-linux.org
Sun Apr 1 14:51:49 CEST 2012
Author: megabajt Date: Sun Apr 1 12:51:49 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 3.4.0
---- Files affected:
packages/anjuta-extras:
anjuta-extras.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: packages/anjuta-extras/anjuta-extras.spec
diff -u packages/anjuta-extras/anjuta-extras.spec:1.17 packages/anjuta-extras/anjuta-extras.spec:1.18
--- packages/anjuta-extras/anjuta-extras.spec:1.17 Tue Dec 6 10:29:01 2011
+++ packages/anjuta-extras/anjuta-extras.spec Sun Apr 1 14:51:44 2012
@@ -1,42 +1,40 @@
# $Revision$, $Date$
Summary: Extra plugins for Anjuta
Name: anjuta-extras
-Version: 3.2.0
+Version: 3.4.0
Release: 1
License: GPL v2+
Group: Applications
-Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/3.2/%{name}-%{version}.tar.bz2
-# Source0-md5: 6279761db8062beee168a5a77b30a9c8
+Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/3.4/%{name}-%{version}.tar.xz
+# Source0-md5: fa1946725c0f45ffa7ee64b4a2c8f86e
URL: http://www.anjuta.org/
-BuildRequires: GConf2-devel >= 2.20.0
BuildRequires: autoconf >= 2.59
BuildRequires: automake
-BuildRequires: binutils-devel >= 3:2.15.92
BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 1:2.26.0
BuildRequires: gnome-common
-BuildRequires: graphviz-devel
-BuildRequires: gtk+2-devel >= 2:2.18.0
+BuildRequires: gnome-doc-utils >= 0.18.0
+BuildRequires: gtk+3-devel >= 3.0.0
BuildRequires: intltool >= 0.35.0
-BuildRequires: libanjuta-devel >= 1:2.32.0.0
-BuildRequires: libgnomecanvas-devel >= 2.12.0
+BuildRequires: libanjuta-devel >= 1:3.4.0
+BuildRequires: libstdc++-devel
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: pkgconfig
-Requires(post,preun): GConf2
-Requires: anjuta >= 1:2.32.0.0
+BuildRequires: rpmbuild(macros) >= 1.592
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires(post,postun): glib2 >= 1:2.26.0
+Requires: anjuta >= 1:3.4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
This package contains a set of plugins for Anjuta.
The following plugins are included:
-- Class Inheritance: A graph painter for the inheritance of the
- classes
-- Profiler: Application performance profiler
- Sample Plugin: Sample Plugin for Anjuta
- Scintilla Editor: An alternate editor based on Scintilla
- Scratchbox: Change build commands to use scratchbox 1 or 2
-- Valgrind Plugin: Powerful debugging tool
%prep
%setup -q
@@ -49,7 +47,7 @@
%{__autoheader}
%{__automake}
%configure \
- --disable-schemas-install
+ --disable-silent-rules
%{__make}
@@ -61,11 +59,17 @@
%{__rm} $RPM_BUILD_ROOT%{_libdir}/anjuta/*.{a,la}
-%find_lang %{name}
+%find_lang %{name} --with-gnome --all-name
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%glib_compile_schemas
+
+%postun
+%glib_compile_schemas
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
@@ -75,10 +79,13 @@
%{_libdir}/anjuta/anjuta-editor.plugin
%{_libdir}/anjuta/anjuta-sample.plugin
%{_libdir}/anjuta/anjuta-scratchbox.plugin
+%{_datadir}/glib-2.0/schemas/org.gnome.anjuta.plugins.scintilla.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.anjuta.plugins.scratchbox.gschema.xml
%{_datadir}/anjuta/glade/*.png
%{_datadir}/anjuta/glade/*.ui
%{_datadir}/anjuta/properties
%{_datadir}/anjuta/ui/*.ui
+%{_datadir}/anjuta/ui/*.xml
%{_pixmapsdir}/anjuta/*.png
%{_pixmapsdir}/anjuta/*.svg
@@ -88,6 +95,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2012/04/01 12:51:44 megabajt
+- updated to 3.4.0
+
Revision 1.17 2011/12/06 09:29:01 lisu
- removed obsoleted files
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/anjuta-extras/anjuta-extras.spec?r1=1.17&r2=1.18
More information about the pld-cvs-commit
mailing list