1
#
2
# spec file for creating RPM packages from libmeegotouch for MeeGo
3
#
4
# See also file README.specfile
5
#
6
7
Name:           libmeegotouch
8
Version:        0.20.2
9
Release:        1%{?dist}
10
Summary:        Meego Touch Framework
11
12
Group:          System Environment/Libraries
13
License:        LGPL v2.1
14
URL:            http://qt.gitorious.org/maemo-6-ui-framework/libdui
15
16
Source0:        %{name}-%{version}.tar.bz2
17
### Patch1:         0001-Changes-Read-target-device-from-GConf.patch
18
### Patch2:         0002-Fix-Ensure-rowsRemoved-updates-visible-cells.patch
19
### Patch3:         0003-Enable-building-of-the-video-widget.patch
20
### Patch4:         0004-Fix-Calculate-rotation-and-position-per-device-prof.patch
21
### Patch5:         0005-Add-respect-of-cell-s-preferred-width-in-duifastlist.patch
22
### Patch6:         0006-Adding-various-Moorestown-and-Menlow-devices-to-the.patch
23
### Patch7:         0007-Work-around-fix-to-duimoc-s-regexp-matching-to-gener.patch
24
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
25
26
27
BuildRequires: pkgconfig(QtCore) >= 4.6.0
28
BuildRequires: pkgconfig(QtDBus)
29
BuildRequires: pkgconfig(QtOpenGL)
30
BuildRequires: pkgconfig(QtMultimedia)
31
BuildRequires: pkgconfig(QtNetwork)
32
BuildRequires: pkgconfig(QtGui)
33
BuildRequires: pkgconfig(gstreamer-0.10)
34
BuildRequires: pkgconfig(gstreamer-base-0.10)
35
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
36
BuildRequires: pkgconfig(dbus-1)
37
BuildRequires: pkgconfig(xdamage)
38
BuildRequires: pkgconfig(icu)
39
BuildRequires: pkgconfig(x11)
40
BuildRequires: pkgconfig(gconf-2.0)
41
BuildRequires: pkgconfig(contextprovider-1.0)
42
BuildRequires: pkgconfig(gl)
43
BuildRequires: mesa-libEGL-devel
44
BuildRequires: qt-devel
45
BuildRequires: doxygen
46
BuildRequires: icu
47
48
Requires(post):   /sbin/ldconfig
49
Requires(postun): /sbin/ldconfig
50
51
52
# TO DO: Check if the following makes any sense
53
# Requires: %{name} >= %{version}
54
55
Requires: meegotouch-theme         >= %{version}
56
Requires: libmeegotouch-l10n
57
# Requires: libmeegotouch-l10n-eng-en  = %{version}
58
59
# The main package is just a wrapper for the lib subpackages
60
Requires: libmeegotouchcore0       >= %{version}
61
Requires: libmeegotouchextensions0 >= %{version}
62
Requires: libmeegotouchsettings0   >= %{version}
63
Requires: libmeegotouchviews0      >= %{version}
64
Requires: libmeegotouch-bin        >= %{version}
65
Requires: meegotouch-qt-style      >= %{version}
66
67
68
#
69
# Main package
70
#
71
72
%description
73
Qt based framework for developing touch based user interfaces
74
75
76
#
77
# Lib and binary subpackages
78
#
79
# %package -n foo is just "foo", not <pkg-base-name>-foo (i.e. "meegotouch-foo")
80
#
81
82
%package -n libmeegotouchcore0
83
Summary: Meego Touch core library
84
%description -n libmeegotouchcore0
85
Meego Touch core library
86
87
88
%package -n libmeegotouchextensions0
89
Summary: Meego Touch extensions library
90
%description -n libmeegotouchextensions0
91
Meego Touch extensions library
92
93
94
%package -n libmeegotouchsettings0
95
Summary: Meego Touch settings library
96
%description -n libmeegotouchsettings0
97
Meego Touch settings library
98
99
100
%package -n libmeegotouchviews0
101
Summary: Meego Touch widget views library
102
%description -n libmeegotouchviews0
103
Meego Touch widget views library
104
105
106
%package -n libmeegotouch-bin
107
Summary: Meego Touch binary files
108
Requires: libmeegotouchcore0       >= %{version}
109
Requires: libmeegotouchextensions0 >= %{version}
110
Requires: libmeegotouchsettings0   >= %{version}
111
Requires: libmeegotouchviews0      >= %{version}
112
%description -n libmeegotouch-bin
113
Meego Touch framework binary files
114
115
116
%package -n meegotouch-qt-style
117
Summary: Meego Touch plain Qt style
118
Requires: libmeegotouchcore0       >= %{version}
119
Requires: libmeegotouchviews0      >= %{version}
120
%description -n meegotouch-qt-style
121
Meego Touch Qt style for applications that do not link against libmeegotouch
122
123
124
#
125
# Development subpackages
126
#
127
128
# -devel is the naming convention for development packages in RPM based distributions.
129
# Debian uses -dev.
130
%package -n libmeegotouch-devel
131
Summary: Meego Touch development files
132
Group: Development/Libraries
133
Requires: libmeegotouchcore0       >= %{version}
134
Requires: libmeegotouchextensions0 >= %{version}
135
Requires: libmeegotouchsettings0   >= %{version}
136
Requires: libmeegotouchviews0      >= %{version}
137
Requires: meegotouch-qt-style     >= %{version}
138
%description -n libmeegotouch-devel
139
Development files for Meego Touch
140
141
142
%package -n meegotouch-devel-tools
143
Summary: Meego Touch development and testing tools
144
Group: Development/Libraries
145
Requires: libmeegotouch-devel
146
%description -n meegotouch-devel-tools
147
Collection of tools for testing and developing on top of libmeegotouch.
148
Includes stuff like applettester and code/mock generation.
149
150
151
%package -n libmeegotouch-doc
152
Summary: Meego Touch API documentation
153
%description -n libmeegotouch-doc
154
Meego Touch API documentation
155
156
157
#
158
# Demo and test subpackages
159
#
160
161
%package -n meegotouch-demos
162
Summary: Meego Touch demo applications
163
Requires: meegotouch-demos-widgetsgallery
164
Requires: meegotouch-demos-qt-style
165
Requires: meegotouch-demos-animatedlayout
166
%description -n meegotouch-demos
167
Collection of demo applications for Meego Touch
168
169
170
%package -n meegotouch-demos-widgetsgallery
171
Summary: Meego Touch widgets gallery demo
172
Requires: meegotouch-demos-widgetsgallery-l10n
173
%description -n meegotouch-demos-widgetsgallery
174
Meego Touch demo application that shows the available widgets
175
176
177
%package -n meegotouch-demos-widgetsgallery-tests
178
Summary: Meego Touch widgets gallery tests
179
Requires: meegotouch-demos-widgetsgallery
180
%description -n meegotouch-demos-widgetsgallery-tests
181
Meego Touch demo application tests
182
183
184
%package -n meegotouch-demos-qt-style
185
Summary: Meego Touch plain Qt applications demos
186
Requires: meegotouch-qt-style
187
%description -n meegotouch-demos-qt-style
188
Demo applications that show how plain Qt applications
189
(applications that do not link against libmeegotouch) are supported
190
in the Meego Touch framework
191
192
193
%package -n meegotouch-demos-animatedlayout
194
Summary: Meego Touch animated layout demo
195
Requires: meegotouch-demos-animatedlayout-l10n
196
%description -n meegotouch-demos-animatedlayout
197
Demo application for the Meego Touch animated demo
198
199
200
%package -n meegotouch-demos-appletinstallationsource
201
Summary: Meego Touch applet installation source demos
202
%description -n meegotouch-demos-appletinstallationsource
203
Demo applet installation source for the Meego Touch applet library
204
205
206
%package -n meegotouch-demos-applicationextension
207
Summary: Meego Touch application extension demos
208
%description -n meegotouch-demos-applicationextension
209
Demo application for the Meego Touch application extensions
210
211
212
%package -n libmeegotouch-tests
213
Summary: Meego Touch unit tests
214
%description -n libmeegotouch-tests
215
Unit testing binaries and shell scripts for testing the libmeegotouch library
216
217
218
%package -n libmeegotouch-benchmarks
219
Summary: Meego Touch benchmarks
220
%description -n libmeegotouch-benchmarks
221
Benchmarking binaries for testing the libmeegotouch library
222
223
224
#
225
# i10n subpackages
226
#
227
# -engineering-english had to be shortened to -eng-en because of file name lenght limitations:
228
# rpmlint complains about exceeding the 64 character file name component limit on Joliet file systems.
229
230
%package -n libmeegotouch-l10n-eng-en
231
Summary: Meego Touch engineering English messages
232
Provides: libmeegotouch-l10n
233
%description -n libmeegotouch-l10n-eng-en
234
Meego Touch engineering English messages
235
236
237
%package -n libmeegotouch-l10n-ar
238
Summary: Meego Touch Arabic translations
239
Provides: libmeegotouch-l10n
240
%description -n libmeegotouch-l10n-ar
241
Meego Touch Arabic translations
242
243
244
%package -n libmeegotouch-l10n-de
245
Summary: Meego Touch German translations
246
Provides: libmeegotouch-l10n
247
%description -n libmeegotouch-l10n-de
248
Meego Touch German translations
249
250
251
%package -n libmeegotouch-l10n-en
252
Summary: Meego Touch English messages
253
Provides: libmeegotouch-l10n
254
%description -n libmeegotouch-l10n-en
255
Meego Touch English messages
256
257
258
%package -n libmeegotouch-l10n-fi
259
Summary: Meego Touch Finnish translations
260
Provides: libmeegotouch-l10n
261
%description -n libmeegotouch-l10n-fi
262
Meego Touch Finnish translations
263
264
265
%package -n libmeegotouch-l10n-hu
266
Summary: Meego Touch Hungarian translations
267
Provides: libmeegotouch-l10n
268
%description -n libmeegotouch-l10n-hu
269
Meego Touch Hungarian translations
270
271
272
%package -n libmeegotouch-l10n-ur
273
Summary: Meego Touch Urdu translations
274
Provides: libmeegotouch-l10n
275
%description -n libmeegotouch-l10n-ur
276
Meego Touch Urdu translations
277
278
279
%package -n libmeegotouch-l10n-zh-cn
280
Summary: Meego Touch simplified Chinese translations
281
Provides: libmeegotouch-l10n
282
%description -n libmeegotouch-l10n-zh-cn
283
Meego Touch simplified Chinese translations
284
285
286
# i10n widget gallery demo subpackages
287
288
%package -n meegotouch-demos-widgetsgallery-l10n-eng-en
289
Summary: Meego Touch widgets gallery engineering English messages
290
Provides: meegotouch-demos-widgetsgallery-l10n
291
Requires: meegotouch-demos-widgetsgallery
292
%description -n meegotouch-demos-widgetsgallery-l10n-eng-en
293
Meego Touch widgets gallery engineering English messages
294
295
296
%package -n meegotouch-demos-widgetsgallery-l10n-ar
297
Summary: Meego Touch widgets gallery Arabic translations
298
Provides: meegotouch-demos-widgetsgallery-l10n
299
Requires: meegotouch-demos-widgetsgallery
300
%description -n meegotouch-demos-widgetsgallery-l10n-ar
301
Meego Touch widgets gallery Arabic translations
302
303
304
%package -n meegotouch-demos-widgetsgallery-l10n-de
305
Summary: Meego Touch widgets gallery German translations
306
Provides: meegotouch-demos-widgetsgallery-l10n
307
Requires: meegotouch-demos-widgetsgallery
308
%description -n meegotouch-demos-widgetsgallery-l10n-de
309
Meego Touch widgets gallery German translations
310
311
312
%package -n meegotouch-demos-widgetsgallery-l10n-en
313
Summary: Meego Touch widgets gallery English messages
314
Provides: meegotouch-demos-widgetsgallery-l10n
315
Requires: meegotouch-demos-widgetsgallery
316
%description -n meegotouch-demos-widgetsgallery-l10n-en
317
Meego Touch widgets gallery English messages
318
319
320
%package -n meegotouch-demos-widgetsgallery-l10n-fi
321
Summary: Meego Touch widgets gallery Finnish translations
322
Provides: meegotouch-demos-widgetsgallery-l10n
323
Requires: meegotouch-demos-widgetsgallery
324
%description -n meegotouch-demos-widgetsgallery-l10n-fi
325
Meego Touch widgets gallery Finnish translations
326
327
328
%package -n meegotouch-demos-widgetsgallery-l10n-hu
329
Summary: Meego Touch widgets gallery Hungarian translations
330
Provides: meegotouch-demos-widgetsgallery-l10n
331
Requires: meegotouch-demos-widgetsgallery
332
%description -n meegotouch-demos-widgetsgallery-l10n-hu
333
Meego Touch widgets gallery Hungarian translations
334
335
%package -n meegotouch-demos-widgetsgallery-l10n-ur
336
Summary: Meego Touch widgets gallery Urdu translations
337
Provides: meegotouch-demos-widgetsgallery-l10n
338
Requires: meegotouch-demos-widgetsgallery
339
%description -n meegotouch-demos-widgetsgallery-l10n-ur
340
Meego Touch widgets gallery Urdu translations
341
342
343
%package -n meegotouch-demos-widgetsgallery-l10n-zh-cn
344
Summary: Meego Touch widgets gallery simplified Chinese translations
345
Provides: meegotouch-demos-widgetsgallery-l10n
346
Requires: meegotouch-demos-widgetsgallery
347
%description -n meegotouch-demos-widgetsgallery-l10n-zh-cn
348
Meego Touch widgets gallery simplified Chinese translations
349
350
351
# i10n animated layout demo subpackages
352
353
%package -n meegotouch-demos-animatedlayout-l10n-eng-en
354
Summary: Meego Touch animated layout demo engineering English messages
355
Provides: meegotouch-demos-animatedlayout-l10n
356
%description -n meegotouch-demos-animatedlayout-l10n-eng-en
357
Meego Touch animated layout engineering English messages
358
359
360
%package -n meegotouch-demos-animatedlayout-l10n-de
361
Summary: Meego Touch animated layout demo German translations
362
Provides: meegotouch-demos-animatedlayout-l10n
363
%description -n meegotouch-demos-animatedlayout-l10n-de
364
Meego Touch animated layout German translations
365
366
367
%package -n meegotouch-demos-animatedlayout-l10n-en
368
Summary: Meego Touch animated layout demo English messages
369
Provides: meegotouch-demos-animatedlayout-l10n
370
%description -n meegotouch-demos-animatedlayout-l10n-en
371
Meego Touch animated layout English messages
372
373
374
%package -n meegotouch-demos-animatedlayout-l10n-ja
375
Summary: Meego Touch animated layout demo Japanese translations
376
Provides: meegotouch-demos-animatedlayout-l10n
377
%description -n meegotouch-demos-animatedlayout-l10n-ja
378
Meego Touch animated layout Japanese translations
379
380
381
382
# Typically /usr/share/qt4, but might also be /usr/lib/qt4
383
%define qt_install_data_dir %(qmake -query QT_INSTALL_DATA)
384
385
386
#
387
# Unpack / build / install rules
388
#
389
390
%prep
391
%setup -q -n %{name}-%{version}
392
### %patch1 -p1 -b .p1
393
### %patch2 -p1 -b .p2
394
### %patch3 -p1 -b .p3
395
### %patch4 -p1 -b .p4
396
### %patch5 -p1 -b .p5
397
### %patch6 -p1 -b .p6
398
### %patch7 -p1 -b .p7
399
400
401
%build
402
export PATH=$PATH:%{_libdir}/qt4/bin
403
unset LD_AS_NEEDED
404
./configure -prefix /usr -release -plainqt -tests -benchmarks
405
make %{?_smp_mflags}
406
407
408
%install
409
rm -fR %{buildroot}
410
411
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
412
make INSTALL_ROOT=%{buildroot} install
413
414
# The one file the main package contains
415
# (rpmlint complains if it doesn't have any file at all)
416
install -m 644 -D -p LICENSE.LGPL %{buildroot}/usr/share/doc/packages/%{name}/LICENSE.LGPL
417
418
# FIXME find out what this libdui.sh is good for (not packaged anywhere yet)
419
### mkdir -p %{buildroot}/etc/profile.d
420
### echo "export DUI_DECORATED=0" > %{buildroot}/etc/profile.d/libdui.sh
421
422
# FIXME the next 2 lines should go to the Makefile
423
install -m 644 -D -p demos/widgetsgallery/translations/widgetsgallery.ts %{buildroot}/usr/share/doc/meegotouch-demos-widgetsgallery-l10n-eng-en/widgetsgallery.ts
424
install -m 644 -D -p src/translations/libmeegotouch.ts                   %{buildroot}/usr/share/doc/libmeegotouch-l10n-eng-en/libmeegotouch.ts
425
426
427
%clean
428
rm -fR %{buildroot}
429
430
431
%post  -n libmeegotouchcore0
432
/sbin/ldconfig
433
# create cache directory
434
mkdir -p -m a+w /var/cache/meegotouch
435
mkdir -p -m a+w /var/cache/meegotouch/css
436
437
438
%postun -n libmeegotouchcore0
439
/sbin/ldconfig
440
# remove cached data
441
if [ -d /var/cache/meegotouch ]; then
442
  rm -rf /var/cache/meegotouch
443
fi
444
445
446
%post -n libmeegotouchextensions0
447
/sbin/ldconfig
448
449
%postun -n libmeegotouchextensions0
450
/sbin/ldconfig
451
452
453
454
%post -n libmeegotouchsettings0
455
/sbin/ldconfig
456
457
%postun -n libmeegotouchsettings0
458
/sbin/ldconfig
459
460
461
462
%post -n libmeegotouchviews0
463
/sbin/ldconfig
464
465
%postun -n libmeegotouchviews0
466
/sbin/ldconfig
467
468
469
470
%post -n libmeegotouch-tests
471
# add en_US.UTF-8 locale if not already there:
472
# (this locale is needed for the test ft_meegotouchgconfitem)
473
if ! egrep -q -E "^[[:space:]]*en_US.UTF-8[[:space:]]+UTF-8" /etc/locale.gen ; then
474
   echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
475
   /usr/sbin/locale-gen
476
fi
477
478
479
### TO DO: Find out if this is necessary - the Debian packages do it like this
480
### %post -n libmeegotouch-bin
481
### GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/meegotouch.schemas > /dev/null
482
483
### %postun -n libmeegotouch-bin
484
### GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/meegotouch.schemas > /dev/null
485
486
487
488
#
489
# File lists
490
#
491
492
%files
493
%defattr(-,root,root)
494
%dir /usr/share/doc/packages/%{name}
495
%doc /usr/share/doc/packages/%{name}/*
496
497
498
%files -n libmeegotouchcore0
499
%defattr(-,root,root)
500
%{_libdir}/libmeegotouchcore.so.0*
501
502
503
%files -n libmeegotouchextensions0
504
%defattr(-,root,root)
505
%{_libdir}/libmeegotouchextensions.so.0*
506
507
508
%files -n libmeegotouchsettings0
509
%defattr(-,root,root)
510
%{_libdir}/libmeegotouchsettings.so.0*
511
512
513
%files -n libmeegotouchviews0
514
%defattr(-,root,root)
515
%{_libdir}/libmeegotouchviews.so.0*
516
517
518
%files -n meegotouch-qt-style
519
%defattr(-,root,root)
520
%{_libdir}/qt4/plugins/styles/libmeegotouchqtstyleplugin.so
521
522
523
%files -n libmeegotouch-bin
524
%defattr(-,root,root)
525
%dir %{_libdir}/meegotouch
526
%dir %{_libdir}/meegotouch/applets
527
/usr/bin/mthemedaemon
528
/usr/bin/mservicemapper
529
/usr/share/dbus-1/services/com.nokia.mservicefw.service
530
/usr/share/meegotouch/shaders/*
531
%{_libdir}/meegotouch/applets/mappletrunner
532
%config /etc/meegotouch/devices.conf
533
%config /etc/gconf/schemas/meegotouch.schemas
534
535
536
%files -n libmeegotouch-devel
537
%defattr(-,root,root)
538
%dir /usr/include/meegotouch
539
/usr/include/meegotouch/*
540
%{_libdir}/libmeegotouch*.so
541
%{_libdir}/libmeegotouch*.prl
542
%{_libdir}/pkgconfig/*
543
%{qt_install_data_dir}/mkspecs/features/meegotouch.prf
544
%{qt_install_data_dir}/mkspecs/features/meegotouch_defines.prf
545
%{qt_install_data_dir}/mkspecs/features/meegotouch_translations.prf
546
547
548
%files -n meegotouch-devel-tools
549
%defattr(-,root,root)
550
/usr/bin/mmoc
551
/usr/bin/mgen
552
/usr/bin/m-servicefwgen
553
/usr/bin/mapplettester
554
/usr/bin/mapplicationextensiontester
555
/usr/bin/mnotificationtool
556
/usr/bin/mnotificationstresstest
557
/usr/bin/dui-rename-files
558
/usr/bin/dui-rename-symbols
559
560
561
%files -n libmeegotouch-doc
562
%defattr(-,root,root)
563
%dir /usr/share/doc/libmeegotouch
564
%doc /usr/share/doc/libmeegotouch/*
565
566
567
%files -n libmeegotouch-tests
568
%defattr(-,root,root)
569
%dir %{_libdir}/libmeegotouch-tests
570
%dir /usr/share/libmeegotouch-tests
571
/usr/share/libmeegotouch-tests/*
572
%{_libdir}/libmeegotouch-tests/*
573
574
575
%files -n libmeegotouch-benchmarks
576
%defattr(-,root,root)
577
%dir %{_libdir}/libmeegotouch-benchmarks
578
%{_libdir}/libmeegotouch-benchmarks/*
579
580
581
%files -n meegotouch-demos-qt-style
582
%defattr(-,root,root)
583
%dir /usr/share/qtstyleexample
584
%dir /usr/share/qtstyleexample/themes
585
/usr/bin/qtstyle*
586
/usr/share/applications/qtstyle*
587
/usr/share/dbus-1/services/com.nokia.qtstyle*
588
/usr/share/qtstyleexample/themes/*
589
590
591
%files -n meegotouch-demos-animatedlayout
592
%defattr(-,root,root)
593
%dir /usr/share/animatedlayout
594
/usr/bin/animatedlayout
595
/usr/share/animatedlayout/*
596
597
598
%files -n meegotouch-demos-appletinstallationsource
599
%defattr(-,root,root)
600
/usr/share/meegotouch/applicationextensions/*installationsource*
601
%{_libdir}/meegotouch/applicationextensions/*installationsource*
602
603
604
%files -n meegotouch-demos-applicationextension
605
%defattr(-,root,root)
606
%dir /usr/share/meegotouch
607
/usr/bin/applicationextension*
608
%{_libdir}/meegotouch/applicationextensions/*extension*
609
/usr/share/meegotouch/applicationextensions/*extension*
610
611
612
%files -n meegotouch-demos-widgetsgallery
613
%defattr(-,root,root)
614
%dir /usr/share/widgetsgallery
615
/usr/bin/widgetsgallery
616
/usr/share/themes/*
617
/usr/share/applications/widgetsgallery.desktop
618
/usr/share/dbus-1/services/com.nokia.widgetsgallery.service
619
/usr/share/widgetsgallery/*
620
621
622
%files -n meegotouch-demos-widgetsgallery-tests
623
%defattr(-,root,root)
624
%dir /usr/share/meegotouch-demos-widgetsgallery-tests
625
/usr/share/meegotouch-demos-widgetsgallery-tests/tests.xml
626
627
628
%files -n libmeegotouch-l10n-eng-en
629
%defattr(-,root,root)
630
%dir /usr/share/l10n
631
%dir /usr/share/l10n/meegotouch
632
%dir /usr/share/doc/libmeegotouch-l10n-eng-en
633
/usr/share/l10n/meegotouch/libmeegotouch.qm
634
/usr/share/doc/libmeegotouch-l10n-eng-en/libmeegotouch.ts
635
636
637
%files -n libmeegotouch-l10n-ar
638
%defattr(-,root,root)
639
%dir /usr/share/l10n
640
%dir /usr/share/l10n/meegotouch
641
/usr/share/l10n/meegotouch/libmeegotouch_ar.qm
642
643
644
%files -n libmeegotouch-l10n-de
645
%defattr(-,root,root)
646
%dir /usr/share/l10n
647
%dir /usr/share/l10n/meegotouch
648
/usr/share/l10n/meegotouch/libmeegotouch_de.qm
649
650
651
%files -n libmeegotouch-l10n-en
652
%defattr(-,root,root)
653
%dir /usr/share/l10n
654
%dir /usr/share/l10n/meegotouch
655
/usr/share/l10n/meegotouch/libmeegotouch_en.qm
656
657
658
%files -n libmeegotouch-l10n-fi
659
%defattr(-,root,root)
660
%dir /usr/share/l10n
661
%dir /usr/share/l10n/meegotouch
662
/usr/share/l10n/meegotouch/libmeegotouch_fi.qm
663
664
665
%files -n libmeegotouch-l10n-hu
666
%defattr(-,root,root)
667
%dir /usr/share/l10n
668
%dir /usr/share/l10n/meegotouch
669
/usr/share/l10n/meegotouch/libmeegotouch_hu.qm
670
671
672
%files -n libmeegotouch-l10n-ur
673
%defattr(-,root,root)
674
%dir /usr/share/l10n
675
%dir /usr/share/l10n/meegotouch
676
/usr/share/l10n/meegotouch/libmeegotouch_ur.qm
677
678
679
%files -n libmeegotouch-l10n-zh-cn
680
%defattr(-,root,root)
681
%dir /usr/share/l10n
682
%dir /usr/share/l10n/meegotouch
683
/usr/share/l10n/meegotouch/libmeegotouch_zh_CN.qm
684
685
686
%files -n meegotouch-demos-widgetsgallery-l10n-eng-en
687
%defattr(-,root,root)
688
%dir /usr/share/l10n
689
%dir /usr/share/l10n/meegotouch
690
%dir /usr/share/doc/meegotouch-demos-widgetsgallery-l10n-eng-en
691
/usr/share/l10n/meegotouch/widgetsgallery.qm
692
/usr/share/doc/meegotouch-demos-widgetsgallery-l10n-eng-en/widgetsgallery.ts
693
694
695
%files -n meegotouch-demos-widgetsgallery-l10n-ar
696
%defattr(-,root,root)
697
%dir /usr/share/l10n
698
%dir /usr/share/l10n/meegotouch
699
/usr/share/l10n/meegotouch/widgetsgallery_ar.qm
700
701
702
%files -n meegotouch-demos-widgetsgallery-l10n-de
703
%defattr(-,root,root)
704
%dir /usr/share/l10n
705
%dir /usr/share/l10n/meegotouch
706
/usr/share/l10n/meegotouch/widgetsgallery_de.qm
707
708
709
%files -n meegotouch-demos-widgetsgallery-l10n-en
710
%defattr(-,root,root)
711
%dir /usr/share/l10n
712
%dir /usr/share/l10n/meegotouch
713
/usr/share/l10n/meegotouch/widgetsgallery_en.qm
714
715
716
%files -n meegotouch-demos-widgetsgallery-l10n-fi
717
%defattr(-,root,root)
718
%dir /usr/share/l10n
719
%dir /usr/share/l10n/meegotouch
720
/usr/share/l10n/meegotouch/widgetsgallery_fi.qm
721
722
723
%files -n meegotouch-demos-widgetsgallery-l10n-hu
724
%defattr(-,root,root)
725
%dir /usr/share/l10n
726
%dir /usr/share/l10n/meegotouch
727
/usr/share/l10n/meegotouch/widgetsgallery_hu.qm
728
729
730
%files -n meegotouch-demos-widgetsgallery-l10n-ur
731
%defattr(-,root,root)
732
%dir /usr/share/l10n
733
%dir /usr/share/l10n/meegotouch
734
/usr/share/l10n/meegotouch/widgetsgallery_ur.qm
735
736
737
%files -n meegotouch-demos-widgetsgallery-l10n-zh-cn
738
%defattr(-,root,root)
739
%dir /usr/share/l10n
740
%dir /usr/share/l10n/meegotouch
741
/usr/share/l10n/meegotouch/widgetsgallery_zh_CN.qm
742
743
744
%files -n meegotouch-demos-animatedlayout-l10n-eng-en
745
%defattr(-,root,root)
746
%dir /usr/share/l10n
747
%dir /usr/share/l10n/meegotouch
748
/usr/share/l10n/meegotouch/animatedlayout.qm
749
750
751
%files -n meegotouch-demos-animatedlayout-l10n-de
752
%defattr(-,root,root)
753
%dir /usr/share/l10n
754
%dir /usr/share/l10n/meegotouch
755
/usr/share/l10n/meegotouch/animatedlayout_de.qm
756
757
758
%files -n meegotouch-demos-animatedlayout-l10n-en
759
%defattr(-,root,root)
760
%dir /usr/share/l10n
761
%dir /usr/share/l10n/meegotouch
762
/usr/share/l10n/meegotouch/animatedlayout_en.qm
763
764
765
%files -n meegotouch-demos-animatedlayout-l10n-ja
766
%defattr(-,root,root)
767
%dir /usr/share/l10n
768
%dir /usr/share/l10n/meegotouch
769
/usr/share/l10n/meegotouch/animatedlayout_ja.qm
770
771
772
%changelog