]> git.pld-linux.org Git - packages/gimp.git/blob - gimp.spec
- 2.2.10
[packages/gimp.git] / gimp.spec
1 #
2 # Conditional build:
3 %bcond_without  aalib           # without aa plugin (which requires aalib)
4 %bcond_without  apidocs         # disable gtk-doc
5 %bcond_without  print           # without print plugin (which requires gimp-print 4.2.x)
6 %bcond_without  python          # without python plugins
7 %bcond_with     posix_shm       # with POSIX SHM (default is SysV SHM)
8 %bcond_without  static_libs     # do not build static libraries
9 #
10 %define mver    2.0
11 Summary:        The GNU Image Manipulation Program
12 Summary(de):    Das GNU-Bildbearbeitungs-Programm
13 Summary(es):    Programa de manipulación de imagen GNU
14 Summary(fr):    Le programme de manipulation d'images de GNU
15 Summary(pl):    Program GNU do manipulacji formatami graficznymi (GIMP)
16 Summary(pt_BR): Programa de manipulação de imagem GNU
17 Summary(ru):    The GNU Image Manipulation Program
18 Summary(tr):    Çizim, boyama ve görüntü iþleme programý
19 Summary(uk):    The GNU Image Manipulation Program
20 Summary(zh_CN): [ͼÏñ]GNUͼÏó´¦Àí¹¤¾ß
21 Summary(zh_TW): [¹Ï¹³]GNU¹Ï¶H³B²z¤u¨ã
22 Name:           gimp
23 Version:        2.2.10
24 Release:        1
25 Epoch:          1
26 License:        GPL
27 Group:          X11/Applications/Graphics
28 Source0:        ftp://ftp.gimp.org/pub/gimp/v2.2/%{name}-%{version}.tar.bz2
29 # Source0-md5:  aa29506ed2272af02941a7a601a7a097
30 Patch0:         %{name}-home_etc.patch
31 Patch1:         %{name}-desktop.patch
32 Patch2:         %{name}-gcc4.patch
33 URL:            http://www.gimp.org/
34 Icon:           gimp.gif
35 %{?with_aalib:BuildRequires:    aalib-devel}
36 BuildRequires:  alsa-lib-devel >= 1.0.0
37 BuildRequires:  autoconf >= 2.54
38 BuildRequires:  automake
39 BuildRequires:  gettext-devel
40 %{?with_print:BuildRequires:    gimp-print-devel < 4.3.0}
41 %{?with_print:BuildRequires:    gimp-print-devel >= 4.2.6}
42 BuildRequires:  gtk+2-devel >= 2:2.4.4
43 %{?with_apidocs:BuildRequires:  gtk-doc >= 1.0}
44 BuildRequires:  intltool
45 BuildRequires:  lcms-devel
46 BuildRequires:  libart_lgpl-devel
47 BuildRequires:  libexif-devel
48 BuildRequires:  libgtkhtml-devel >= 2.0.0
49 BuildRequires:  libjpeg-devel
50 BuildRequires:  libmng-devel
51 BuildRequires:  libpng-devel >= 1.0.8
52 BuildRequires:  librsvg-devel >= 2.2.0
53 BuildRequires:  libtiff-devel
54 BuildRequires:  libtool >= 1:1.4.2-9
55 BuildRequires:  libungif-devel
56 BuildRequires:  libwmf-devel >= 2:0.2.8
57 BuildRequires:  pkgconfig
58 %{?with_python:BuildRequires:   python-pygtk-devel >= 1.99.15}
59 %{?with_python:BuildRequires:   rpm-pythonprov}
60 Requires:       gtk+2 >= 2:2.4.4
61 %{?with_python:Requires:        python-pygtk-gtk >= 1.99.15}
62 Obsoletes:      gimp-data-min
63 Obsoletes:      gimp-libgimp
64 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
65
66 %description
67 The GIMP is an image manipulation program suitable for photo
68 retouching, image composition and image authoring. Many people find it
69 extremely useful in creating logos and other graphics for web pages.
70 The GIMP has many of the tools and filters you would expect to find in
71 similar commercial offerings, and some interesting extras as well.
72
73 The GIMP provides a large image manipulation toolbox, including
74 channel operations and layers, effects, sub-pixel imaging and
75 anti-aliasing, and conversions, all with multi-level undo.
76
77 This version of The GIMP includes a scripting facility, but many of
78 the included scripts rely on fonts that we cannot distribute. The GIMP
79 FTP site has a package of fonts that you can install by yourself,
80 which includes all the fonts needed to run the included scripts.
81
82 %description -l es
83 GIMP es un programa de manejo de imágenes adecuado para retoque de
84 fotos, composición y editoración de imágenes. Muchas personas lo
85 encuentran extremamente útil en la creación de logos y otros gráficos
86 para páginas web. GIMP tiene muchas herramientas y filtros normalmente
87 encontrados en aplicaciones comerciales similares, además de
88 características extras bien interesantes. GIMP ofrece una extensa caja
89 de herramientas de manejo de imagen, incluyendo camadas, efectos,
90 formación de imagen subpíxel y antialiasing, conversiones, todos con
91 deshacer en varios niveles (multi-level undo).
92
93 %description -l fr
94 Le Programme de Manipulation d'Image de GNU permet de retoucher des
95 photos, de réaliser des compositions. Beaucoup de gens l'apprécient
96 pour la création de logos et de graphismes pour les pages web. GIMP
97 dispose d'un grand nombre de filtres et de plug-ins que l'on ne trouve
98 que dans les logiciels commerciaux haut de gamme ainsi que de
99 nombreuses fonctionnalité inédites.
100
101 GIMP fournit une boite à outil permettant de gérer plusieurs calques,
102 de nombreux effets, l'anti-aliasing, les conversions de fichiers ainsi
103 qu'un grand nombre de niveaux d'annulation.
104
105 %description -l pl
106 Program GIMP jest przeznaczony do obróbki i tworzenia plików w ró¿nych
107 formatach graficznych. Przy jego u¿yciu mo¿na tworzyæ grafikê dla
108 stron WWW, retuszowaæ zdjêcia, czy stworzyæ w³asne logo.
109
110 GIMP dostarcza du¿y zestaw narzêdzi do obróbki obrazów, w tym do
111 operowania na kana³ach i warstwach, efektów, antyaliasingu oraz
112 konwersji, a to wszystko z wielopoziomowym cofaniem operacji.
113
114 %description -l pt_BR
115 O GIMP é um programa de manipulação de imagens adequado para retoque
116 de fotos, composição e editoração de imagens. Muitas pessoas o acham
117 extremamente útil na criação de logos e outros gráficos para páginas
118 web. O GIMP tem muitas ferramentas e filtros normalmente encontrados
119 em aplicações comerciais similares, além de características extras bem
120 interessantes.
121
122 O GIMP fornece uma extensa caixa de ferramentas de manipulação de
123 imagem, incluindo camadas, efeitos, formação de imagem subpíxel e
124 anti-aliasing, conversões, todos com desfazimento em vários níveis
125 (multi-level undo).
126
127 %description -l ru
128 GIMP - ÜÔÏ ÐÒÏÇÒÁÍÍÁ ÄÌÑ ÓÏÚÄÁÎÉÑ É ÏÂÒÁÂÏÔËÉ ÉÚÏÂÒÁÖÅÎÉÊ. åÅ ÓÞÉÔÁÀÔ
129 ÉÓËÌÀÞÉÔÅÌØÎÏ ÐÏÌÅÚÎÏÊ ÄÌÑ ÓÏÚÄÁÎÉÑ ÌÏÇÏÔÉÐÏ× É ÄÒÕÇÏÊ ÇÒÁÆÉËÉ ÄÌÑ
130 web-ÓÔÒÁÎÉÃ. GIMP ÉÍÅÅÔ ÍÎÏÖÅÓÔ×Ï ÉÎÓÔÒÕÍÅÎÔÏ× É ÆÉÌØÔÒÏ×, ËÏÔÏÒÙÅ
131 ÏÂÙÞÎÏ ×ËÌÀÞÁÀÔÓÑ × ÁÎÁÌÏÇÉÞÎÙÅ ËÏÍÍÅÒÞÅÓËÉÅ ÐÁËÅÔÙ, Á ÔÁËÖÅ ÒÑÄ
132 ×ÏÚÍÏÖÎÏÓÔÅÊ, ÐÒÉÓÕÝÉÈ ÔÏÌØËÏ ÅÊ.
133
134 GIMP ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ÂÏÌØÛÏÊ ÎÁÂÏÒ ÉÎÓÔÒÕÍÅÎÔÏ× ÄÌÑ ÒÁÂÏÔÙ Ó ÇÒÁÆÉËÏÊ,
135 ×ËÌÀÞÁÀÝÉÊ ÏÐÅÒÁÃÉÉ ÎÁÄ ËÁÎÁÌÁÍÉ, ÓÌÏÑÍÉ, ÜÆÆÅËÔÙ, sub-pixel imaging É
136 ÁÎÔÉÁÌÉÁÓÉÎÇ, ×ÓÑÞÅÓËÉÅ ËÏÎ×ÅÒÔÏÒÙ É ×ÓÅ ÜÔÏ Ó ÍÎÏÇÏÕÒÏ×ÎÅ×ÙÍ ÏÔËÁÔÏÍ.
137
138 GIMP ×ËÌÀÞÁÅÔ ÐÏÄÄÅÒÖËÕ ÓÏÚÄÁÎÉÑ ÓÃÅÎÁÒÉÅ× (scripting facility),
139 ÏÄÎÁËÏ ÍÎÏÇÉÅ ÉÚ ÐÏÓÔÁ×ÌÑÅÍÙÈ Ó ÐÒÏÇÒÁÍÍÏÊ ÓÃÅÎÁÒÉÅ× ÐÒÅÄÐÏÌÁÇÁÀÔ
140 ÎÁÌÉÞÉÅ ÛÒÉÆÔÏ×, ËÏÔÏÒÙÅ ÎÅ ÍÏÇÕÔ ÂÙÔØ ×ËÌÀÞÅÎÙ × ÄÉÓÔÒÉÂÕÔÉ×.
141 FTP-ÓÁÊÔ GIMP ÓÏÄÅÒÖÉÔ ÐÁËÅÔ ÛÒÉÆÔÏ×, ËÏÔÏÒÙÅ ×Ù ÍÏÖÅÔÅ ÐÏÓÔÁ×ÉÔØ
142 ÓÁÍÏÓÔÏÑÔÅÌØÎÏ, ×ËÌÀÞÁÀÝÉÊ ×ÓÅ ÛÒÉÆÔÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÒÁÂÏÔÙ ×ÈÏÄÑÝÉÈ
143 × ËÏÍÐÌÅËÔ ÓÃÅÎÁÒÉÅ×. îÅËÏÔÏÒÙÅ ÉÚ ÛÒÉÆÔÏ× ÉÍÅÀÔ ×ÅÓØÍÁ ÎÅÏÂÙÞÎÙÅ
144 ÌÉÃÅÎÚÉÏÎÎÙÅ ÔÒÅÂÏ×ÁÎÉÑ; ×ÓÅ ÌÉÃÅÎÚÉÉ ×ËÌÀÞÅÎÙ × ÕÐÏÍÑÎÕÔÙÊ ÐÁËÅÔ.
145 óËÁÞÁÊÔÅ ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz É
146 ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz, ÅÓÌÉ ÈÏÔÉÔÅ
147 ÚÁÐÕÓËÁÔØ ÓÃÅÎÁÒÉÉ ÂÅÚ ÉÚÍÅÎÅÎÉÊ ÉÌÉ ×ÙÂÅÒÉÔÅ ÔÅ ÛÒÉÆÔÙ, ËÏÔÏÒÙÅ
148 ÕÓÔÁÎÏ×ÌÅÎÙ Õ ×ÁÓ × ÓÉÓÔÅÍÅ, ÐÅÒÅÄ ÚÁÐÕÓËÏÍ ÓÃÅÎÁÒÉÅ×.
149
150 %description -l uk
151 GIMP - ÃÅ ÐÒÏÇÒÁÍÁ ÄÌÑ ÓÔ×ÏÒÅÎÎÑ ÔÁ ÏÂÒÏÂËÉ ÚÏÂÒÁÖÅÎØ. ·§ ××ÁÖÁÀÔØ
152 ÄÕÖÅ ËÏÒÉÓÎÏÀ ÄÌÑ ÓÔ×ÏÒÅÎÎÑ ÌÏÇÏÔÉЦנÔÁ ¦ÎÛϧ ÇÒÁƦËÉ ÄÌÑ
153 web-ÓÔÏÒ¦ÎÏË. GIMP ÍÁ¤ ÂÁÇÁÔÏ ¦ÎÓÔÒÕÍÅÎԦנÔÁ Æ¦ÌØÔÒ¦×, Ñ˦ Ú×ÉÞÁÊÎÏ
154 ×ËÌÀÞÁÀÔØÓÑ × ÁÎÁÌÏǦÞΦ ËÏÍÅÒæÊΦ ÐÁËÅÔÉ, Á ÔÁËÏÖ ÒÑÄ ÍÏÖÌÉ×ÏÓÔÅÊ,
155 ×ÌÁÓÔÉ×ÉÈ ÓÁÍÅ §Ê.
156
157 GIMP ÎÁÄÁ¤ ×ÅÌÉËÉÊ ÎÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנÄÌÑ ÒÏÂÏÔÉ Ú ÇÒÁƦËÏÀ, ÝÏ
158 ×ËÌÀÞÁ¤ ÏÐÅÒÁ槠ÎÁÄ ËÁÎÁÌÁÍÉ, ÛÁÒÁÍÉ (layers), ÅÆÅËÔÉ, sub-pixel
159 imaging ¦ ÁÎÔÉÁ̦ÁÓÉÎÇ, Ò¦ÚÎÏÍÁΦÔΦ ËÏÎ×ÅÒÔÏÒÉ ¦ ×ÓÅ ÃÅ Ú
160 ÂÁÇÁÔÏÒ¦×ÎÅ×É͠צÄËÁÔÏÍ.
161
162 GIMP ÍÁ¤ Ð¦ÄÔÒÉÍËÕ ÓÃÅÎÁÒ¦§× (scripting facility), ÐÒÏÔÅ ÂÁÇÁÔÏ Ú
163 ×ËÌÀÞÅÎÉÈ ÄÏ ÐÏÓÔÁ×ËÉ ÓÃÅÎÁÒ¦§× ÐÒÉÐÕÓËÁÀÔØ ÎÁÑ×ΦÓÔØ ÛÒÉÆÔ¦×, Ñ˦ ÎÅ
164 ÍÏÖÕÔØ ÂÕÔÉ ×ËÌÀÞÅΦ × ÄÉÓÔÒÉÂÕÔÉ×. FTP-ÓÁÊÔ GIMP Í¦ÓÔÉÔØ ÐÁËÅÔ
165 ÛÒÉÆÔ¦×, ËÏÔÒ¦ ×É ÍÏÖÅÔÅ ×ÓÔÁÎÏ×ÉÔÉ ÓÁÍÏÓÔ¦ÊÎÏ, × ÑËÉÊ ×ÈÏÄÑÔØ ×Ó¦
166 ÛÒÉÆÔÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÂÏÔÉ ÓÃÅÎÁÒ¦§× Ú ÐÏÓÔÁ×ËÉ GIMP. äÅÑ˦ Ú
167 ÛÒÉÆԦנÍÁÀÔØ ×ÅÌØÍÉ ÎÅÚ×ÉÞÁÊΦ Ì¦ÃÅÎÚ¦ÊΦ ÕÍÏ×É; ×Ó¦ Ì¦ÃÅÎÚ¦§
168 ×ËÌÀÞÅÎÏ × ÚÇÁÄÁÎÉÊ ÐÁËÅÔ. úÁ×ÁÎÔÁÖÔÅ
169 ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz ÔÁ
170 ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz. ÑËÝÏ ÈÏÞÅÔÅ
171 ÚÁÐÕÓËÁÔÉ ÓÃÅÎÁÒ¦§ ÂÅÚ ÚͦΠÁÂÏ Ö ×ÉÂÅÒ¦ÔØ ×ÓÔÁÎÏ×ÁÌÅΦ Õ ×ÁÓ ×
172 ÓÉÓÔÅͦ ÛÒÉÆÔÉ ÐÅÒÅÄ ÚÁÐÕÓËÏÍ ÓÃÅÎÁÒ¦§×.
173
174 %package devel
175 Summary:        GIMP plugin and extension development kit
176 Summary(de):    GIMP-Plugin und Extension Development Kit
177 Summary(es):    Kit de desarrollo de "plugins" extensiones para GIMP
178 Summary(fr):    Plugin GIMP et kit de développement d'extensions
179 Summary(pl):    Pliki do budowania modu³ów i rozszerzeñ dla Gimpa
180 Summary(pt_BR): Kit de desenvolvimento de "plugins" extensões para o GIMP
181 Summary(ru):    éÎÓÔÒÕÍÅÎÔÁÒÉÊ ÄÌÑ ÒÁÚÒÁÂÏÔËÉ ÐÌÁÇÉÎÏ× É ÒÁÓÛÉÒÅÎÉÊ GIMP
182 Summary(tr):    GIMP plugin ve uzantý geliþtirme araçlarý
183 Summary(uk):    ¶ÎÓÔÒÕÍÅÎÔÁҦʠÄÌÑ ÒÏÚÒÏÂËÉ ÐÌÁǦΦנÔÁ ÒÏÚÛÉÒÅÎØ GIMP
184 Summary(zh_CN): [¿ª·¢]gimpµÄ¿ª·¢°ü
185 Summary(zh_TW): [¶}µo]gimpªº¶}µo¥]
186 License:        LGPL
187 Group:          X11/Development/Libraries
188 Requires(post,postun):  /sbin/ldconfig
189 Requires:       %{name} = %{epoch}:%{version}-%{release}
190 Requires:       gtk+2-devel >= 2:2.4.4
191 Requires:       gtk-doc-common
192
193 %description devel
194 Header files for writing GIMP plugins and extensions.
195
196 %description devel -l de
197 Header-Dateien zum Schreiben von GIMP-Plugins und -Erweiterungen.
198
199 %description devel -l es
200 Bibliotecas y archivos de inclusión para escribir extensiones y
201 plugins para Gimp.
202
203 %description devel -l pl
204 Pliki nag³ówkowe do tworzenia wtyczek i rozszerzeñ dla Gimpa.
205
206 %description devel -l pt_BR
207 Bibliotecas e arquivos de inclusão para escrever extensões e plugins
208 para o Gimp.
209
210 %package static
211 Summary:        GIMP static libraries
212 Summary(pl):    Biblioteki statyczne Gimpa
213 Group:          X11/Development/Libraries
214 Requires:       %{name}-devel = %{epoch}:%{version}-%{release}
215
216 %description static
217 GIMP static libraries.
218
219 %description static -l es
220 Bibliotecas estáticas para escribir extensiones y plugins para Gimp.
221
222 %description static -l pl
223 Biblioteki statyczne Gimpa.
224
225 %description static -l pt_BR
226 Bibliotecas estáticas para desenvolvimento de plugins e extensões do
227 GIMP.
228
229 %package aa
230 Summary:        ASCII Art plugin for Gimp
231 Summary(fr):    Plugin d'art ASCII pour Gimp
232 Summary(pl):    Wtyczka do ASCII Art do Gimpa
233 Group:          X11/Applications/Graphics
234 Requires:       %{name} = %{epoch}:%{version}-%{release}
235
236 %description aa
237 This package contains the ASCII Art plugin which requires the aalib
238 shared library.
239
240 %description aa -l fr
241 Ce paquet contient le plugin d'art ASCII qui nécéssite la librairie
242 partagée aalib.
243
244 %description aa -l pl
245 Ten pakiet zawiera wtyczkê do Gimpa ze wsparciem do ASCII Art.
246
247 %package print
248 Summary:        Print plugin for Gimp
249 Summary(pl):    Wtyczka do drukowania dla Gimpa
250 Group:          X11/Applications/Graphics
251 Requires:       %{name} = %{epoch}:%{version}-%{release}
252 Requires:       gimp-print-lib >= 4.2.6
253
254 %description print
255 Print plugin for Gimp.
256
257 %description print -l pl
258 Wtyczka do drukowania dla Gimpa.
259
260 %package svg
261 Summary:        SVG plugin for Gimp
262 Summary(pl):    Wtyczka SVG dla Gimpa
263 Group:          X11/Applications/Graphics
264 Requires:       %{name} = %{epoch}:%{version}-%{release}
265 Requires:       librsvg >= 2.2.0
266
267 %description svg
268 SVG plugin for Gimp.
269
270 %description svg -l pl
271 Wtyczka SVG dla Gimpa.
272
273 %prep
274 %setup -q
275 %patch0 -p1
276 %patch1 -p1
277 %patch2 -p1
278
279 cp /usr/share/automake/py-compile plug-ins/pygimp
280
281 %build
282 %{__libtoolize}
283 %{__aclocal}
284 %{__autoconf}
285 %{__autoheader}
286 %{__automake}
287
288 %configure \
289         %{!?with_print: --disable-print} \
290         --disable-rpath \
291         --enable-default-binary \
292         %{?with_apidocs:--enable-gtk-doc} \
293         --enable-mp \
294         %{?with_python: --enable-python} \
295         %{?with_static_libs:--enable-static} \
296         --with-html-dir=%{_gtkdocdir} \
297         %{?with_posix_shm:--with-shm=posix}
298
299 %{__make}
300
301 %install
302 rm -rf $RPM_BUILD_ROOT
303 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}}
304
305 %{__make} install \
306         DESTDIR=$RPM_BUILD_ROOT
307
308 #########################################################
309 # This is hack indeed, but it was supposed to disappear #
310 # when version 2.0 will arrive but it doesn't :(        #
311 #########################################################
312
313 cat $RPM_BUILD_ROOT%{_datadir}/gimp/%{mver}/misc/gimp.desktop | \
314         sed 's@/usr/share/gimp/%{mver}/images/@@' > \
315         $RPM_BUILD_ROOT%{_desktopdir}/gimp.desktop
316 install data/images/wilber-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}
317
318 ################### end hack ############################
319
320 # Link gimptool to gimptool-2.0
321
322 ln -s gimptool-%{mver} $RPM_BUILD_ROOT%{_bindir}/gimptool
323 echo '.so gimptool-%{mver}' > $RPM_BUILD_ROOT%{_mandir}/man1/gimptool.1
324
325 # Remove obsolete files
326 rm -f $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/modules/*.{a,la}
327 rm -f $RPM_BUILD_ROOT%{_libdir}/gimp/%{mver}/python/*.{a,la,py}
328 rm -f $RPM_BUILD_ROOT%{_datadir}/gimp/%{mver}/misc/gimp.{applications,desktop,keys}
329 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
330
331 %find_lang %{name} --all-name
332
333 %clean
334 rm -rf $RPM_BUILD_ROOT
335
336 %post
337 umask 022
338 /sbin/ldconfig
339 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
340
341 %postun
342 umask 022
343 /sbin/ldconfig
344 [ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1
345
346 %files -f %{name}.lang
347 %defattr(644,root,root,755)
348 %doc AUTHORS ChangeLog NEWS README
349 %doc docs/{*.txt,quick_reference.*,Wilber*}
350
351 %attr(755,root,root) %{_bindir}/gimp-2.2
352 %attr(755,root,root) %{_bindir}/gimp
353 %attr(755,root,root) %{_bindir}/gimp-remote-2.2
354 %attr(755,root,root) %{_bindir}/gimp-remote
355 %{_desktopdir}/gimp.desktop
356 %{_mandir}/man1/gimp-2*
357 %{_mandir}/man1/gimp-remote-2*
358 %{_mandir}/man5/gimprc-2*
359
360 %attr(755,root,root) %{_libdir}/lib*.so.*.*
361 %dir %{_libdir}/gimp
362 %dir %{_libdir}/gimp/%{mver}
363 %dir %{_libdir}/gimp/%{mver}/plug-ins
364 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/*
365 %{?with_aalib:%exclude %{_libdir}/gimp/%{mver}/plug-ins/aa}
366 %{?with_print:%exclude %{_libdir}/gimp/%{mver}/plug-ins/print}
367 %exclude %{_libdir}/gimp/%{mver}/plug-ins/svg
368
369 %dir %{_libdir}/gimp/%{mver}/modules
370 %attr(755,root,root) %{_libdir}/gimp/%{mver}/modules/*.so
371 %{_libdir}/gimp/%{mver}/environ
372
373 %if %{with python}
374 %dir %{_libdir}/gimp/%{mver}/python
375 %{_libdir}/gimp/%{mver}/python/*.py[co]
376 %{_libdir}/gimp/%{mver}/python/*.png
377 %attr(755,root,root) %{_libdir}/gimp/%{mver}/python/*.so
378 %endif
379
380 %dir %{_datadir}/gimp
381 %dir %{_datadir}/gimp/%{mver}
382 %{_datadir}/gimp/%{mver}/brushes
383 %{_datadir}/gimp/%{mver}/fractalexplorer
384 %{_datadir}/gimp/%{mver}/gfig
385 %{_datadir}/gimp/%{mver}/gflare
386 %{_datadir}/gimp/%{mver}/gimpressionist
387 %{_datadir}/gimp/%{mver}/gradients
388 %{_datadir}/gimp/%{mver}/images
389 %{_datadir}/gimp/%{mver}/menus
390 %{_datadir}/gimp/%{mver}/palettes
391 %{_datadir}/gimp/%{mver}/patterns
392 %{_datadir}/gimp/%{mver}/scripts
393 %{_datadir}/gimp/%{mver}/themes
394 %{_datadir}/gimp/%{mver}/tips
395 %dir %{_datadir}/gimp/%{mver}/misc
396
397 %dir %{_sysconfdir}/%{name}
398 %dir %{_sysconfdir}/%{name}/%{mver}
399 %config %verify(not md5 mtime) %{_sysconfdir}/%{name}/%{mver}/gimprc*
400 %config(noreplace) %{_sysconfdir}/%{name}/%{mver}/templaterc
401 %config %{_sysconfdir}/%{name}/%{mver}/gtkrc*
402 %config %{_sysconfdir}/%{name}/%{mver}/ps-menurc
403 %config %{_sysconfdir}/%{name}/%{mver}/sessionrc
404 %config %{_sysconfdir}/%{name}/%{mver}/unitrc
405 %config %{_sysconfdir}/%{name}/%{mver}/controllerrc
406
407 %{_pixmapsdir}/*
408
409 %files devel
410 %defattr(644,root,root,755)
411 %attr(755,root,root) %{_bindir}/gimptool-%{mver}
412 %attr(755,root,root) %{_bindir}/gimptool
413 %attr(755,root,root) %{_libdir}/lib*.so
414 %{_libdir}/lib*.la
415 %{_pkgconfigdir}/*
416 %{_gtkdocdir}/*
417
418 %{_includedir}/gimp-2.0
419 %{_aclocaldir}/gimp-2.0.m4
420
421 %{_mandir}/man1/gimptool-%{mver}*
422 %{_mandir}/man1/gimptool.1*
423
424 %if %{with static_libs}
425 %files static
426 %defattr(644,root,root,755)
427 %{_libdir}/lib*.a
428 %endif
429
430 %if %{with aalib}
431 %files aa
432 %defattr(644,root,root,755)
433 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/aa
434 %endif
435
436 %if %{with print}
437 %files print
438 %defattr(644,root,root,755)
439 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/print
440 %endif
441
442 %files svg
443 %defattr(644,root,root,755)
444 %attr(755,root,root) %{_libdir}/gimp/%{mver}/plug-ins/svg
This page took 0.066201 seconds and 4 git commands to generate.