]> git.pld-linux.org Git - packages/gimp.git/blob - gimp.spec
- rel 11; no poppler-glib anymore, so require newer poppler-devel
[packages/gimp.git] / gimp.spec
1 #
2 # Conditional build:
3 %bcond_without  aalib           # without aa plugin (which requires aalib)
4 %bcond_without  gnomevfs        # without GNOME VFS support
5 %bcond_without  gnome           # convenient alias for gnomevfs
6 %bcond_without  python          # without python plugins
7 %bcond_without  webkit          # without webkit-based help browser
8 %bcond_with     posix_shm       # with POSIX SHM (default is SysV SHM)
9 #
10 %if %{without gnome}
11 %undefine       with_gnomevfs
12 %endif
13 %define mver    2.0
14 Summary:        The GNU Image Manipulation Program
15 Summary(de.UTF-8):      Das GNU-Bildbearbeitungs-Programm
16 Summary(es.UTF-8):      Programa de manipulación de imagen GNU
17 Summary(fr.UTF-8):      Le programme de manipulation d'images de GNU
18 Summary(pl.UTF-8):      Program GNU do manipulacji formatami graficznymi (GIMP)
19 Summary(pt_BR.UTF-8):   Programa de manipulação de imagem GNU
20 Summary(ru.UTF-8):      The GNU Image Manipulation Program
21 Summary(tr.UTF-8):      Çizim, boyama ve görüntü işleme programı
22 Summary(uk.UTF-8):      The GNU Image Manipulation Program
23 Summary(zh_CN.UTF-8):   [图像]GNU图象处理工具
24 Summary(zh_TW.UTF-8):   [圖像]GNU圖象處理工具
25 Name:           gimp
26 Version:        2.6.11
27 Release:        11
28 Epoch:          1
29 License:        GPL v2+
30 Group:          X11/Applications/Graphics
31 Source0:        ftp://ftp.gimp.org/pub/gimp/v2.6/%{name}-%{version}.tar.bz2
32 # Source0-md5:  bb2939fe13e54fc7255cef5d097bb5dd
33 Patch0:         %{name}-home_etc.patch
34 Patch1:         %{name}-desktop.patch
35 Patch2:         %{name}-gcc4.patch
36 Patch3:         %{name}-udev.patch
37 Patch4:         %{name}-2.6.11-poppler-0.17.patch
38 URL:            http://www.gimp.org/
39 %{?with_aalib:BuildRequires:    aalib-devel}
40 BuildRequires:  alsa-lib-devel >= 1.0.11
41 BuildRequires:  autoconf >= 2.54
42 BuildRequires:  automake
43 BuildRequires:  babl-devel >= 0.0.22
44 BuildRequires:  curl-devel >= 7.15.1
45 BuildRequires:  dbus-glib-devel >= 0.70
46 BuildRequires:  docbook-dtd412-xml
47 BuildRequires:  gegl-devel >= 0.0.18
48 BuildRequires:  gettext-devel
49 BuildRequires:  giflib-devel
50 BuildRequires:  glib2-devel >= 1:2.16.1
51 BuildRequires:  gtk+2-devel >= 2:2.12.5
52 BuildRequires:  gtk-doc >= 1.6
53 %{?with_webkit:BuildRequires:   gtk-webkit-devel >= 1.0}
54 BuildRequires:  intltool >= 0.36.3
55 BuildRequires:  iso-codes
56 BuildRequires:  lcms-devel >= 1.16
57 BuildRequires:  libart_lgpl-devel
58 BuildRequires:  libexif-devel >= 0.6.15
59 BuildRequires:  libjpeg-devel
60 BuildRequires:  libmng-devel
61 BuildRequires:  libpng-devel >= 1.2.12
62 BuildRequires:  librsvg-devel >= 1:2.15.0
63 BuildRequires:  libtiff-devel
64 BuildRequires:  libtool >= 1:1.4.2-9
65 BuildRequires:  libwmf-devel >= 2:0.2.8
66 BuildRequires:  pango-devel >= 1:1.18.0
67 BuildRequires:  pkgconfig >= 1:0.16
68 BuildRequires:  poppler-devel >= 0.17
69 BuildRequires:  rpm-pythonprov
70 BuildRequires:  rpmbuild(macros) >= 1.268
71 BuildRequires:  udev-glib-devel >= 167
72 BuildRequires:  xorg-lib-libXext-devel
73 BuildRequires:  xorg-lib-libXfixes-devel
74 BuildRequires:  xorg-lib-libXmu-devel
75 BuildRequires:  xorg-lib-libXpm-devel
76 BuildRequires:  zlib-devel
77 %if %{with gnomevfs}
78 BuildRequires:  gnome-vfs2-devel >= 2.15.91
79 BuildRequires:  libgnome-keyring-devel >= 0.5.1
80 BuildRequires:  libgnomeui-devel >= 2.15.91
81 %endif
82 %if %{with python}
83 BuildRequires:  python-devel >= 1:2.5
84 BuildRequires:  python-pygtk-devel >= 2:2.10.4
85 %endif
86 Requires(post,postun):  gtk-update-icon-cache
87 Requires(post,postun):  hicolor-icon-theme
88 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
89 Requires:       curl >= 7.15.1
90 Requires:       dbus-glib >= 0.70
91 Requires:       hicolor-icon-theme
92 Requires:       lcms >= 1.16
93 Requires:       libexif >= 0.6.15
94 %{?with_python:Requires:        python-pygtk-gtk >= 1:2.10.4}
95 Obsoletes:      gimp-data-min
96 Obsoletes:      gimp-libgimp
97 Obsoletes:      gimp-print
98 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
99
100 %description
101 The GIMP is an image manipulation program suitable for photo
102 retouching, image composition and image authoring. Many people find it
103 extremely useful in creating logos and other graphics for web pages.
104 The GIMP has many of the tools and filters you would expect to find in
105 similar commercial offerings, and some interesting extras as well.
106
107 The GIMP provides a large image manipulation toolbox, including
108 channel operations and layers, effects, sub-pixel imaging and
109 anti-aliasing, and conversions, all with multi-level undo.
110
111 This version of The GIMP includes a scripting facility, but many of
112 the included scripts rely on fonts that we cannot distribute. The GIMP
113 FTP site has a package of fonts that you can install by yourself,
114 which includes all the fonts needed to run the included scripts.
115
116 %description -l es.UTF-8
117 GIMP es un programa de manejo de imágenes adecuado para retoque de
118 fotos, composición y editoración de imágenes. Muchas personas lo
119 encuentran extremamente útil en la creación de logos y otros gráficos
120 para páginas web. GIMP tiene muchas herramientas y filtros normalmente
121 encontrados en aplicaciones comerciales similares, además de
122 características extras bien interesantes. GIMP ofrece una extensa caja
123 de herramientas de manejo de imagen, incluyendo camadas, efectos,
124 formación de imagen subpíxel y antialiasing, conversiones, todos con
125 deshacer en varios niveles (multi-level undo).
126
127 %description -l fr.UTF-8
128 Le Programme de Manipulation d'Image de GNU permet de retoucher des
129 photos, de réaliser des compositions. Beaucoup de gens l'apprécient
130 pour la création de logos et de graphismes pour les pages web. GIMP
131 dispose d'un grand nombre de filtres et de plug-ins que l'on ne trouve
132 que dans les logiciels commerciaux haut de gamme ainsi que de
133 nombreuses fonctionnalité inédites.
134
135 GIMP fournit une boite à outil permettant de gérer plusieurs calques,
136 de nombreux effets, l'anti-aliasing, les conversions de fichiers ainsi
137 qu'un grand nombre de niveaux d'annulation.
138
139 %description -l pl.UTF-8
140 Program GIMP jest przeznaczony do obróbki i tworzenia plików w różnych
141 formatach graficznych. Przy jego użyciu można tworzyć grafikę dla
142 stron WWW, retuszować zdjęcia, czy stworzyć własne logo.
143
144 GIMP dostarcza duży zestaw narzędzi do obróbki obrazów, w tym do
145 operowania na kanałach i warstwach, efektów, antyaliasingu oraz
146 konwersji, a to wszystko z wielopoziomowym cofaniem operacji.
147
148 %description -l pt_BR.UTF-8
149 O GIMP é um programa de manipulação de imagens adequado para retoque
150 de fotos, composição e editoração de imagens. Muitas pessoas o acham
151 extremamente útil na criação de logos e outros gráficos para páginas
152 web. O GIMP tem muitas ferramentas e filtros normalmente encontrados
153 em aplicações comerciais similares, além de características extras bem
154 interessantes.
155
156 O GIMP fornece uma extensa caixa de ferramentas de manipulação de
157 imagem, incluindo camadas, efeitos, formação de imagem subpíxel e
158 anti-aliasing, conversões, todos com desfazimento em vários níveis
159 (multi-level undo).
160
161 %description -l ru.UTF-8
162 GIMP - это программа для создания и обработки изображений. Ее считают
163 исключительно полезной для создания логотипов и другой графики для
164 web-страниц. GIMP имеет множество инструментов и фильтров, которые
165 обычно включаются в аналогичные коммерческие пакеты, а также ряд
166 возможностей, присущих только ей.
167
168 GIMP предоставляет большой набор инструментов для работы с графикой,
169 включающий операции над каналами, слоями, эффекты, sub-pixel imaging и
170 антиалиасинг, всяческие конверторы и все это с многоуровневым откатом.
171
172 GIMP включает поддержку создания сценариев (scripting facility),
173 однако многие из поставляемых с программой сценариев предполагают
174 наличие шрифтов, которые не могут быть включены в дистрибутив.
175 FTP-сайт GIMP содержит пакет шрифтов, которые вы можете поставить
176 самостоятельно, включающий все шрифты, необходимые для работы входящих
177 в комплект сценариев. Некоторые из шрифтов имеют весьма необычные
178 лицензионные требования; все лицензии включены в упомянутый пакет.
179 Скачайте ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz и
180 ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz, если хотите
181 запускать сценарии без изменений или выберите те шрифты, которые
182 установлены у вас в системе, перед запуском сценариев.
183
184 %description -l uk.UTF-8
185 GIMP - це програма для створення та обробки зображень. Її вважають
186 дуже корисною для створення логотипів та іншої графіки для
187 web-сторінок. GIMP має багато інструментів та фільтрів, які звичайно
188 включаються в аналогічні комерційні пакети, а також ряд можливостей,
189 властивих саме їй.
190
191 GIMP надає великий набір інструментів для роботи з графікою, що
192 включає операції над каналами, шарами (layers), ефекти, sub-pixel
193 imaging і антиаліасинг, різноманітні конвертори і все це з
194 багаторівневим відкатом.
195
196 GIMP має підтримку сценаріїв (scripting facility), проте багато з
197 включених до поставки сценаріїв припускають наявність шрифтів, які не
198 можуть бути включені в дистрибутив. FTP-сайт GIMP містить пакет
199 шрифтів, котрі ви можете встановити самостійно, в який входять всі
200 шрифти, необхідні для роботи сценаріїв з поставки GIMP. Деякі з
201 шрифтів мають вельми незвичайні ліцензійні умови; всі ліцензії
202 включено в згаданий пакет. Завантажте
203 ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz та
204 ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz. якщо хочете
205 запускати сценарії без змін або ж виберіть встановалені у вас в
206 системі шрифти перед запуском сценаріїв.
207
208 %package libs
209 Summary:        GIMP libraries
210 Summary(pl.UTF-8):      Biblioteki GIMP-a
211 License:        LGPL v2+
212 Group:          Libraries
213 Requires:       glib2 >= 1:2.16.1
214 Requires:       gtk+2 >= 2:2.12.5
215 Requires:       pango >= 1:1.18.0
216
217 %description libs
218 This package contains GIMP libraries.
219
220 %description libs -l pl.UTF-8
221 Pakiet zawiera biblioteki GIMP-a.
222
223 %package devel
224 Summary:        GIMP plugin and extension development kit
225 Summary(de.UTF-8):      GIMP-Plugin und Extension Development Kit
226 Summary(es.UTF-8):      Kit de desarrollo de "plugins" extensiones para GIMP
227 Summary(fr.UTF-8):      Plugin GIMP et kit de développement d'extensions
228 Summary(pl.UTF-8):      Pliki do budowania modułów i rozszerzeń dla GIMPa
229 Summary(pt_BR.UTF-8):   Kit de desenvolvimento de "plugins" extensões para o GIMP
230 Summary(ru.UTF-8):      Инструментарий для разработки плагинов и расширений GIMP
231 Summary(tr.UTF-8):      GIMP plugin ve uzantı geliştirme araçları
232 Summary(uk.UTF-8):      Інструментарій для розробки плагінів та розширень GIMP
233 Summary(zh_CN.UTF-8):   [开发]gimp的开发包
234 Summary(zh_TW.UTF-8):   [開發]gimp的開發包
235 License:        LGPL v2+
236 Group:          X11/Development/Libraries
237 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
238 Requires:       glib2-devel >= 1:2.16.1
239 Requires:       gtk+2-devel >= 2:2.12.5
240
241 %description devel
242 Header files for writing GIMP plugins and extensions.
243
244 %description devel -l de.UTF-8
245 Header-Dateien zum Schreiben von GIMP-Plugins und -Erweiterungen.
246
247 %description devel -l es.UTF-8
248 Bibliotecas y archivos de inclusión para escribir extensiones y
249 plugins para GIMP.
250
251 %description devel -l pl.UTF-8
252 Pliki nagłówkowe do tworzenia wtyczek i rozszerzeń dla GIMPa.
253
254 %description devel -l pt_BR.UTF-8
255 Bibliotecas e arquivos de inclusão para escrever extensões e plugins
256 para o GIMP.
257
258 %package static
259 Summary:        GIMP static libraries
260 Summary(pl.UTF-8):      Biblioteki statyczne GIMPa
261 License:        LGPL v2+
262 Group:          X11/Development/Libraries
263 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
264
265 %description static
266 GIMP static libraries.
267
268 %description static -l es.UTF-8
269 Bibliotecas estáticas para escribir extensiones y plugins para GIMP.
270
271 %description static -l pl.UTF-8
272 Biblioteki statyczne GIMPa.
273
274 %description static -l pt_BR.UTF-8
275 Bibliotecas estáticas para desenvolvimento de plugins e extensões do
276 GIMP.
277
278 %package apidocs
279 Summary:        GIMP API documentation
280 Summary(pl.UTF-8):      Dokumentacja API GIMPa
281 Group:          Documentation
282 Requires:       gtk-doc-common
283
284 %description apidocs
285 GIMP API documentation.
286
287 %description apidocs -l pl.UTF-8
288 Dokumentacja API GIMPa.
289
290 %package aa
291 Summary:        ASCII Art plugin for GIMP
292 Summary(fr.UTF-8):      Plugin d'art ASCII pour GIMP
293 Summary(pl.UTF-8):      Wtyczka do ASCII Art do GIMPa
294 Group:          X11/Applications/Graphics
295 Requires:       %{name} = %{epoch}:%{version}-%{release}
296
297 %description aa
298 This package contains the ASCII Art plugin which requires the aalib
299 shared library.
300
301 %description aa -l fr.UTF-8
302 Ce paquet contient le plugin d'art ASCII qui nécéssite la librairie
303 partagée aalib.
304
305 %description aa -l pl.UTF-8
306 Ten pakiet zawiera wtyczkę do GIMPa ze wsparciem do ASCII Art.
307
308 %package svg
309 Summary:        SVG plugin for GIMP
310 Summary(pl.UTF-8):      Wtyczka SVG dla GIMPa
311 Group:          X11/Applications/Graphics
312 Requires:       %{name} = %{epoch}:%{version}-%{release}
313 Requires:       librsvg >= 2.15.0
314
315 %description svg
316 SVG plugin for GIMP.
317
318 %description svg -l pl.UTF-8
319 Wtyczka SVG dla GIMPa.
320
321 %prep
322 %setup -q
323 %patch0 -p1
324 %patch1 -p1
325 %patch2 -p1
326 %patch3 -p1
327 %patch4 -p1
328
329 mv modules/gimpinputdevicestore-hal.c modules/gimpinputdevicestore-gudev.c
330
331 %build
332 rm acinclude.m4 m4macros/gtk-doc.m4
333 %{__gtkdocize}
334 %{__libtoolize}
335 %{__aclocal} -I m4macros
336 %{__autoconf}
337 %{__autoheader}
338 %{__automake}
339 %configure \
340         %{!?with_gnomevfs:--disable-gnomevfs} \
341         %{!?with_python:--disable-python} \
342         --enable-default-binary \
343         --enable-gimp-remote \
344         --enable-gtk-doc \
345         --enable-static \
346         --with-html-dir=%{_gtkdocdir} \
347         %{?with_posix_shm:--with-shm=posix} \
348         %{!?with_webkit:--without-webkit}
349
350 %{__make}
351
352 %install
353 rm -rf $RPM_BUILD_ROOT
354
355 %{__make} install \
356         DESTDIR=$RPM_BUILD_ROOT
357
358 # Link gimptool to gimptool-2.0.1
359 ln -s gimptool-2.0 $RPM_BUILD_ROOT%{_bindir}/gimptool
360 echo '.so gimptool-2.0.1' > $RPM_BUILD_ROOT%{_mandir}/man1/gimptool.1
361
362 # remove unneeded files
363 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/modules/*.{a,la}
364 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/python/*.{a,la,py}
365
366 %find_lang %{name} --all-name
367
368 %clean
369 rm -rf $RPM_BUILD_ROOT
370
371 %post
372 umask 022
373 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
374 %update_icon_cache hicolor
375
376 %postun
377 umask 022
378 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
379 %update_icon_cache hicolor
380
381 %post   libs -p /sbin/ldconfig
382 %postun libs -p /sbin/ldconfig
383
384 %files -f %{name}.lang
385 %defattr(644,root,root,755)
386 %doc AUTHORS ChangeLog LICENSE NEWS README
387 %doc docs/Wilber*
388
389 %attr(755,root,root) %{_bindir}/gimp-2.6
390 %attr(755,root,root) %{_bindir}/gimp
391 %attr(755,root,root) %{_bindir}/gimp-console-2.6
392 %attr(755,root,root) %{_bindir}/gimp-console
393 %attr(755,root,root) %{_bindir}/gimp-remote-2.6
394 %attr(755,root,root) %{_bindir}/gimp-remote
395 %{_desktopdir}/gimp.desktop
396 %{_mandir}/man1/gimp-2.6.1*
397 %{_mandir}/man1/gimp.1*
398 %{_mandir}/man1/gimp-console-2.6.1*
399 %{_mandir}/man1/gimp-console.1*
400 %{_mandir}/man1/gimp-remote-2.6.1*
401 %{_mandir}/man1/gimp-remote.1*
402 %{_mandir}/man5/gimprc-2.6.5*
403 %{_mandir}/man5/gimprc.5*
404
405 %dir %{_libdir}/gimp
406 %dir %{_libdir}/gimp/%{mver}
407 %dir %{_libdir}/gimp/%{mver}/plug-ins
408 %{_libdir}/gimp/%{mver}/interpreters
409 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/*
410 %{?with_aalib:%exclude %{_libdir}/gimp/%{mver}/plug-ins/file-aa}
411 %exclude %{_libdir}/gimp/%{mver}/plug-ins/file-svg
412
413 %dir %{_libdir}/gimp/%{mver}/modules
414 %attr(755,root,root) %{_libdir}/gimp/%{mver}/modules/*.so
415 %{_libdir}/gimp/%{mver}/environ
416
417 %if %{with python}
418 %dir %{_libdir}/gimp/%{mver}/python
419 %{_libdir}/gimp/%{mver}/python/*.py[co]
420 %{_libdir}/gimp/%{mver}/python/*.png
421 %attr(755,root,root) %{_libdir}/gimp/%{mver}/python/*.so
422 %endif
423
424 %dir %{_datadir}/gimp
425 %dir %{_datadir}/gimp/%{mver}
426 %{_datadir}/gimp/%{mver}/brushes
427 %{_datadir}/gimp/%{mver}/fractalexplorer
428 %{_datadir}/gimp/%{mver}/gfig
429 %{_datadir}/gimp/%{mver}/gflare
430 %{_datadir}/gimp/%{mver}/gimpressionist
431 %{_datadir}/gimp/%{mver}/gradients
432 %{_datadir}/gimp/%{mver}/images
433 %{_datadir}/gimp/%{mver}/menus
434 %{_datadir}/gimp/%{mver}/palettes
435 %{_datadir}/gimp/%{mver}/patterns
436 %{_datadir}/gimp/%{mver}/scripts
437 %{_datadir}/gimp/%{mver}/themes
438 %{_datadir}/gimp/%{mver}/tips
439
440 %dir %{_sysconfdir}/%{name}
441 %dir %{_sysconfdir}/%{name}/%{mver}
442 %config %verify(not md5 mtime) %{_sysconfdir}/%{name}/%{mver}/gimprc*
443 %config(noreplace) %{_sysconfdir}/%{name}/%{mver}/templaterc
444 %config %{_sysconfdir}/%{name}/%{mver}/controllerrc
445 %config %{_sysconfdir}/%{name}/%{mver}/gtkrc*
446 %config %{_sysconfdir}/%{name}/%{mver}/menurc
447 %config %{_sysconfdir}/%{name}/%{mver}/ps-menurc
448 %config %{_sysconfdir}/%{name}/%{mver}/sessionrc
449 %config %{_sysconfdir}/%{name}/%{mver}/unitrc
450
451 %{_iconsdir}/hicolor/*/apps/gimp.*
452
453 %files libs
454 %defattr(644,root,root,755)
455 %attr(755,root,root) %{_libdir}/libgimp-2.0.so.*.*.*
456 %attr(755,root,root) %ghost %{_libdir}/libgimp-2.0.so.0
457 %attr(755,root,root) %{_libdir}/libgimpbase-2.0.so.*.*.*
458 %attr(755,root,root) %ghost %{_libdir}/libgimpbase-2.0.so.0
459 %attr(755,root,root) %{_libdir}/libgimpcolor-2.0.so.*.*.*
460 %attr(755,root,root) %ghost %{_libdir}/libgimpcolor-2.0.so.0
461 %attr(755,root,root) %{_libdir}/libgimpconfig-2.0.so.*.*.*
462 %attr(755,root,root) %ghost %{_libdir}/libgimpconfig-2.0.so.0
463 %attr(755,root,root) %{_libdir}/libgimpmath-2.0.so.*.*.*
464 %attr(755,root,root) %ghost %{_libdir}/libgimpmath-2.0.so.0
465 %attr(755,root,root) %{_libdir}/libgimpmodule-2.0.so.*.*.*
466 %attr(755,root,root) %ghost %{_libdir}/libgimpmodule-2.0.so.0
467 %attr(755,root,root) %{_libdir}/libgimpthumb-2.0.so.*.*.*
468 %attr(755,root,root) %ghost %{_libdir}/libgimpthumb-2.0.so.0
469 %attr(755,root,root) %{_libdir}/libgimpui-2.0.so.*.*.*
470 %attr(755,root,root) %ghost %{_libdir}/libgimpui-2.0.so.0
471 %attr(755,root,root) %{_libdir}/libgimpwidgets-2.0.so.*.*.*
472 %attr(755,root,root) %ghost %{_libdir}/libgimpwidgets-2.0.so.0
473
474 %files devel
475 %defattr(644,root,root,755)
476 %attr(755,root,root) %{_bindir}/gimptool-%{mver}
477 %attr(755,root,root) %{_bindir}/gimptool
478 %attr(755,root,root) %{_libdir}/libgimp-2.0.so
479 %attr(755,root,root) %{_libdir}/libgimpbase-2.0.so
480 %attr(755,root,root) %{_libdir}/libgimpcolor-2.0.so
481 %attr(755,root,root) %{_libdir}/libgimpconfig-2.0.so
482 %attr(755,root,root) %{_libdir}/libgimpmath-2.0.so
483 %attr(755,root,root) %{_libdir}/libgimpmodule-2.0.so
484 %attr(755,root,root) %{_libdir}/libgimpthumb-2.0.so
485 %attr(755,root,root) %{_libdir}/libgimpui-2.0.so
486 %attr(755,root,root) %{_libdir}/libgimpwidgets-2.0.so
487 %{_libdir}/libgimp-2.0.la
488 %{_libdir}/libgimpbase-2.0.la
489 %{_libdir}/libgimpcolor-2.0.la
490 %{_libdir}/libgimpconfig-2.0.la
491 %{_libdir}/libgimpmath-2.0.la
492 %{_libdir}/libgimpmodule-2.0.la
493 %{_libdir}/libgimpthumb-2.0.la
494 %{_libdir}/libgimpui-2.0.la
495 %{_libdir}/libgimpwidgets-2.0.la
496 %{_pkgconfigdir}/gimp-2.0.pc
497 %{_pkgconfigdir}/gimpthumb-2.0.pc
498 %{_pkgconfigdir}/gimpui-2.0.pc
499 %{_includedir}/gimp-2.0
500 %{_aclocaldir}/gimp-2.0.m4
501 %{_mandir}/man1/gimptool-%{mver}.1*
502 %{_mandir}/man1/gimptool.1*
503
504 %files static
505 %defattr(644,root,root,755)
506 %{_libdir}/libgimp-2.0.a
507 %{_libdir}/libgimpbase-2.0.a
508 %{_libdir}/libgimpcolor-2.0.a
509 %{_libdir}/libgimpconfig-2.0.a
510 %{_libdir}/libgimpmath-2.0.a
511 %{_libdir}/libgimpmodule-2.0.a
512 %{_libdir}/libgimpthumb-2.0.a
513 %{_libdir}/libgimpui-2.0.a
514 %{_libdir}/libgimpwidgets-2.0.a
515
516 %files apidocs
517 %defattr(644,root,root,755)
518 %{_gtkdocdir}/libgimp
519 %{_gtkdocdir}/libgimpbase
520 %{_gtkdocdir}/libgimpcolor
521 %{_gtkdocdir}/libgimpconfig
522 %{_gtkdocdir}/libgimpmath
523 %{_gtkdocdir}/libgimpmodule
524 %{_gtkdocdir}/libgimpthumb
525 %{_gtkdocdir}/libgimpwidgets
526
527 %if %{with aalib}
528 %files aa
529 %defattr(644,root,root,755)
530 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/file-aa
531 %endif
532
533 %files svg
534 %defattr(644,root,root,755)
535 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/file-svg
This page took 0.062042 seconds and 4 git commands to generate.