]> git.pld-linux.org Git - packages/mate-applets.git/blame - gnome-applets.spec
- updated for 2.18.0
[packages/mate-applets.git] / gnome-applets.spec
CommitLineData
5328b8ea 1#
2# Conditional build:
3%bcond_without modemlights # don't build modemlights applet
c711af44 4#
98d9a9f8 5Summary: Small applications which embed themselves in the GNOME panel
c5f85e76
ER
6Summary(pl.UTF-8): Aplety GNOME - małe aplikacje osadzające się w panelu
7Summary(ru.UTF-8): Маленькие программы, встраивающиеся в панель GNOME
8Summary(uk.UTF-8): Маленькі програми, що вбудовуються в панель GNOME
6a5d9e40 9Name: gnome-applets
8f6cecd6 10Version: 2.16.2
54d2caff 11Release: 1
917d2293 12Epoch: 1
325fbf8e 13License: GPL v2, FDL
45551746 14Group: X11/Applications
54d2caff 15Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-applets/2.16/%{name}-%{version}.tar.bz2
8f6cecd6 16# Source0-md5: 1a46b8557ff05ca75e7db6adb4dd6707
2be0b737 17Patch0: %{name}-stickynotes-title-size.patch
aff0face 18Patch1: %{name}-m4_fix.patch
6d95af8e 19Patch2: %{name}-desktop.patch
5328b8ea 20Patch3: %{name}-modemlights-conditional.patch
b29528cb 21URL: http://www.gnome.org/
8f6cecd6 22BuildRequires: GConf2-devel >= 2.16.0
ec82d9a9 23BuildRequires: autoconf
24BuildRequires: automake
8f6cecd6 25BuildRequires: control-center-devel >= 2.16.2
6d95af8e 26BuildRequires: cpufrequtils-devel >= 0.3
8233b124 27BuildRequires: dbus-glib-devel >= 0.71-2
44265df5 28BuildRequires: gail-devel >= 1.9.3
f7433ffb 29BuildRequires: gdbm-devel
512e10b8 30BuildRequires: gettext-devel
13e568d9 31BuildRequires: gnome-common >= 2.12.0
8f6cecd6 32BuildRequires: gnome-desktop-devel >= 2.16.2
44265df5 33BuildRequires: gnome-doc-utils >= 0.8.0
8f6cecd6
MB
34BuildRequires: gnome-panel-devel >= 2.16.2
35BuildRequires: gnome-vfs2-devel >= 2.16.3
44265df5 36BuildRequires: gstreamer-plugins-base-devel >= 0.10.10
8f6cecd6 37BuildRequires: gtk+2-devel >= 2:2.10.6
e6e2f003 38BuildRequires: gucharmap-devel >= 1.8.0
b8f1110a 39BuildRequires: hal-devel >= 0.5.7.1
1b826305 40BuildRequires: intltool >= 0.35.0
8f6cecd6 41BuildRequires: libgnomeui-devel >= 2.16.1
13e568d9 42BuildRequires: libglade2-devel >= 1:2.6.0
8f6cecd6 43BuildRequires: libgtop-devel >= 1:2.14.4
13e568d9 44BuildRequires: libnotify-devel >= 0.4.2
512e10b8 45BuildRequires: libtool
8f6cecd6
MB
46BuildRequires: libwnck-devel >= 2.16.2
47BuildRequires: libxml2-devel >= 1:2.6.27
54d2caff 48BuildRequires: libxklavier-devel >= 3.0
6d95af8e 49BuildRequires: libxslt-progs >= 1.1.17
aff0face 50BuildRequires: pkgconfig
e6e2f003 51BuildRequires: python-gnome-desktop-devel >= 2.16.0
ec9c457b
MB
52BuildRequires: rpm-pythonprov
53BuildRequires: rpmbuild(macros) >= 1.311
b29528cb 54BuildRequires: scrollkeeper >= 0.3.11-4
5328b8ea 55%if %{with modemlights}
97c6a012 56BuildRequires: system-tools-backends >= 1.4.0
5328b8ea 57BuildRequires: system-tools-backends < 1.9.0
58%endif
8f6cecd6
MB
59Requires: gnome-icon-theme >= 2.16.1
60Requires: gnome-panel >= 2.16.2
61Requires: gnome-vfs2 >= 2.16.3
dbca2d9e 62Requires: hicolor-icon-theme
8f6cecd6 63Requires: libgnomeui >= 2.16.1
29c6cc79 64BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6a5d9e40 65
c3067899 66%define _gnomehelpdir %{_datadir}/gnome/help
67
6a5d9e40 68%description
93cffcb9 69The gnome-applets package provides Panel applets which enhance your
70GNOME experience.
6a5d9e40 71
afe4d16e
JR
72%description -l pl.UTF-8
73Pakiet gnome-applets udostępnia aplety Panelu, które usprawniają pracę
499a880d 74z GNOME.
6a5d9e40 75
afe4d16e
JR
76%description -l uk.UTF-8
77Пакет gnome-applets містить аплети Панелі GNOME, що збільшують
78комфортність роботи в середовищі GNOME.
be1274bb 79
afe4d16e
JR
80%description -l ru.UTF-8
81Пакет gnome-applets содержит апплеты Панели GNOME, увеличивающие
82комфортность работы в среде GNOME.
be1274bb 83
019a20cd 84%package devel
85Summary: Header files for gnome-applets
c5f85e76 86Summary(pl.UTF-8): Pliki nagłówkowe gnome-applets
019a20cd 87Group: Development/Libraries
88Requires: %{name} = %{epoch}:%{version}-%{release}
8f6cecd6
MB
89Requires: GConf2-devel >= 2.16.0
90Requires: gtk+2-devel >= 2:2.10.6
019a20cd 91
92%description devel
93Header files for gnome-applets.
94
afe4d16e
JR
95%description devel -l pl.UTF-8
96Pliki nagłówkowe gnome-applets.
019a20cd 97
c3067899 98%package accessx-status
99Summary: Keyboard Accessibility Status applet
c5f85e76 100Summary(pl.UTF-8): Aplet stanu dostepności klawiatury
c3067899 101Group: X11/Applications
8f6cecd6 102Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 103Requires(post,postun): scrollkeeper
c3067899 104Requires: %{name} = %{epoch}:%{version}-%{release}
105Conflicts: gnome-applets <= 0:2.10.0-5
106
107%description accessx-status
108Keyboard Accessibility Status applet.
109
afe4d16e
JR
110%description accessx-status -l pl.UTF-8
111Aplet stanu dostepności klawiatury.
c3067899 112
113%package battstat
114Summary: Battery Charge Monitor applet
c5f85e76 115Summary(pl.UTF-8): Aplet monitora stanu naładowania akumulatora
c3067899 116Group: X11/Applications
23a406a7 117Requires(post,preun): GConf2
118Requires(post,postun): scrollkeeper
c3067899 119Requires: %{name} = %{epoch}:%{version}-%{release}
120Conflicts: gnome-applets <= 0:2.10.0-5
121
122%description battstat
123Battery Charge Monitor applet.
124
afe4d16e
JR
125%description battstat -l pl.UTF-8
126Aplet monitora stanu naładowania akumulatora.
c3067899 127
128%package charpicker
129Summary: Character Palette applet
c5f85e76 130Summary(pl.UTF-8): Aplet palety znaków
c3067899 131Group: X11/Applications
23a406a7 132Requires(post,preun): GConf2
8f6cecd6 133Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 134Requires(post,postun): scrollkeeper
c3067899 135Requires: %{name} = %{epoch}:%{version}-%{release}
136Conflicts: gnome-applets <= 0:2.10.0-5
137
138%description charpicker
139Character Palette applet.
140
afe4d16e
JR
141%description charpicker -l pl.UTF-8
142Aplet palety znaków.
c3067899 143
144%package cpufreq
145Summary: CPU Frequency Scaling Monitor applet
c5f85e76 146Summary(pl.UTF-8): Aplet monitora częstotliwości procesora
c3067899 147Group: X11/Applications
23a406a7 148Requires(post,preun): GConf2
8f6cecd6 149Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 150Requires(post,postun): scrollkeeper
c3067899 151Requires: %{name} = %{epoch}:%{version}-%{release}
152Conflicts: gnome-applets <= 0:2.10.0-5
23a406a7 153Obsoletes: gnome-applet-cpufreq
c3067899 154
155%description cpufreq
156CPU Frequency Scaling Monitor applet.
157
afe4d16e
JR
158%description cpufreq -l pl.UTF-8
159Aplet monitora częstotliwości procesora.
c3067899 160
161%package drivemount
162Summary: Disk Mounter applet
c5f85e76 163Summary(pl.UTF-8): Aplet do montowania dysków
c3067899 164Group: X11/Applications
23a406a7 165Requires(post,preun): GConf2
166Requires(post,postun): scrollkeeper
c3067899 167Requires: %{name} = %{epoch}:%{version}-%{release}
168Conflicts: gnome-applets <= 0:2.10.0-5
169
170%description drivemount
171Disk Mounter applet.
172
afe4d16e
JR
173%description drivemount -l pl.UTF-8
174Aplet do monotwania dysków.
c3067899 175
176%package geyes
177Summary: Geyes applet
c5f85e76 178Summary(pl.UTF-8): Aplet geyes
c3067899 179Group: X11/Applications
23a406a7 180Requires(post,preun): GConf2
8f6cecd6 181Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 182Requires(post,postun): scrollkeeper
c3067899 183Requires: %{name} = %{epoch}:%{version}-%{release}
184Conflicts: gnome-applets <= 0:2.10.0-5
185
186%description geyes
187Geyes applet.
188
afe4d16e 189%description geyes -l pl.UTF-8
c3067899 190Aplet geyes.
191
c3067899 192%package gweather
193Summary: Weather Report applet
c5f85e76 194Summary(pl.UTF-8): Aplet raportu pogodowego
c3067899 195Group: X11/Applications
23a406a7 196Requires(post,preun): GConf2
197Requires(post,postun): scrollkeeper
c3067899 198Requires: %{name} = %{epoch}:%{version}-%{release}
3c7dc6f1 199Requires: notification-daemon
c3067899 200Conflicts: gnome-applets <= 0:2.10.0-5
201
202%description gweather
203Weather Report applet.
204
afe4d16e 205%description gweather -l pl.UTF-8
c3067899 206Aplet raportu pogodowego.
207
6d95af8e 208%package invest
209Summary: Stock Ticker applet
c5f85e76 210Summary(pl.UTF-8): Aplet wskaźnika giełdowego
6d95af8e 211Group: X11/Applications
212Requires(post,preun): GConf2
213Requires(post,postun): scrollkeeper
214Requires: %{name} = %{epoch}:%{version}-%{release}
dbca2d9e 215Requires: python-gnome-extras-egg >= 2.14.2
6d95af8e 216Conflicts: gnome-applets <= 0:2.10.0-5
217Obsoletes: gnome-applets-gtik
218
219%description invest
220Stock Ticker applet.
221
afe4d16e
JR
222%description invest -l pl.UTF-8
223Aplet wskaźnika giełdowego.
6d95af8e 224
c3067899 225%package keyboard
226Summary: Keyboard Indicator applet
c5f85e76 227Summary(pl.UTF-8): Aplet wskaźnika klawiatury
c3067899 228Group: X11/Applications
23a406a7 229Requires(post,preun): GConf2
8f6cecd6 230Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 231Requires(post,postun): scrollkeeper
c3067899 232Requires: %{name} = %{epoch}:%{version}-%{release}
233Conflicts: gnome-applets <= 0:2.10.0-5
234
235%description keyboard
236Keyboard Indicator applet.
237
afe4d16e
JR
238%description keyboard -l pl.UTF-8
239Aplet wskaźnika klawiatury.
c3067899 240
241%package minicommander
242Summary: Command Line applet
c5f85e76 243Summary(pl.UTF-8): Aplet wiersza poleceń
c3067899 244Group: X11/Applications
23a406a7 245Requires(post,preun): GConf2
246Requires(post,postun): scrollkeeper
c3067899 247Requires: %{name} = %{epoch}:%{version}-%{release}
248Conflicts: gnome-applets <= 0:2.10.0-5
249
250%description minicommander
251Command Line applet.
252
afe4d16e
JR
253%description minicommander -l pl.UTF-8
254Aplet wiersza poleceń.
c3067899 255
256%package mixer
257Summary: Volume Control applet
c5f85e76 258Summary(pl.UTF-8): Aplet regulacji głośności
c3067899 259Group: X11/Applications
23a406a7 260Requires(post,preun): GConf2
8f6cecd6 261Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 262Requires(post,postun): scrollkeeper
c3067899 263Requires: %{name} = %{epoch}:%{version}-%{release}
44265df5 264Requires: gstreamer-audio-effects-base >= 0.10.10
c3067899 265Requires: gstreamer-audiosink
266Conflicts: gnome-applets <= 0:2.10.0-5
267
268%description mixer
269Volume Control applet.
270
afe4d16e
JR
271%description mixer -l pl.UTF-8
272Aplet regulacji głośności.
c3067899 273
274%package modemlights
275Summary: Modem Lights applet
c5f85e76 276Summary(pl.UTF-8): Aplet kontrolek modemu
c3067899 277Group: X11/Applications
8f6cecd6 278Requires(post,postun): gtk+2 >= 2.10.6
c3067899 279Requires: %{name} = %{epoch}:%{version}-%{release}
5328b8ea 280Requires: system-tools-backends >= 1.4.0
5288b3f0 281Requires: system-tools-backends < 1.9.0
c3067899 282Conflicts: gnome-applets <= 0:2.10.0-5
283
284%description modemlights
285Modem Lights applet.
286
afe4d16e 287%description modemlights -l pl.UTF-8
c3067899 288Aplet kontrolek modemu.
289
290%package multiload
291Summary: System Monitor applet
c5f85e76 292Summary(pl.UTF-8): Aplet monitora systemu
c3067899 293Group: X11/Applications
23a406a7 294Requires(post,preun): GConf2
295Requires(post,postun): scrollkeeper
c3067899 296Requires: %{name} = %{epoch}:%{version}-%{release}
297Conflicts: gnome-applets <= 0:2.10.0-5
298
299%description multiload
300System Monitor applet.
301
afe4d16e 302%description multiload -l pl.UTF-8
c3067899 303Aplet monitora systemu.
304
305%package stickynotes
306Summary: Sticky Notes applet
c5f85e76 307Summary(pl.UTF-8): Aplet notatek
c3067899 308Group: X11/Applications
23a406a7 309Requires(post,preun): GConf2
8f6cecd6 310Requires(post,postun): gtk+2 >= 2.10.6
23a406a7 311Requires(post,postun): scrollkeeper
c3067899 312Requires: %{name} = %{epoch}:%{version}-%{release}
313Conflicts: gnome-applets <= 0:2.10.0-5
314Obsoletes: gnotes_applet
315
316%description stickynotes
317Sticky Notes applet.
318
afe4d16e 319%description stickynotes -l pl.UTF-8
c3067899 320Aplet notatek.
321
322%package trash
323Summary: Trash applet
c5f85e76 324Summary(pl.UTF-8): Aplet śmietnika
c3067899 325Group: X11/Applications
23a406a7 326Requires(post,postun): scrollkeeper
c3067899 327Requires: %{name} = %{epoch}:%{version}-%{release}
328Conflicts: gnome-applets <= 0:2.10.0-5
329
330%description trash
331Trash applet.
332
afe4d16e
JR
333%description trash -l pl.UTF-8
334Aplet śmietnika.
c3067899 335
6a5d9e40 336%prep
45551746 337%setup -q
2be0b737 338%patch0 -p1
aff0face 339%patch1 -p1
6d95af8e 340%patch2 -p1
5328b8ea 341%patch3 -p1
6a5d9e40 342
343%build
b1014ac1 344%{__gnome_doc_prepare}
55575619 345%{__libtoolize}
e4bb4543 346%{__glib_gettextize}
347%{__intltoolize}
97c6a012 348%{__aclocal} -I m4
e916d5f1 349%{__autoheader}
e4bb4543 350%{__gnome_doc_common}
cc085649 351%{__automake}
e916d5f1 352%{__autoconf}
13413cf4 353%configure \
ff1ab036 354 --disable-static \
90d04c4a 355 --disable-schemas-install \
dbca2d9e 356 --enable-mini-commander \
5328b8ea 357 --enable-stickynotes \
358 %{!?with_modemlights:--disable-modemlights}
08de5cc0 359%{__make}
6a5d9e40 360
361%install
362rm -rf $RPM_BUILD_ROOT
363
ec82d9a9 364%{__make} install \
5a7493e5 365 DESTDIR=$RPM_BUILD_ROOT \
6d95af8e 366 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
367 pythondir=%{py_sitedir}
92cc239d 368
6d95af8e 369rm -f $RPM_BUILD_ROOT%{_libdir}/libgweather.la
370rm -f $RPM_BUILD_ROOT%{py_sitedir}/invest/*.py
8f6cecd6
MB
371mv -f $RPM_BUILD_ROOT%{_datadir}/locale/es{_ES,}/LC_MESSAGES/*.mo
372rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/es_ES
d890544f 373
97c6a012 374%find_lang %{name} --all-name --with-gnome
6d95af8e 375%find_lang accessx-status --with-gnome
376%find_lang battstat --with-gnome
97c6a012 377%find_lang char-palette --with-gnome
6d95af8e 378%find_lang command-line --with-gnome
379%find_lang cpufreq-applet --with-gnome
97c6a012 380%find_lang drivemount --with-gnome
381%find_lang geyes --with-gnome
6d95af8e 382%find_lang gswitchit --with-gnome
383%find_lang gweather --with-gnome
97c6a012 384%find_lang mixer_applet2 --with-gnome
385%find_lang multiload --with-gnome
6d95af8e 386%find_lang stickynotes_applet --with-gnome
97c6a012 387%find_lang trashapplet --with-gnome
b29528cb 388
93e72bf3
JB
389%clean
390rm -rf $RPM_BUILD_ROOT
391
c3067899 392%post accessx-status
e4bb4543 393%scrollkeeper_update_post
c3067899 394%banner %{name} -e << EOF
395For full functionality, you need to install control-center.
396EOF
dbca2d9e 397%update_icon_cache hicolor
c3067899 398
399%postun accessx-status
e4bb4543 400%scrollkeeper_update_postun
dbca2d9e 401%update_icon_cache hicolor
c3067899 402
403%post battstat
e4bb4543 404%scrollkeeper_update_post
405%gconf_schema_install battstat.schemas
c3067899 406
407%preun battstat
e4bb4543 408%gconf_schema_uninstall battstat.schemas
c3067899 409
410%postun battstat
e4bb4543 411%scrollkeeper_update_postun
c3067899 412
413%post charpicker
e4bb4543 414%scrollkeeper_update_post
415%gconf_schema_install charpick.schemas
dbca2d9e 416%update_icon_cache hicolor
c3067899 417
418%preun charpicker
e4bb4543 419%gconf_schema_uninstall charpick.schemas
c3067899 420
421%postun charpicker
e4bb4543 422%scrollkeeper_update_postun
dbca2d9e 423%update_icon_cache hicolor
c3067899 424
425%post cpufreq
e4bb4543 426%scrollkeeper_update_post
427%gconf_schema_install cpufreq-applet.schemas
428%banner %{name} -e << EOF
429For full functionality, set SUID /usr/bin/cpufreq-selector binary.
430EOF
dbca2d9e 431%update_icon_cache hicolor
c3067899 432
433%preun cpufreq
e4bb4543 434%gconf_schema_uninstall cpufreq-applet.schemas
c3067899 435
436%postun cpufreq
e4bb4543 437%scrollkeeper_update_postun
dbca2d9e 438%update_icon_cache hicolor
c3067899 439
440%post drivemount
e4bb4543 441%scrollkeeper_update_post
442%gconf_schema_install drivemount.schemas
c3067899 443
444%preun drivemount
e4bb4543 445%gconf_schema_uninstall drivemount.schemas
c3067899 446
447%postun drivemount
e4bb4543 448%scrollkeeper_update_postun
c3067899 449
450%post geyes
e4bb4543 451%scrollkeeper_update_post
452%gconf_schema_install geyes.schemas
dbca2d9e 453%update_icon_cache hicolor
c3067899 454
455%preun geyes
e4bb4543 456%gconf_schema_uninstall geyes.schemas
c3067899 457
458%postun geyes
e4bb4543 459%scrollkeeper_update_postun
dbca2d9e 460%update_icon_cache hicolor
c3067899 461
462%post gweather
90d04c4a 463/sbin/ldconfig
e4bb4543 464%scrollkeeper_update_post
465%gconf_schema_install gweather.schemas
c3067899 466
467%preun gweather
e4bb4543 468%gconf_schema_uninstall gweather.schemas
c3067899 469
470%postun gweather
90d04c4a 471/sbin/ldconfig
e4bb4543 472%scrollkeeper_update_postun
c3067899 473
6d95af8e 474%post invest
475%scrollkeeper_update_post
476
477%postun invest
478%scrollkeeper_update_postun
479
c3067899 480%post keyboard
e4bb4543 481%scrollkeeper_update_post
482%gconf_schema_install gswitchit.schemas
dbca2d9e 483%update_icon_cache hicolor
c3067899 484
485%preun keyboard
e4bb4543 486%gconf_schema_uninstall gswitchit.schemas
c3067899 487
488%postun keyboard
e4bb4543 489%scrollkeeper_update_postun
dbca2d9e 490%update_icon_cache hicolor
c3067899 491
492%post minicommander
e4bb4543 493%scrollkeeper_update_post
494%gconf_schema_install mini-commander-global.schemas
495%gconf_schema_install mini-commander.schemas
ed53c491 496GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" %{_libdir}/%{name}/mc-install-default-macros
dbca2d9e 497%update_icon_cache hicolor
ec82d9a9 498
c3067899 499%preun minicommander
e4bb4543 500%gconf_schema_uninstall mini-commander-global.schemas
501%gconf_schema_uninstall mini-commander.schemas
c3067899 502
503%postun minicommander
e4bb4543 504%scrollkeeper_update_postun
dbca2d9e 505%update_icon_cache hicolor
c3067899 506
507%post mixer
e4bb4543 508%scrollkeeper_update_post
509%gconf_schema_install mixer.schemas
c3067899 510%banner %{name} -e << EOF
511For full functionality, you need to install gnome-media-volume-control.
512EOF
513
514%preun mixer
e4bb4543 515%gconf_schema_uninstall mixer.schemas
c3067899 516
517%postun mixer
e4bb4543 518%scrollkeeper_update_postun
c3067899 519
dbca2d9e 520%post modemlights
521%update_icon_cache hicolor
522
523%postun modemlights
524%update_icon_cache hicolor
525
c3067899 526%post multiload
e4bb4543 527%scrollkeeper_update_post
528%gconf_schema_install multiload.schemas
c3067899 529%banner %{name} -e << EOF
530For full functionality, you need to install gnome-system-monitor.
531EOF
532
533%preun multiload
e4bb4543 534%gconf_schema_uninstall multiload.schemas
c3067899 535
536%postun multiload
e4bb4543 537%scrollkeeper_update_postun
c3067899 538
539%post stickynotes
e4bb4543 540%scrollkeeper_update_post
541%gconf_schema_install stickynotes.schemas
dbca2d9e 542%update_icon_cache hicolor
c3067899 543
544%preun stickynotes
e4bb4543 545%gconf_schema_uninstall stickynotes.schemas
c3067899 546
547%postun stickynotes
e4bb4543 548%scrollkeeper_update_postun
dbca2d9e 549%update_icon_cache hicolor
c3067899 550
551%post trash
e4bb4543 552%scrollkeeper_update_post
c3067899 553
554%postun trash
e4bb4543 555%scrollkeeper_update_postun
6a5d9e40 556
6a5d9e40 557%files -f %{name}.lang
558%defattr(644,root,root,755)
97c6a012 559%doc AUTHORS ChangeLog NEWS README
c3067899 560%attr(755,root,root) %{_libdir}/null_applet
561%{_libdir}/bonobo/servers/GNOME_CDPlayerApplet.server
562%{_libdir}/bonobo/servers/GNOME_MailcheckApplet_Factory.server
563%{_libdir}/bonobo/servers/GNOME_NullApplet_Factory.server
564%{_libdir}/bonobo/servers/GNOME_Panel_WirelessApplet.server
c3067899 565%dir %{_libdir}/%{name}
19bedf26 566%dir %{_datadir}/%{name}
6d95af8e 567%dir %{_datadir}/%{name}/glade
91a8944f 568# nobody else uses those
8f6cecd6
MB
569%lang(es) %{_datadir}/locale/es_CL
570%lang(es) %{_datadir}/locale/es_CO
571%lang(es) %{_datadir}/locale/es_CR
572%lang(es) %{_datadir}/locale/es_DO
573%lang(es) %{_datadir}/locale/es_EC
574%lang(es) %{_datadir}/locale/es_GT
575%lang(es) %{_datadir}/locale/es_HN
576%lang(es) %{_datadir}/locale/es_PA
577%lang(es) %{_datadir}/locale/es_PE
578%lang(es) %{_datadir}/locale/es_PR
579%lang(es) %{_datadir}/locale/es_SV
580%lang(es) %{_datadir}/locale/es_UY
581%lang(es) %{_datadir}/locale/es_VE
c3067899 582
583%files devel
584%defattr(644,root,root,755)
585%{_includedir}/*
586%{_pkgconfigdir}/*.pc
587
97c6a012 588%files accessx-status -f accessx-status.lang
c3067899 589%defattr(644,root,root,755)
97c6a012 590%doc accessx-status/ChangeLog
73d6fef5 591%attr(755,root,root) %{_libdir}/accessx-status-applet
c3067899 592%{_libdir}/bonobo/servers/GNOME_AccessxStatusApplet.server
593%{_datadir}/gnome-2.0/ui/GNOME_AccessxApplet.xml
594%{_pixmapsdir}/accessx-status-applet
595%{_iconsdir}/hicolor/48x48/apps/ax-applet.png
97c6a012 596%dir %{_omf_dest_dir}/accessx-status
597%{_omf_dest_dir}/accessx-status/accessx-status-C.omf
90d04c4a 598%lang(bg) %{_omf_dest_dir}/accessx-status/accessx-status-bg.omf
97c6a012 599%lang(es) %{_omf_dest_dir}/accessx-status/accessx-status-es.omf
600%lang(fr) %{_omf_dest_dir}/accessx-status/accessx-status-fr.omf
77500c66 601%lang(it) %{_omf_dest_dir}/accessx-status/accessx-status-it.omf
dbca2d9e 602%lang(nl) %{_omf_dest_dir}/accessx-status/accessx-status-nl.omf
b1014ac1 603%lang(sv) %{_omf_dest_dir}/accessx-status/accessx-status-sv.omf
97c6a012 604%lang(uk) %{_omf_dest_dir}/accessx-status/accessx-status-uk.omf
605
606%files battstat -f battstat.lang
c3067899 607%defattr(644,root,root,755)
97c6a012 608%doc battstat/ChangeLog
b29528cb 609%attr(755,root,root) %{_libdir}/battstat-applet-2
c3067899 610%{_libdir}/bonobo/servers/GNOME_BattstatApplet.server
611%{_datadir}/gnome-2.0/ui/GNOME_BattstatApplet.xml
612%{_datadir}/%{name}/glade/battstat_applet.glade
613%{_sysconfdir}/gconf/schemas/battstat.schemas
614%{_sysconfdir}/sound/events/battstat_applet.soundlist
97c6a012 615%dir %{_omf_dest_dir}/battstat
616%{_omf_dest_dir}/battstat/battstat-C.omf
90d04c4a 617%lang(bg) %{_omf_dest_dir}/battstat/battstat-bg.omf
97c6a012 618%lang(es) %{_omf_dest_dir}/battstat/battstat-es.omf
90d04c4a 619%lang(fr) %{_omf_dest_dir}/battstat/battstat-fr.omf
b1014ac1 620%lang(sv) %{_omf_dest_dir}/battstat/battstat-sv.omf
97c6a012 621%lang(uk) %{_omf_dest_dir}/battstat/battstat-uk.omf
622
623%files charpicker -f char-palette.lang
c3067899 624%defattr(644,root,root,755)
97c6a012 625%doc charpick/ChangeLog
b29528cb 626%attr(755,root,root) %{_libdir}/charpick_applet2
c3067899 627%{_libdir}/bonobo/servers/GNOME_CharpickerApplet.server
628%{_datadir}/gnome-2.0/ui/GNOME_CharpickerApplet.xml
629%{_iconsdir}/hicolor/48x48/apps/charpick.png
630%{_sysconfdir}/gconf/schemas/charpick.schemas
97c6a012 631%dir %{_omf_dest_dir}/char-palette
632%{_omf_dest_dir}/char-palette/char-palette-C.omf
90d04c4a 633%lang(bg) %{_omf_dest_dir}/char-palette/char-palette-bg.omf
97c6a012 634%lang(es) %{_omf_dest_dir}/char-palette/char-palette-es.omf
90d04c4a 635%lang(fr) %{_omf_dest_dir}/char-palette/char-palette-fr.omf
a0d4075e 636%lang(it) %{_omf_dest_dir}/char-palette/char-palette-it.omf
97c6a012 637%lang(nl) %{_omf_dest_dir}/char-palette/char-palette-nl.omf
a0d4075e 638%lang(pt_BR) %{_omf_dest_dir}/char-palette/char-palette-pt_BR.omf
b1014ac1 639%lang(sv) %{_omf_dest_dir}/char-palette/char-palette-sv.omf
97c6a012 640%lang(uk) %{_omf_dest_dir}/char-palette/char-palette-uk.omf
641
642%files cpufreq -f cpufreq-applet.lang
c3067899 643%defattr(644,root,root,755)
97c6a012 644%doc cpufreq/ChangeLog
c3067899 645%attr(755,root,root) %{_bindir}/cpufreq-selector
aff0face 646%attr(755,root,root) %{_libdir}/cpufreq-applet
c3067899 647%{_libdir}/bonobo/servers/GNOME_CPUFreqApplet.server
648%{_datadir}/gnome-2.0/ui/GNOME_CPUFreqApplet.xml
649%{_datadir}/%{name}/glade/cpufreq-preferences.glade
650%{_sysconfdir}/gconf/schemas/cpufreq-applet.schemas
651%{_pixmapsdir}/cpufreq-applet
dbca2d9e 652%{_iconsdir}/hicolor/*/apps/gnome-cpu-frequency-applet.*
97c6a012 653%dir %{_omf_dest_dir}/cpufreq-applet
654%{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-C.omf
655%lang(es) %{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-es.omf
b1014ac1 656%lang(fr) %{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-fr.omf
90d04c4a 657%lang(nl) %{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-nl.omf
b1014ac1 658%lang(sv) %{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-sv.omf
97c6a012 659%lang(uk) %{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-uk.omf
6d95af8e 660%lang(zh_CN) %{_omf_dest_dir}/cpufreq-applet/cpufreq-applet-zh_CN.omf
c3067899 661
97c6a012 662%files drivemount -f drivemount.lang
c3067899 663%defattr(644,root,root,755)
97c6a012 664%doc drivemount/ChangeLog
b29528cb 665%attr(755,root,root) %{_libdir}/drivemount_applet2
c3067899 666%{_libdir}/bonobo/servers/GNOME_DriveMountApplet.server
667%{_datadir}/gnome-2.0/ui/GNOME_DriveMountApplet.xml
668%{_sysconfdir}/gconf/schemas/drivemount.schemas
97c6a012 669%dir %{_omf_dest_dir}/drivemount
670%{_omf_dest_dir}/drivemount/drivemount-C.omf
671%lang(es) %{_omf_dest_dir}/drivemount/drivemount-es.omf
90d04c4a 672%lang(fr) %{_omf_dest_dir}/drivemount/drivemount-fr.omf
a0d4075e 673%lang(it) %{_omf_dest_dir}/drivemount/drivemount-it.omf
97c6a012 674%lang(pa) %{_omf_dest_dir}/drivemount/drivemount-pa.omf
b1014ac1 675%lang(sv) %{_omf_dest_dir}/drivemount/drivemount-sv.omf
97c6a012 676%lang(uk) %{_omf_dest_dir}/drivemount/drivemount-uk.omf
6d95af8e 677%lang(zh_CN) %{_omf_dest_dir}/drivemount/drivemount-zh_CN.omf
97c6a012 678
679%files geyes -f geyes.lang
c3067899 680%defattr(644,root,root,755)
97c6a012 681%doc geyes/ChangeLog
b29528cb 682%attr(755,root,root) %{_libdir}/geyes_applet2
c3067899 683%{_libdir}/bonobo/servers/GNOME_GeyesApplet.server
684%{_datadir}/gnome-2.0/ui/GNOME_GeyesApplet.xml
685%{_datadir}/%{name}/geyes
dbca2d9e 686%{_iconsdir}/hicolor/*/apps/gnome-eyes-applet.*
c3067899 687%{_sysconfdir}/gconf/schemas/geyes.schemas
97c6a012 688%dir %{_omf_dest_dir}/geyes
689%{_omf_dest_dir}/geyes/geyes-C.omf
90d04c4a 690%lang(bg) %{_omf_dest_dir}/geyes/geyes-bg.omf
97c6a012 691%lang(es) %{_omf_dest_dir}/geyes/geyes-es.omf
90d04c4a 692%lang(fr) %{_omf_dest_dir}/geyes/geyes-fr.omf
a0d4075e 693%lang(it) %{_omf_dest_dir}/geyes/geyes-it.omf
90d04c4a 694%lang(ru) %{_omf_dest_dir}/geyes/geyes-ru.omf
b1014ac1 695%lang(sv) %{_omf_dest_dir}/geyes/geyes-sv.omf
97c6a012 696%lang(uk) %{_omf_dest_dir}/geyes/geyes-uk.omf
697
97c6a012 698%files gweather -f gweather.lang
c3067899 699%defattr(644,root,root,755)
97c6a012 700%doc gweather/ChangeLog
b29528cb 701%attr(755,root,root) %{_libdir}/gweather-applet-2
90d04c4a 702%attr(755,root,root) %{_libdir}/libgweather.so*
c3067899 703%{_libdir}/bonobo/servers/GNOME_GWeatherApplet_Factory.server
704%{_datadir}/gnome-2.0/ui/GNOME_GWeatherApplet.xml
705%{_datadir}/%{name}/gweather
706%{_sysconfdir}/gconf/schemas/gweather.schemas
97c6a012 707%dir %{_omf_dest_dir}/gweather
708%{_omf_dest_dir}/gweather/gweather-C.omf
709%lang(es) %{_omf_dest_dir}/gweather/gweather-es.omf
90d04c4a 710%lang(fr) %{_omf_dest_dir}/gweather/gweather-fr.omf
711%lang(nl) %{_omf_dest_dir}/gweather/gweather-nl.omf
b1014ac1 712%lang(sv) %{_omf_dest_dir}/gweather/gweather-sv.omf
97c6a012 713%lang(uk) %{_omf_dest_dir}/gweather/gweather-uk.omf
714
6d95af8e 715%files invest
716%defattr(644,root,root,755)
717%doc invest-applet/ChangeLog
718%attr(755,root,root) %{_bindir}/invest-chart
719%attr(755,root,root) %{_libdir}/invest-applet
720%{_libdir}/bonobo/servers/GNOME_GtikApplet.server
721%{_libdir}/bonobo/servers/Invest_Applet.server
722%{_datadir}/gnome-2.0/ui/Invest_Applet.xml
dbca2d9e 723%{_datadir}/%{name}/invest-applet
6d95af8e 724%{_datadir}/%{name}/glade/financialchart.glade
725%{_datadir}/%{name}/glade/prefs-dialog.glade
726%{_desktopdir}/invest-chart.desktop
727%{_pixmapsdir}/invest-big.png
728%dir %{py_sitedir}/invest
729%{py_sitedir}/invest/*.py[co]
730
97c6a012 731%files keyboard -f gswitchit.lang
c3067899 732%defattr(644,root,root,755)
97c6a012 733%doc gswitchit/ChangeLog
c3067899 734%attr(755,root,root) %{_libdir}/gnome-keyboard-applet
735%{_libdir}/bonobo/servers/GNOME_KeyboardApplet.server
b1014ac1 736%{_desktopdir}/gswitchit-plugins.desktop
13413cf4 737%dir %{_datadir}/xmodmap
aff0face 738%{_datadir}/xmodmap/base.xml
7068822d 739%lang(hy) %{_datadir}/xmodmap/xmodmap.am*
ed53c491 740%lang(ar) %{_datadir}/xmodmap/xmodmap.ar*
7068822d 741%lang(fr,nl,wa) %{_datadir}/xmodmap/xmodmap.be*
26bbae0a 742%lang(bg) %{_datadir}/xmodmap/xmodmap.bg*
7068822d 743%lang(pt_BR) %{_datadir}/xmodmap/xmodmap.br*
744%lang(de,fr) %{_datadir}/xmodmap/xmodmap.ch*
745%lang(cs) %{_datadir}/xmodmap/xmodmap.cz*
26bbae0a 746%lang(de) %{_datadir}/xmodmap/xmodmap.de*
7068822d 747%lang(da) %{_datadir}/xmodmap/xmodmap.dk*
7c4b1f65 748%{_datadir}/xmodmap/xmodmap.dvorak
7068822d 749%lang(et) %{_datadir}/xmodmap/xmodmap.ee*
26bbae0a 750%lang(es) %{_datadir}/xmodmap/xmodmap.es*
751%lang(fi) %{_datadir}/xmodmap/xmodmap.fi*
6a5d9e40 752%lang(fr) %{_datadir}/xmodmap/xmodmap.fr*
7068822d 753%{_datadir}/xmodmap/xmodmap.gb*
754%lang(ka) %{_datadir}/xmodmap/xmodmap.ge*
755%lang(el) %{_datadir}/xmodmap/xmodmap.gr*
26bbae0a 756%lang(hu) %{_datadir}/xmodmap/xmodmap.hu*
7068822d 757%lang(he,yi) %{_datadir}/xmodmap/xmodmap.il*
26bbae0a 758%lang(is) %{_datadir}/xmodmap/xmodmap.is*
759%lang(it) %{_datadir}/xmodmap/xmodmap.it*
7068822d 760%lang(ja) %{_datadir}/xmodmap/xmodmap.jp*
761%lang(ko) %{_datadir}/xmodmap/xmodmap.kr*
762%lang(lo) %{_datadir}/xmodmap/xmodmap.la*
26bbae0a 763%lang(lt) %{_datadir}/xmodmap/xmodmap.lt*
764%lang(mk) %{_datadir}/xmodmap/xmodmap.mk*
ff1ab036 765%lang(mn) %{_datadir}/xmodmap/xmodmap.mn*
26bbae0a 766%lang(nl) %{_datadir}/xmodmap/xmodmap.nl*
c807f892 767%lang(nn,no) %{_datadir}/xmodmap/xmodmap.no*
26bbae0a 768%lang(pl) %{_datadir}/xmodmap/xmodmap.pl*
6a5d9e40 769%lang(pt) %{_datadir}/xmodmap/xmodmap.pt*
7068822d 770%lang(fr) %{_datadir}/xmodmap/xmodmap.qc*
998e2156 771%lang(ro) %{_datadir}/xmodmap/xmodmap.ro*
6a5d9e40 772%lang(ru) %{_datadir}/xmodmap/xmodmap.ru*
2462f432 773%lang(sv) %{_datadir}/xmodmap/xmodmap.se*
7068822d 774%lang(fr) %{_datadir}/xmodmap/xmodmap.sf*
775%lang(de) %{_datadir}/xmodmap/xmodmap.sg*
776%lang(sl) %{_datadir}/xmodmap/xmodmap.si*
26bbae0a 777%lang(sk) %{_datadir}/xmodmap/xmodmap.sk*
778%lang(th) %{_datadir}/xmodmap/xmodmap.th*
6a5d9e40 779%lang(tr) %{_datadir}/xmodmap/xmodmap.tr*
26bbae0a 780%lang(uk) %{_datadir}/xmodmap/xmodmap.uk*
7068822d 781%{_datadir}/xmodmap/xmodmap.us*
b5597ccd 782%lang(hr,mk,sl,sr) %{_datadir}/xmodmap/xmodmap.yu*
c3067899 783%attr(755,root,root) %{_bindir}/gswitchit-plugins-capplet
784%{_datadir}/gnome-2.0/ui/GNOME_GSwitchItApplet.xml
785%{_datadir}/%{name}/glade/gswitchit*.glade
786%{_iconsdir}/hicolor/48x48/apps/gswitchit*.png
787%{_sysconfdir}/gconf/schemas/gswitchit.schemas
97c6a012 788%dir %{_omf_dest_dir}/gswitchit
789%{_omf_dest_dir}/gswitchit/gswitchit-C.omf
790%lang(es) %{_omf_dest_dir}/gswitchit/gswitchit-es.omf
791%lang(fr) %{_omf_dest_dir}/gswitchit/gswitchit-fr.omf
b1014ac1 792%lang(sv) %{_omf_dest_dir}/gswitchit/gswitchit-sv.omf
97c6a012 793%lang(uk) %{_omf_dest_dir}/gswitchit/gswitchit-uk.omf
019a20cd 794
97c6a012 795%files minicommander -f command-line.lang
019a20cd 796%defattr(644,root,root,755)
97c6a012 797%doc mini-commander/ChangeLog
c3067899 798%attr(755,root,root) %{_libdir}/mini_commander_applet
799%attr(755,root,root) %{_libdir}/%{name}/mc-install-default-macros
800%{_libdir}/bonobo/servers/GNOME_MiniCommanderApplet.server
801%{_datadir}/gnome-2.0/ui/GNOME_MiniCommanderApplet.xml
802%{_datadir}/%{name}/glade/mini-commander.glade
803%{_iconsdir}/hicolor/48x48/apps/gnome-mini-commander.png
804%{_sysconfdir}/gconf/schemas/mini-commander-global.schemas
805%{_sysconfdir}/gconf/schemas/mini-commander.schemas
97c6a012 806%dir %{_omf_dest_dir}/command-line
807%{_omf_dest_dir}/command-line/command-line-C.omf
808%lang(es) %{_omf_dest_dir}/command-line/command-line-es.omf
90d04c4a 809%lang(fr) %{_omf_dest_dir}/command-line/command-line-fr.omf
a0d4075e 810%lang(pt_BR) %{_omf_dest_dir}/command-line/command-line-pt_BR.omf
b1014ac1 811%lang(sv) %{_omf_dest_dir}/command-line/command-line-sv.omf
97c6a012 812%lang(uk) %{_omf_dest_dir}/command-line/command-line-uk.omf
c3067899 813
814%files mixer
815%defattr(644,root,root,755)
97c6a012 816%doc mixer/ChangeLog
c3067899 817%attr(755,root,root) %{_libdir}/mixer_applet2
818%{_libdir}/bonobo/servers/GNOME_MixerApplet.server
819%{_datadir}/gnome-2.0/ui/GNOME_MixerApplet.xml
820%{_sysconfdir}/gconf/schemas/mixer.schemas
97c6a012 821%dir %{_omf_dest_dir}/mixer_applet2
822%{_omf_dest_dir}/mixer_applet2/mixer_applet2-C.omf
823%lang(es) %{_omf_dest_dir}/mixer_applet2/mixer_applet2-es.omf
90d04c4a 824%lang(it) %{_omf_dest_dir}/mixer_applet2/mixer_applet2-it.omf
825%lang(fr) %{_omf_dest_dir}/mixer_applet2/mixer_applet2-fr.omf
b1014ac1 826%lang(sv) %{_omf_dest_dir}/mixer_applet2/mixer_applet2-sv.omf
97c6a012 827%lang(uk) %{_omf_dest_dir}/mixer_applet2/mixer_applet2-uk.omf
c3067899 828
5328b8ea 829%if %{with modemlights}
c3067899 830%files modemlights
831%defattr(644,root,root,755)
97c6a012 832%doc modemlights/ChangeLog
c3067899 833%attr(755,root,root) %{_libdir}/modem_applet
834%{_libdir}/bonobo/servers/GNOME_ModemLights.server
835%{_datadir}/gnome-2.0/ui/GNOME_ModemLights.xml
836%{_datadir}/%{name}/glade/modemlights.glade
dbca2d9e 837%{_iconsdir}/hicolor/*/apps/gnome-modem-monitor-applet.*
5328b8ea 838%endif
c3067899 839
97c6a012 840%files multiload -f multiload.lang
c3067899 841%defattr(644,root,root,755)
97c6a012 842%doc multiload/ChangeLog
c3067899 843%attr(755,root,root) %{_libdir}/multiload-applet-2
844%{_libdir}/bonobo/servers/GNOME_MultiLoadApplet_Factory.server
845%{_datadir}/gnome-2.0/ui/GNOME_MultiloadApplet.xml
846%{_sysconfdir}/gconf/schemas/multiload.schemas
97c6a012 847%dir %{_omf_dest_dir}/multiload
848%{_omf_dest_dir}/multiload/multiload-C.omf
849%lang(es) %{_omf_dest_dir}/multiload/multiload-es.omf
90d04c4a 850%lang(fr) %{_omf_dest_dir}/multiload/multiload-fr.omf
b1014ac1 851%lang(sv) %{_omf_dest_dir}/multiload/multiload-sv.omf
97c6a012 852%lang(uk) %{_omf_dest_dir}/multiload/multiload-uk.omf
853
854%files stickynotes -f stickynotes_applet.lang
c3067899 855%defattr(644,root,root,755)
97c6a012 856%doc stickynotes/ChangeLog
c3067899 857%attr(755,root,root) %{_libdir}/stickynotes_applet
858%{_libdir}/bonobo/servers/GNOME_StickyNotesApplet.server
859%{_datadir}/gnome-2.0/ui/GNOME_StickyNotesApplet.xml
860%{_datadir}/%{name}/glade/stickynotes.glade
861%{_pixmapsdir}/stickynotes
dbca2d9e 862%{_iconsdir}/hicolor/*/apps/gnome-sticky-notes-applet.*
c3067899 863%{_sysconfdir}/gconf/schemas/stickynotes.schemas
97c6a012 864%dir %{_omf_dest_dir}/stickynotes_applet
865%{_omf_dest_dir}/stickynotes_applet/stickynotes_applet-C.omf
866%lang(es) %{_omf_dest_dir}/stickynotes_applet/stickynotes_applet-es.omf
90d04c4a 867%lang(fr) %{_omf_dest_dir}/stickynotes_applet/stickynotes_applet-fr.omf
b1014ac1 868%lang(sv) %{_omf_dest_dir}/stickynotes_applet/stickynotes_applet-sv.omf
97c6a012 869%lang(uk) %{_omf_dest_dir}/stickynotes_applet/stickynotes_applet-uk.omf
870
871%files trash -f trashapplet.lang
c3067899 872%defattr(644,root,root,755)
97c6a012 873%doc trashapplet/ChangeLog
c3067899 874%attr(755,root,root) %{_libdir}/trashapplet
875%{_libdir}/bonobo/servers/GNOME_Panel_TrashApplet.server
97c6a012 876%{_datadir}/%{name}/glade/trashapplet.glade
c3067899 877%{_datadir}/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml
97c6a012 878%dir %{_omf_dest_dir}/trashapplet
879%{_omf_dest_dir}/trashapplet/trashapplet-C.omf
880%lang(es) %{_omf_dest_dir}/trashapplet/trashapplet-es.omf
881%lang(fr) %{_omf_dest_dir}/trashapplet/trashapplet-fr.omf
a0d4075e 882%lang(it) %{_omf_dest_dir}/trashapplet/trashapplet-it.omf
90d04c4a 883%lang(nl) %{_omf_dest_dir}/trashapplet/trashapplet-nl.omf
97c6a012 884%lang(pa) %{_omf_dest_dir}/trashapplet/trashapplet-pa.omf
186d7d73 885%lang(ru) %{_omf_dest_dir}/trashapplet/trashapplet-ru.omf
b1014ac1 886%lang(sv) %{_omf_dest_dir}/trashapplet/trashapplet-sv.omf
97c6a012 887%lang(uk) %{_omf_dest_dir}/trashapplet/trashapplet-uk.omf
This page took 0.248538 seconds and 4 git commands to generate.