]> git.pld-linux.org Git - packages/anjuta-extras.git/blob - anjuta-extras.spec
- updated to 2.32.1.1
[packages/anjuta-extras.git] / anjuta-extras.spec
1 Summary:        Extra plugins for Anjuta
2 Name:           anjuta-extras
3 Version:        2.32.1.1
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/2.32/%{name}-%{version}.tar.bz2
8 # Source0-md5:  5aa453da4096d8ade00c01dcf54a576a
9 URL:            http://www.anjuta.org/
10 BuildRequires:  GConf2-devel >= 2.20.0
11 BuildRequires:  autoconf >= 2.59
12 BuildRequires:  automake
13 BuildRequires:  binutils-devel >= 3:2.15.92
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-common
16 BuildRequires:  graphviz-devel
17 BuildRequires:  gtk+2-devel >= 2:2.18.0
18 BuildRequires:  intltool >= 0.35.0
19 BuildRequires:  libanjuta-devel >= 1:2.32.0.0
20 BuildRequires:  libgnomecanvas-devel >= 2.12.0
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel
23 BuildRequires:  pkgconfig
24 Requires(post,preun):   GConf2
25 Requires:       anjuta >= 1:2.32.0.0
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 This package contains a set of plugins for Anjuta.
30
31 The following plugins are included:
32 - Class Inheritance: A graph painter for the inheritance of the
33   classes
34 - Profiler: Application performance profiler
35 - Sample Plugin: Sample Plugin for Anjuta
36 - Scintilla Editor: An alternate editor based on Scintilla
37 - Scratchbox: Change build commands to use scratchbox 1 or 2
38 - Valgrind Plugin: Powerful debugging tool
39
40 %prep
41 %setup -q
42
43 %build
44 %{__intltoolize}
45 %{__libtoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure \
51         --disable-schemas-install
52
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %{__rm} $RPM_BUILD_ROOT%{_libdir}/anjuta/*.{a,la}
62
63 %find_lang %{name}
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post
69 %gconf_schema_install anjuta-editor-scintilla.schemas
70 %gconf_schema_install anjuta-valgrind.schemas
71
72 %preun
73 %gconf_schema_uninstall anjuta-editor-scintilla.schemas
74 %gconf_schema_uninstall anjuta-valgrind.schemas
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog NEWS README
79 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-editor.so
80 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-profiler.so
81 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-sample.so
82 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-scratchbox.so
83 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-valgrind.so
84 %{_libdir}/anjuta/anjuta-editor.plugin
85 %{_libdir}/anjuta/profiler.plugin
86 %{_libdir}/anjuta/anjuta-sample.plugin
87 %{_libdir}/anjuta/anjuta-scratchbox.plugin
88 %{_libdir}/anjuta/anjuta-valgrind.plugin
89 %{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas
90 %{_sysconfdir}/gconf/schemas/anjuta-valgrind.schemas
91 %{_datadir}/anjuta/glade/*.png
92 %{_datadir}/anjuta/glade/*.ui
93 %{_datadir}/anjuta/properties
94 %{_datadir}/anjuta/ui/*.ui
95 %{_datadir}/anjuta/ui/*.xml
96 %{_pixmapsdir}/anjuta/*.png
97 %{_pixmapsdir}/anjuta/*.svg
This page took 0.212947 seconds and 3 git commands to generate.