]> git.pld-linux.org Git - packages/anjuta-extras.git/blob - anjuta-extras.spec
20f6e7dfa73e87f29b7dca5de0ee85aa4e228c75
[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:        3
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:  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.30.1.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.30.1.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 %{__aclocal}
46 %{__autoconf}
47 %{__autoheader}
48 %{__automake}
49 %configure \
50         --disable-schemas-install
51
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/*.{a,la}
61
62 %find_lang %{name}
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %gconf_schema_install anjuta-editor-scintilla.schemas
69 %gconf_schema_install anjuta-valgrind.schemas
70
71 %preun
72 %gconf_schema_uninstall anjuta-editor-scintilla.schemas
73 %gconf_schema_uninstall anjuta-valgrind.schemas
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS ChangeLog NEWS README
78 %attr(755,root,root) %{_libdir}/anjuta/libanjuta-class-inheritance.so
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-class-inheritance.plugin
85 %{_libdir}/anjuta/anjuta-editor.plugin
86 %{_libdir}/anjuta/profiler.plugin
87 %{_libdir}/anjuta/anjuta-sample.plugin
88 %{_libdir}/anjuta/anjuta-scratchbox.plugin
89 %{_libdir}/anjuta/anjuta-valgrind.plugin
90 %{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas
91 %{_sysconfdir}/gconf/schemas/anjuta-valgrind.schemas
92 %{_datadir}/anjuta/glade/*.png
93 %{_datadir}/anjuta/glade/*.ui
94 %{_datadir}/anjuta/properties
95 %{_datadir}/anjuta/ui/*.ui
96 %{_datadir}/anjuta/ui/*.xml
97 %{_pixmapsdir}/anjuta/*.png
98 %{_pixmapsdir}/anjuta/*.svg
This page took 0.080569 seconds and 2 git commands to generate.