]> git.pld-linux.org Git - packages/anjuta-extras.git/blame - anjuta-extras.spec
- new
[packages/anjuta-extras.git] / anjuta-extras.spec
CommitLineData
0b8c1a52
MB
1Summary: Extra plugins for Anjuta
2Name: anjuta-extras
3Version: 2.30.1.0
4Release: 1
5License: GPL v2
6Group: Applications
7Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta-extras/2.30/%{name}-%{version}.tar.bz2
8# Source0-md5: c76a0843896890e054b063551fa431eb
9URL: http://www.anjuta.org/
10BuildRequires: GConf2-devel >= 2.20.0
11BuildRequires: autoconf >= 2.59
12BuildRequires: automake
13BuildRequires: binutils-devel >= 3:2.15.92
14BuildRequires: gnome-common
15BuildRequires: graphviz-devel
16BuildRequires: gtk+2-devel >= 2:2.18.0
17BuildRequires: intltool >= 0.35.0
18BuildRequires: libanjuta-devel >= 1:2.30.1.0
19BuildRequires: libgnomecanvas-devel >= 2.12.0
20BuildRequires: libxml2-devel
21BuildRequires: pkgconfig
22Requires(post,preun): GConf2
23Requires: anjuta >= 1:2.30.1.0
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27This package contains a set of plugins for Anjuta.
28
29The 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
53rm -rf $RPM_BUILD_ROOT
54
55%{__make} install \
56 DESTDIR=$RPM_BUILD_ROOT
57
58rm -f $RPM_BUILD_ROOT%{_libdir}/anjuta/*.{a,la}
59
60%find_lang %{name}
61
62%clean
63rm -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.035832 seconds and 4 git commands to generate.