1 %define desktop_vendor anjuta
3 %define version @VERSION@
7 Summary: Integrated Development Environment
13 Group: Development
/Tools
14 URL: http
://anjuta.org
/
15 Vendor: Naba Kumar
<naba@gnome.org
>
16 Source: %{name}-%{version}.tar.gz
17 BuildRoot: /var
/tmp
/%{name}-%{version}
20 Requires: glib2
>= @GLIB_REQUIRED@
21 Requires: gtk2
>= @GTK_REQUIRED@
22 Requires: ORBit2
>= @ORBIT_REQUIRED@
23 Requires: libglade2
>= @LIBGLADE_REQUIRED@
24 Requires: libgnome
>= @GNOME_REQUIRED@
25 Requires: libgnomeui
>= @GNOME_UI_REQUIRED@
26 Requires: libgnomeprint22
>= @GNOME_PRINT_REQUIRED@
27 Requires: libgnomeprintui22
>= @GNOME_PRINT_UI_REQUIRED@
28 Requires: gnome
-vfs2
>= @GNOME_VFS_REQUIRED@
29 Requires: vte
>= @VTE_REQUIRED@
30 Requires: libxml2
>= @LIBXML_REQUIRED@
31 Requires: pango
>= @PANGO_REQUIRED@
32 Requires: pcre
>= @PCRE_REQUIRED@
33 Requires: devhelp
>= @LIBDEVHELP_REQUIRED@
34 Requires: gdl
>= @GDL_REQUIRED@
35 Requires: gnome
-build
>= @GNOMEBUILD_REQUIRED@
36 Requires: graphviz
>= @LIBGRAPHVIZ_REQUIRED@
37 Requires: neon
>= @NEON_REQUIRED@
38 Requires: subversion
>= @SUBVERSION_REQUIRED@
40 BuildRequires
: glib2
-devel
>= @GLIB_REQUIRED@
41 BuildRequires
: gtk2
-devel
>= @GTK_REQUIRED@
42 BuildRequires
: ORBit2
-devel
>= @ORBIT_REQUIRED@
43 BuildRequires
: libglade2
-devel
>= @LIBGLADE_REQUIRED@
44 BuildRequires
: libgnome
-devel
>= @GNOME_REQUIRED@
45 BuildRequires
: libgnomeui
-devel
>= @GNOME_UI_REQUIRED@
46 BuildRequires
: libgnomeprint22
-devel
>= @GNOME_PRINT_REQUIRED@
47 BuildRequires
: libgnomeprintui22
-devel
>= @GNOME_PRINT_UI_REQUIRED@
48 BuildRequires
: gnome
-vfs2
-devel
>= @GNOME_VFS_REQUIRED@
49 BuildRequires
: vte
-devel
>= @VTE_REQUIRED@
50 BuildRequires
: libxml2
-devel
>= @LIBXML_REQUIRED@
51 BuildRequires
: pango
-devel
>= @PANGO_REQUIRED@
52 BuildRequires
: pcre
-devel
>= @PCRE_REQUIRED@
53 BuildRequires
: devhelp
-devel
>= @LIBDEVHELP_REQUIRED@
54 BuildRequires
: gdl
-devel
>= @GDL_REQUIRED@
55 BuildRequires
: gnome
-build
-devel
>= @GNOMEBUILD_REQUIRED@
56 BuildRequires
: graphviz
-devel
>= @LIBGRAPHVIZ_REQUIRED@
57 BuildRequires
: neon
-devel
>= @NEON_REQUIRED@
58 BuildRequires
: subversion
-devel
>= @SUBVERSION_REQUIRED@
61 Packager: Naba Kumar
<naba@gnome.org
>
64 Anjuta DevStudio is a versatile Integrated Development Environment
(IDE
)
65 on GNOME Desktop Environment and features a number of advanced
66 programming facilities. These include project management
, application and
67 class wizards
, an on
-board interactive debugger
, powerful
source editor
,
68 syntax highlighting
, intellisense autocompletions
, symbol navigation
,
69 version controls
, integrated GUI designing and other tools.
72 Summary: Libraries and include files
for Anjuta plugins development.
73 Group: Development
/Libraries
74 Requires: %{name} = %{version}-%{release}
77 Libraries
, header files and API docs
for developing Anjuta plugins.
83 %configure --disable
-plugin
-glade
89 rm -fr
%{buildroot}/var
/scrollkeeper
95 ## if which scrollkeeper-update>/dev/null 2>&1; then \
96 ## scrollkeeper-update; \
98 if which update
-mime
-database
>/dev
/null
2>&1; then \
99 update
-mime
-database
%{_datadir}/mime
; \
103 ## if which scrollkeeper-update>/dev/null 2>&1; then \
104 ## scrollkeeper-update; \
106 if which update
-mime
-database
>/dev
/null
2>&1; then \
107 update
-mime
-database
%{_datadir}/mime
; \
111 %defattr(-,root
,root
)
112 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
113 %doc doc
/ScintillaDoc.html
115 %defattr(-,root
,root
)
117 %{_libdir}/lib%{name}*.so.
*
120 %{_datadir}/applications/*%{name}.desktop
121 %{_datadir}/pixmaps/%{name}
122 %{_datadir}/doc/%{name}
123 %{_datadir}/application-registry/%{name}.applications
124 %{_datadir}/mime-info/%{name}.mime
125 %{_datadir}/mime-info/%{name}.keys
126 %{_datadir}/mime/packages/%{name}.xml
127 %{_datadir}/icons/gnome/48x48/mimetypes/*%{name}.png
128 ## %{_datadir}/gnome/help/%{name}
129 ## %{_datadir}/omf/%{name}
134 %defattr (-, root
, root
)
135 %{_includedir}/*%{name}*
136 %{_libdir}/pkgconfig/*%{name}*
137 ## %{_libdir}/lib%{name}*.a
138 %{_libdir}/lib%{name}*.la
139 %{_libdir}/lib%{name}*.so
140 %{_datadir}/gtk-doc/html/*%{name}*