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