]> git.pld-linux.org Git - packages/anjuta.git/blob - anjuta.spec
- release 3
[packages/anjuta.git] / anjuta.spec
1 Summary:        GNOME integrated development environment
2 Summary(es.UTF-8):      Entorno integrado de desarrollo (IDE) de GNOME
3 Summary(pl.UTF-8):      Zintegrowane środowisko programowania dla GNOME
4 Summary(pt_BR.UTF-8):   Ambiente de desenvolvimento integrado C e C++
5 Name:           anjuta
6 Version:        2.26.2.2
7 Release:        3
8 Epoch:          1
9 License:        GPL v2+
10 Group:          X11/Development/Tools
11 Source0:        http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.26/%{name}-%{version}.tar.bz2
12 # Source0-md5:  8b05a4ee536b8057e38434efeaf468ff
13 Patch0:         %{name}-desktop.patch
14 Patch1:         %{name}-includes.patch
15 Patch2:         %{name}-install.patch
16 URL:            http://anjuta.sourceforge.net/
17 BuildRequires:  GConf2-devel >= 2.26.0
18 BuildRequires:  ORBit2-devel >= 1:2.14.0
19 BuildRequires:  autoconf >= 2.59
20 BuildRequires:  autogen
21 BuildRequires:  automake >= 1:1.9
22 BuildRequires:  binutils-devel >= 3:2.15.92
23 BuildRequires:  devhelp-devel >= 0.22
24 BuildRequires:  gdl-devel >= 2.26.0
25 BuildRequires:  gettext-devel
26 BuildRequires:  glib2-devel >= 1:2.20.0
27 BuildRequires:  gnome-common >= 2.24.0
28 BuildRequires:  gnome-doc-utils
29 BuildRequires:  graphviz-devel >= 2.6.0
30 BuildRequires:  gtk+2-devel >= 2:2.16.0
31 BuildRequires:  gtk-doc >= 1.7
32 BuildRequires:  gtk-webkit-devel
33 BuildRequires:  gtksourceview2-devel >= 2.6.0
34 BuildRequires:  intltool >= 0.40.0
35 BuildRequires:  libgda4-devel >= 4.0.0
36 BuildRequires:  libglade2-devel >= 1:2.6.2
37 BuildRequires:  libgladeui-devel >= 3.6.0
38 BuildRequires:  libgnomeui-devel >= 2.24.0
39 BuildRequires:  libstdc++-devel
40 BuildRequires:  libtool
41 BuildRequires:  libxml2-devel >= 1:2.6.26
42 BuildRequires:  libxslt-devel
43 BuildRequires:  neon-devel >= 0.28.2
44 BuildRequires:  perl-Locale-gettext
45 BuildRequires:  pkgconfig
46 BuildRequires:  rpmbuild(find_lang) >= 1.23
47 BuildRequires:  rpmbuild(macros) >= 1.311
48 BuildRequires:  scrollkeeper
49 BuildRequires:  subversion-devel >= 1.5.0
50 BuildRequires:  libunique-devel >= 1.0.0
51 BuildRequires:  vte-devel >= 0.20.0
52 Requires(post,postun):  desktop-file-utils
53 Requires(post,postun):  gtk+2
54 Requires(post,postun):  hicolor-icon-theme
55 Requires(post,postun):  scrollkeeper
56 Requires(post,postun):  shared-mime-info
57 Requires(post,preun):   GConf2
58 # Requires:     gnome-terminal
59 Requires:       glib2 >= 1:2.20.0
60 Requires:       libanjuta = %{epoch}:%{version}-%{release}
61 Requires:       libgda4-provider-sqlite >= 4.0.0
62 Requires:       pkgconfig
63 Suggests:       ctags
64 Obsoletes:      gnome-build
65 Obsoletes:      gnome-build-devel
66 # sr@Latn vs. sr@latin
67 Conflicts:      glibc-misc < 6:2.7
68 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
69
70 %description
71 Anjuta is a very versatile integrated development environment for C
72 and C++ for GNU/Linux. Written in GTK/GNOME and written for GTK/GNOME,
73 it features many advanced programming tools and utilities. Besides
74 many other, it has project management, application wizards, onboard
75 interactive debugger, and a powerful source editor with source
76 browsing.
77
78 %description -l es.UTF-8
79 Anjuta es un entorno integrado de desarrollo para C y C++ para
80 GNU/Linux. Escrito en y para GTK/GNOME, proporciona muchas
81 herramientas de programación avanzadas. Entre otros, habilita
82 manejamiento de proyectos, wizards de aplicaciones, depurador
83 interactivo y un editador potente de código fuente que permite
84 hojearlo.
85
86 %description -l pl.UTF-8
87 Anjuta to wszechstronne zintegrowane środowisko programowania dla
88 języka C oraz C++. Zostało napisane z wykorzystaniem tandemu
89 GTK/GNOME, właśnie po to by go w takim otoczeniu używać. Między innymi
90 posiada zarządcę projektów, kreator aplikacji, wbudowany interaktywny
91 odpluskwiacz oraz edytor z możliwością przeglądania źródeł.
92
93 %description -l pt_BR.UTF-8
94 O Anjuta é um ambiente de desenvolvimento integrado (IDE) versátil
95 para as linguagens C e C++. Foi escrito para o GTK/GNOME e tem uma
96 série de características de programação avançadas. Basicamente é uma
97 interface gráfica com o usuário para um conjunto de utilitários de
98 linha de comando e ferramentas para programação para o Linux. Estas
99 são geralmente executadas em um console em modo texto e podem ser não
100 amigáveis.
101
102 %package -n libanjuta
103 Summary:        libanjuta library
104 Summary(pl.UTF-8):      Biblioteka libanjuta
105 Group:          X11/Libraries
106 Conflicts:      %{name} < 1:2.0.2-1
107
108 %description -n libanjuta
109 libanjuta library.
110
111 %description -n libanjuta -l pl.UTF-8
112 Biblioteka libanjuta.
113
114 %package -n libanjuta-devel
115 Summary:        Header files for libanjuta library
116 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki libanjuta
117 Group:          X11/Development/Libraries
118 Requires:       libanjuta-devel = %{epoch}:%{version}-%{release}
119 Requires:       libglade2-devel >= 1:2.6.2
120 Requires:       libgnomeui-devel >= 2.24.0
121
122 %description -n libanjuta-devel
123 Header files for libanjuta library.
124
125 %description -n libanjuta-devel -l pl.UTF-8
126 Pliki nagłówkowe biblioteki libanjuta.
127
128 %package -n libanjuta-apidocs
129 Summary:        libanjuta API documentation
130 Summary(pl.UTF-8):      Dokumentacja API biblioteki libanjuta
131 Group:          Documentation
132 Requires:       gtk-doc-common
133
134 %description -n libanjuta-apidocs
135 libanjuta API documentation.
136
137 %description -n libanjuta-apidocs -l pl.UTF-8
138 Dokumentacja API biblioteki libanjuta.
139
140 %prep
141 %setup -q
142 %patch0 -p1
143 %patch1 -p0
144 %patch2 -p1
145
146 %build
147 %{__intltoolize}
148 %{__libtoolize}
149 %{__aclocal}
150 %{__autoconf}
151 %{__autoheader}
152 %{__automake}
153 %configure \
154         --with-html-dir=%{_gtkdocdir} \
155         --with-apr-config=%{_bindir}/apr-1-config \
156         --with-apu-config=%{_bindir}/apu-1-config \
157         --with-neon-config=%{_bindir}/neon-config \
158         --with-omf-dir=%{_omf_dest_dir} \
159         --disable-schemas-install \
160         --disable-scrollkeeper \
161         --disable-static
162
163 %{__make}
164
165 %install
166 rm -rf $RPM_BUILD_ROOT
167
168 %{__make} -j1 install \
169         DESTDIR=$RPM_BUILD_ROOT \
170         mimepngicondir=%{_iconsdir}/hicolor/48x48/mimetypes \
171         mimesvgicondir=%{_iconsdir}/hicolor/scalable/mimetypes
172
173 # *.la not needed - *.so loaded through libgmodule
174 rm -f $RPM_BUILD_ROOT%{_libdir}/{anjuta,glade3/modules}/lib*.la
175
176 rm -rf $RPM_BUILD_ROOT%{_docdir}/anjuta
177
178 %find_lang %{name} --with-gnome --with-omf --all-name
179
180 %clean
181 rm -rf $RPM_BUILD_ROOT
182
183 %post
184 %scrollkeeper_update_post
185 %update_mime_database
186 %update_desktop_database
187 %gconf_schema_install anjuta-build-basic-autotools-plugin.schemas
188 %gconf_schema_install anjuta-cvs-plugin.schemas
189 %gconf_schema_install anjuta-document-manager.schemas
190 %gconf_schema_install anjuta-editor-scintilla.schemas
191 %gconf_schema_install anjuta-editor-sourceview.schemas
192 %gconf_schema_install anjuta-language-cpp-java.schemas
193 %gconf_schema_install anjuta-message-manager-plugin.schemas
194 %gconf_schema_install anjuta.schemas
195 %gconf_schema_install anjuta-symbol-db.schemas
196 %gconf_schema_install anjuta-terminal-plugin.schemas
197 %gconf_schema_install anjuta-valgrind.schemas
198 %update_icon_cache hicolor
199
200 %preun
201 %gconf_schema_uninstall anjuta-build-basic-autotools-plugin.schemas
202 %gconf_schema_uninstall anjuta-cvs-plugin.schemas
203 %gconf_schema_uninstall anjuta-document-manager.schemas
204 %gconf_schema_uninstall anjuta-editor-scintilla.schemas
205 %gconf_schema_uninstall anjuta-editor-sourceview.schemas
206 %gconf_schema_uninstall anjuta-language-cpp-java.schemas
207 %gconf_schema_uninstall anjuta-message-manager-plugin.schemas
208 %gconf_schema_uninstall anjuta.schemas
209 %gconf_schema_uninstall anjuta-symbol-db.schemas
210 %gconf_schema_uninstall anjuta-terminal-plugin.schemas
211 %gconf_schema_uninstall anjuta-valgrind.schemas
212
213 %postun
214 %scrollkeeper_update_postun
215 %update_mime_database
216 %update_desktop_database_postun
217 %update_icon_cache hicolor
218
219 %post   -n libanjuta -p /sbin/ldconfig
220 %postun -n libanjuta -p /sbin/ldconfig
221
222 %files -f %{name}.lang
223 %defattr(644,root,root,755)
224 %doc AUTHORS ChangeLog FUTURE NEWS README ROADMAP THANKS TODO doc/ScintillaDoc.html
225 %attr(755,root,root) %{_bindir}/anjuta
226 %attr(755,root,root) %{_bindir}/anjuta_launcher
227 %attr(755,root,root) %{_bindir}/gbf-am-parse
228 %attr(755,root,root) %{_bindir}/gbf-mkfile-parse
229 %dir %{_libdir}/%{name}
230 %attr(755,root,root) %{_libdir}/%{name}/lib*.so*
231 %{_libdir}/%{name}/*.plugin
232 %attr(755,root,root) %{_libdir}/glade3/modules/libgladeanjuta.so
233 %{_pixmapsdir}/%{name}
234 %dir %{_datadir}/%{name}
235 %{_datadir}/%{name}/GBF
236 %{_datadir}/%{name}/build
237 %{_datadir}/%{name}/class-templates
238 %{_datadir}/%{name}/glade
239 %{_datadir}/%{name}/gtodo
240 %{_datadir}/%{name}/profiles
241 %{_datadir}/%{name}/project
242 %{_datadir}/%{name}/properties
243 %dir %{_datadir}/%{name}/tools
244 %attr(755,root,root) %{_datadir}/%{name}/tools/find-fixmes.pl
245 %attr(755,root,root) %{_datadir}/%{name}/tools/prepare-changelog.pl
246 %attr(755,root,root) %{_datadir}/%{name}/tools/translation-status.pl
247 %{_datadir}/%{name}/tools/tools-2.xml
248 %{_datadir}/%{name}/ui
249 %{_datadir}/%{name}/anjuta_project.template
250 %{_datadir}/%{name}/gdb.init
251 %{_datadir}/%{name}/languages.xml
252 %{_datadir}/%{name}/layout.xml
253 %{_datadir}/%{name}/macros.xml
254 %{_datadir}/%{name}/tables.sql
255 %{_datadir}/%{name}/welcome.txt
256 %{_datadir}/%{name}/AUTHORS
257 %{_datadir}/mime/packages/anjuta.xml
258 %{_datadir}/glade3/catalogs/anjuta-glade.xml
259 %{_desktopdir}/%{name}.desktop
260 %{_mandir}/man1/anjuta.1*
261 %{_mandir}/man1/anjuta_launcher.1*
262 %{_sysconfdir}/gconf/schemas/anjuta-build-basic-autotools-plugin.schemas
263 %{_sysconfdir}/gconf/schemas/anjuta-cvs-plugin.schemas
264 %{_sysconfdir}/gconf/schemas/anjuta-document-manager.schemas
265 %{_sysconfdir}/gconf/schemas/anjuta-editor-scintilla.schemas
266 %{_sysconfdir}/gconf/schemas/anjuta-editor-sourceview.schemas
267 %{_sysconfdir}/gconf/schemas/anjuta-language-cpp-java.schemas
268 %{_sysconfdir}/gconf/schemas/anjuta-message-manager-plugin.schemas
269 %{_sysconfdir}/gconf/schemas/anjuta-symbol-db.schemas
270 %{_sysconfdir}/gconf/schemas/anjuta-terminal-plugin.schemas
271 %{_sysconfdir}/gconf/schemas/anjuta-valgrind.schemas
272 %{_sysconfdir}/gconf/schemas/anjuta.schemas
273 %{_iconsdir}/hicolor/*/*/*.*
274
275 %files -n libanjuta
276 %defattr(644,root,root,755)
277 %attr(755,root,root) %{_libdir}/libanjuta.so.*.*.*
278 %attr(755,root,root) %ghost %{_libdir}/libanjuta.so.0
279
280 %files -n libanjuta-devel
281 %defattr(644,root,root,755)
282 %attr(755,root,root) %{_libdir}/libanjuta.so
283 %{_libdir}/libanjuta.la
284 %{_includedir}/libanjuta-1.0
285 %{_pkgconfigdir}/libanjuta-1.0.pc
286
287 %files -n libanjuta-apidocs
288 %defattr(644,root,root,755)
289 %{_gtkdocdir}/libanjuta
This page took 0.041146 seconds and 3 git commands to generate.