aboutsummaryrefslogtreecommitdiff
path: root/libmeegotouch.spec
blob: 9dd536fe89c82892a294aae77a80e7cb6a787068 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
#
# spec file for creating RPM packages from libmeegotouch for MeeGo
#
# See also file README.specfile
#

Name:           libmeegotouch
Version:        0.20.31
Release:        1%{?dist}
Summary:        Meego Touch Framework

Group:          System Environment/Libraries
License:        LGPL v2.1
URL:            http://qt.gitorious.org/maemo-6-ui-framework/libdui

Source0:        %{name}-%{version}.tar.bz2
### Patch1:         0001-Changes-Read-target-device-from-GConf.patch
### Patch2:         0002-Fix-Ensure-rowsRemoved-updates-visible-cells.patch
### Patch3:         0003-Enable-building-of-the-video-widget.patch
### Patch4:         0004-Fix-Calculate-rotation-and-position-per-device-prof.patch
### Patch5:         0005-Add-respect-of-cell-s-preferred-width-in-duifastlist.patch
### Patch6:         0006-Adding-various-Moorestown-and-Menlow-devices-to-the.patch
### Patch7:         0007-Work-around-fix-to-duimoc-s-regexp-matching-to-gener.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


BuildRequires: pkgconfig(QtCore) >= 4.6.0
BuildRequires: pkgconfig(QtDBus)
BuildRequires: pkgconfig(QtOpenGL)
BuildRequires: pkgconfig(QtMultimedia)
BuildRequires: pkgconfig(QtNetwork)
BuildRequires: pkgconfig(QtGui)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gstreamer-base-0.10)
BuildRequires: pkgconfig(gstreamer-plugins-base-0.10)
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(icu)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(contextprovider-1.0)
BuildRequires: pkgconfig(gl)
#EGL packages conflict on arm builds
#BuildRequires: mesa-libEGL-devel
BuildRequires: qt-devel
BuildRequires: doxygen
BuildRequires: icu

Requires(post):   /sbin/ldconfig
Requires(postun): /sbin/ldconfig


# TO DO: Check if the following makes any sense
# Requires: %{name} >= %{version}

Requires: meegotouch-theme         >= %{version}
Requires: libmeegotouch-l10n
# Requires: libmeegotouch-l10n-eng-en  = %{version}

# The main package is just a wrapper for the lib subpackages
Requires: libmeegotouchcore0       >= %{version}
Requires: libmeegotouchextensions0 >= %{version}
Requires: libmeegotouchsettings0   >= %{version}
Requires: libmeegotouchviews0      >= %{version}
Requires: libmeegotouch-bin        >= %{version}
Requires: meegotouch-qt-style      >= %{version}


#
# Main package
#

%description
Qt based framework for developing touch based user interfaces


#
# Lib and binary subpackages
#
# %package -n foo is just "foo", not <pkg-base-name>-foo (i.e. "meegotouch-foo")
#

%package -n libmeegotouchcore0
Summary: Meego Touch core library
%description -n libmeegotouchcore0
Meego Touch core library


%package -n libmeegotouchextensions0
Summary: Meego Touch extensions library
%description -n libmeegotouchextensions0
Meego Touch extensions library


%package -n libmeegotouchsettings0
Summary: Meego Touch settings library
%description -n libmeegotouchsettings0
Meego Touch settings library


%package -n libmeegotouchviews0
Summary: Meego Touch widget views library
%description -n libmeegotouchviews0
Meego Touch widget views library


%package -n libmeegotouch-bin
Summary: Meego Touch binary files
Requires: libmeegotouchcore0       >= %{version}
Requires: libmeegotouchextensions0 >= %{version}
Requires: libmeegotouchsettings0   >= %{version}
Requires: libmeegotouchviews0      >= %{version}
%description -n libmeegotouch-bin
Meego Touch framework binary files


%package -n meegotouch-qt-style
Summary: Meego Touch plain Qt style
Requires: libmeegotouchcore0       >= %{version}
Requires: libmeegotouchviews0      >= %{version}
%description -n meegotouch-qt-style
Meego Touch Qt style for applications that do not link against libmeegotouch


#
# Development subpackages
#

# -devel is the naming convention for development packages in RPM based distributions.
# Debian uses -dev.
%package -n libmeegotouch-devel
Summary: Meego Touch development files
Group: Development/Libraries
Requires: libmeegotouchcore0       >= %{version}
Requires: libmeegotouchextensions0 >= %{version}
Requires: libmeegotouchsettings0   >= %{version}
Requires: libmeegotouchviews0      >= %{version}
Requires: meegotouch-qt-style     >= %{version}
%description -n libmeegotouch-devel
Development files for Meego Touch


%package -n meegotouch-devel-tools
Summary: Meego Touch development and testing tools
Group: Development/Libraries
Requires: libmeegotouch-devel
%description -n meegotouch-devel-tools
Collection of tools for testing and developing on top of libmeegotouch.
Includes stuff like applettester and code/mock generation.


%package -n libmeegotouch-doc
Summary: Meego Touch API documentation
%description -n libmeegotouch-doc
Meego Touch API documentation


#
# Demo and test subpackages
#

%package -n meegotouch-demos
Summary: Meego Touch demo applications
Requires: meegotouch-demos-widgetsgallery
Requires: meegotouch-demos-qt-style
Requires: meegotouch-demos-animatedlayout
%description -n meegotouch-demos
Collection of demo applications for Meego Touch


%package -n meegotouch-demos-widgetsgallery
Summary: Meego Touch widgets gallery demo
Requires: meegotouch-demos-widgetsgallery-l10n
%description -n meegotouch-demos-widgetsgallery
Meego Touch demo application that shows the available widgets


%package -n meegotouch-demos-widgetsgallery-tests
Summary: Meego Touch widgets gallery tests
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-tests
Meego Touch demo application tests


%package -n meegotouch-demos-qt-style
Summary: Meego Touch plain Qt applications demos
Requires: meegotouch-qt-style
%description -n meegotouch-demos-qt-style
Demo applications that show how plain Qt applications
(applications that do not link against libmeegotouch) are supported
in the Meego Touch framework


%package -n meegotouch-demos-animatedlayout
Summary: Meego Touch animated layout demo
Requires: meegotouch-demos-animatedlayout-l10n
%description -n meegotouch-demos-animatedlayout
Demo application for the Meego Touch animated demo


%package -n meegotouch-demos-appletinstallationsource
Summary: Meego Touch applet installation source demos
%description -n meegotouch-demos-appletinstallationsource
Demo applet installation source for the Meego Touch applet library


%package -n meegotouch-demos-applicationextension
Summary: Meego Touch application extension demos
%description -n meegotouch-demos-applicationextension
Demo application for the Meego Touch application extensions


%package -n libmeegotouch-tests
Summary: Meego Touch unit tests
Group: Development/Libraries
%description -n libmeegotouch-tests
Unit testing binaries and shell scripts for testing the libmeegotouch library


%package -n libmeegotouch-benchmarks
Summary: Meego Touch benchmarks
%description -n libmeegotouch-benchmarks
Benchmarking binaries for testing the libmeegotouch library


#
# i10n subpackages
#
# -engineering-english had to be shortened to -eng-en because of file name lenght limitations:
# rpmlint complains about exceeding the 64 character file name component limit on Joliet file systems.

%package -n libmeegotouch-l10n-eng-en
Summary: Meego Touch engineering English messages
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-eng-en
Meego Touch engineering English messages


%package -n libmeegotouch-l10n-ar
Summary: Meego Touch Arabic translations
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-ar
Meego Touch Arabic translations


%package -n libmeegotouch-l10n-de
Summary: Meego Touch German translations
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-de
Meego Touch German translations


%package -n libmeegotouch-l10n-en
Summary: Meego Touch English messages
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-en
Meego Touch English messages


%package -n libmeegotouch-l10n-fi
Summary: Meego Touch Finnish translations
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-fi
Meego Touch Finnish translations


%package -n libmeegotouch-l10n-hu
Summary: Meego Touch Hungarian translations
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-hu
Meego Touch Hungarian translations


%package -n libmeegotouch-l10n-ur
Summary: Meego Touch Urdu translations
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-ur
Meego Touch Urdu translations


%package -n libmeegotouch-l10n-zh-cn
Summary: Meego Touch simplified Chinese translations
Provides: libmeegotouch-l10n
%description -n libmeegotouch-l10n-zh-cn
Meego Touch simplified Chinese translations


# i10n widget gallery demo subpackages

%package -n meegotouch-demos-widgetsgallery-l10n-eng-en
Summary: Meego Touch widgets gallery engineering English messages
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-eng-en
Meego Touch widgets gallery engineering English messages


%package -n meegotouch-demos-widgetsgallery-l10n-ar
Summary: Meego Touch widgets gallery Arabic translations
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-ar
Meego Touch widgets gallery Arabic translations


%package -n meegotouch-demos-widgetsgallery-l10n-de
Summary: Meego Touch widgets gallery German translations
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-de
Meego Touch widgets gallery German translations


%package -n meegotouch-demos-widgetsgallery-l10n-en
Summary: Meego Touch widgets gallery English messages
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-en
Meego Touch widgets gallery English messages


%package -n meegotouch-demos-widgetsgallery-l10n-fi
Summary: Meego Touch widgets gallery Finnish translations
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-fi
Meego Touch widgets gallery Finnish translations


%package -n meegotouch-demos-widgetsgallery-l10n-hu
Summary: Meego Touch widgets gallery Hungarian translations
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-hu
Meego Touch widgets gallery Hungarian translations

%package -n meegotouch-demos-widgetsgallery-l10n-ur
Summary: Meego Touch widgets gallery Urdu translations
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-ur
Meego Touch widgets gallery Urdu translations


%package -n meegotouch-demos-widgetsgallery-l10n-zh-cn
Summary: Meego Touch widgets gallery simplified Chinese translations
Provides: meegotouch-demos-widgetsgallery-l10n
Requires: meegotouch-demos-widgetsgallery
%description -n meegotouch-demos-widgetsgallery-l10n-zh-cn
Meego Touch widgets gallery simplified Chinese translations


# i10n animated layout demo subpackages

%package -n meegotouch-demos-animatedlayout-l10n-eng-en
Summary: Meego Touch animated layout demo engineering English messages
Provides: meegotouch-demos-animatedlayout-l10n
%description -n meegotouch-demos-animatedlayout-l10n-eng-en
Meego Touch animated layout engineering English messages


%package -n meegotouch-demos-animatedlayout-l10n-de
Summary: Meego Touch animated layout demo German translations
Provides: meegotouch-demos-animatedlayout-l10n
%description -n meegotouch-demos-animatedlayout-l10n-de
Meego Touch animated layout German translations


%package -n meegotouch-demos-animatedlayout-l10n-en
Summary: Meego Touch animated layout demo English messages
Provides: meegotouch-demos-animatedlayout-l10n
%description -n meegotouch-demos-animatedlayout-l10n-en
Meego Touch animated layout English messages


%package -n meegotouch-demos-animatedlayout-l10n-ja
Summary: Meego Touch animated layout demo Japanese translations
Provides: meegotouch-demos-animatedlayout-l10n
%description -n meegotouch-demos-animatedlayout-l10n-ja
Meego Touch animated layout Japanese translations



# Typically /usr/share/qt4, but might also be /usr/lib/qt4
%define qt_install_data_dir %(qmake -query QT_INSTALL_DATA)


#
# Unpack / build / install rules
#

%prep
%setup -q -n %{name}-%{version}
### %patch1 -p1 -b .p1
### %patch2 -p1 -b .p2
### %patch3 -p1 -b .p3
### %patch4 -p1 -b .p4
### %patch5 -p1 -b .p5
### %patch6 -p1 -b .p6
### %patch7 -p1 -b .p7


%build
export PATH=$PATH:%{_libdir}/qt4/bin
unset LD_AS_NEEDED
./configure -prefix /usr -release -plainqt -tests -benchmarks
make %{?_smp_mflags}


%install
rm -fR %{buildroot}

export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make INSTALL_ROOT=%{buildroot} install

# The one file the main package contains
# (rpmlint complains if it doesn't have any file at all)
install -m 644 -D -p LICENSE.LGPL %{buildroot}/usr/share/doc/packages/%{name}/LICENSE.LGPL

# FIXME find out what this libdui.sh is good for (not packaged anywhere yet)
### mkdir -p %{buildroot}/etc/profile.d
### echo "export DUI_DECORATED=0" > %{buildroot}/etc/profile.d/libdui.sh

# FIXME the next 2 lines should go to the Makefile
install -m 644 -D -p demos/widgetsgallery/translations/widgetsgallery.ts %{buildroot}/usr/share/doc/meegotouch-demos-widgetsgallery-l10n-eng-en/widgetsgallery.ts
install -m 644 -D -p src/translations/libmeegotouch.ts                   %{buildroot}/usr/share/doc/libmeegotouch-l10n-eng-en/libmeegotouch.ts


%clean
rm -fR %{buildroot}


%post  -n libmeegotouchcore0
/sbin/ldconfig
# create cache directory
mkdir -p -m a+w /var/cache/meegotouch
mkdir -p -m a+w /var/cache/meegotouch/css


%postun -n libmeegotouchcore0
/sbin/ldconfig
# remove cached data
if [ -d /var/cache/meegotouch ]; then
  rm -rf /var/cache/meegotouch
fi


%post -n libmeegotouchextensions0
/sbin/ldconfig

%postun -n libmeegotouchextensions0
/sbin/ldconfig



%post -n libmeegotouchsettings0
/sbin/ldconfig

%postun -n libmeegotouchsettings0
/sbin/ldconfig



%post -n libmeegotouchviews0
/sbin/ldconfig

%postun -n libmeegotouchviews0
/sbin/ldconfig



%post -n libmeegotouch-tests
# add en_US.UTF-8 locale if not already there:
# (this locale is needed for the test ft_meegotouchgconfitem)
if ! egrep -q -E "^[[:space:]]*en_US.UTF-8[[:space:]]+UTF-8" /etc/locale.gen ; then
   echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
   /usr/sbin/locale-gen
fi


### TO DO: Find out if this is necessary - the Debian packages do it like this
### %post -n libmeegotouch-bin
### GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/meegotouch.schemas > /dev/null

### %postun -n libmeegotouch-bin
### GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/meegotouch.schemas > /dev/null



#
# File lists
#

%files
%defattr(-,root,root)
%dir /usr/share/doc/packages/%{name}
%doc /usr/share/doc/packages/%{name}/*


%files -n libmeegotouchcore0
%defattr(-,root,root)
%{_libdir}/libmeegotouchcore.so.0*


%files -n libmeegotouchextensions0
%defattr(-,root,root)
%{_libdir}/libmeegotouchextensions.so.0*


%files -n libmeegotouchsettings0
%defattr(-,root,root)
%{_libdir}/libmeegotouchsettings.so.0*


%files -n libmeegotouchviews0
%defattr(-,root,root)
%{_libdir}/libmeegotouchviews.so.0*


%files -n meegotouch-qt-style
%defattr(-,root,root)
%{_libdir}/qt4/plugins/styles/libmeegotouchqtstyleplugin.so


%files -n libmeegotouch-bin
%defattr(-,root,root)
%dir %{_libdir}/meegotouch
%dir %{_libdir}/meegotouch/applets
/usr/bin/mthemedaemon
/usr/bin/mservicemapper
/usr/share/dbus-1/services/com.nokia.mservicefw.service
/usr/share/meegotouch/shaders/*
%{_libdir}/meegotouch/applets/mappletrunner
%config /etc/meegotouch/devices.conf
%config /etc/gconf/schemas/meegotouch.schemas


%files -n libmeegotouch-devel
%defattr(-,root,root)
%dir /usr/include/meegotouch
/usr/include/meegotouch/*
%{_libdir}/libmeegotouch*.so
%{_libdir}/libmeegotouch*.prl
%{_libdir}/pkgconfig/*
%{qt_install_data_dir}/mkspecs/features/*.prf
%dir /usr/share/meegotouch/imtoolbars
/usr/share/meegotouch/imtoolbars/*

%files -n meegotouch-devel-tools
%defattr(-,root,root)
/usr/bin/mmoc
/usr/bin/mmoc.pl
/usr/bin/mgen
/usr/bin/m-servicefwgen
/usr/bin/mapplettester
/usr/bin/mapplicationextensiontester
/usr/bin/mnotificationtool
/usr/bin/mnotificationstresstest
/usr/bin/dui-rename-files
/usr/bin/dui-rename-symbols


%files -n libmeegotouch-doc
%defattr(-,root,root)
%dir /usr/share/doc/libmeegotouch
%doc /usr/share/doc/libmeegotouch/*


%files -n libmeegotouch-tests
%defattr(-,root,root)
%dir %{_libdir}/libmeegotouch-tests
%dir /usr/share/libmeegotouch-tests
/usr/share/libmeegotouch-tests/*
%{_libdir}/libmeegotouch-tests/*


%files -n libmeegotouch-benchmarks
%defattr(-,root,root)
%dir %{_libdir}/libmeegotouch-benchmarks
%{_libdir}/libmeegotouch-benchmarks/*


%files -n meegotouch-demos-qt-style
%defattr(-,root,root)
%dir /usr/share/qtstyleexample
%dir /usr/share/qtstyleexample/themes
/usr/bin/qtstyle*
/usr/share/applications/qtstyle*
/usr/share/dbus-1/services/com.nokia.qtstyle*
/usr/share/qtstyleexample/themes/*


%files -n meegotouch-demos-animatedlayout
%defattr(-,root,root)
%dir /usr/share/animatedlayout
/usr/bin/animatedlayout
/usr/share/animatedlayout/*


%files -n meegotouch-demos-appletinstallationsource
%defattr(-,root,root)
/usr/share/meegotouch/applicationextensions/*installationsource*
%{_libdir}/meegotouch/applicationextensions/*installationsource*


%files -n meegotouch-demos-applicationextension
%defattr(-,root,root)
%dir /usr/share/meegotouch
/usr/bin/applicationextension*
%{_libdir}/meegotouch/applicationextensions/*extension*
/usr/share/meegotouch/applicationextensions/*extension*


%files -n meegotouch-demos-widgetsgallery
%defattr(-,root,root)
%dir /usr/share/widgetsgallery
/usr/bin/widgetsgallery
/usr/share/themes/*
/usr/share/applications/widgetsgallery.desktop
/usr/share/dbus-1/services/com.nokia.widgetsgallery.service
/usr/share/widgetsgallery/*


%files -n meegotouch-demos-widgetsgallery-tests
%defattr(-,root,root)
%dir /usr/share/meegotouch-demos-widgetsgallery-tests
/usr/share/meegotouch-demos-widgetsgallery-tests/tests.xml


%files -n libmeegotouch-l10n-eng-en
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
%dir /usr/share/doc/libmeegotouch-l10n-eng-en
/usr/share/l10n/meegotouch/libmeegotouch.qm
/usr/share/doc/libmeegotouch-l10n-eng-en/libmeegotouch.ts


%files -n libmeegotouch-l10n-ar
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_ar.qm


%files -n libmeegotouch-l10n-de
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_de.qm


%files -n libmeegotouch-l10n-en
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_en.qm


%files -n libmeegotouch-l10n-fi
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_fi.qm


%files -n libmeegotouch-l10n-hu
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_hu.qm


%files -n libmeegotouch-l10n-ur
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_ur.qm


%files -n libmeegotouch-l10n-zh-cn
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/libmeegotouch_zh_CN.qm


%files -n meegotouch-demos-widgetsgallery-l10n-eng-en
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
%dir /usr/share/doc/meegotouch-demos-widgetsgallery-l10n-eng-en
/usr/share/l10n/meegotouch/widgetsgallery.qm
/usr/share/doc/meegotouch-demos-widgetsgallery-l10n-eng-en/widgetsgallery.ts


%files -n meegotouch-demos-widgetsgallery-l10n-ar
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_ar.qm


%files -n meegotouch-demos-widgetsgallery-l10n-de
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_de.qm


%files -n meegotouch-demos-widgetsgallery-l10n-en
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_en.qm


%files -n meegotouch-demos-widgetsgallery-l10n-fi
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_fi.qm


%files -n meegotouch-demos-widgetsgallery-l10n-hu
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_hu.qm


%files -n meegotouch-demos-widgetsgallery-l10n-ur
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_ur.qm


%files -n meegotouch-demos-widgetsgallery-l10n-zh-cn
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/widgetsgallery_zh_CN.qm


%files -n meegotouch-demos-animatedlayout-l10n-eng-en
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/animatedlayout.qm


%files -n meegotouch-demos-animatedlayout-l10n-de
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/animatedlayout_de.qm


%files -n meegotouch-demos-animatedlayout-l10n-en
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/animatedlayout_en.qm


%files -n meegotouch-demos-animatedlayout-l10n-ja
%defattr(-,root,root)
%dir /usr/share/l10n
%dir /usr/share/l10n/meegotouch
/usr/share/l10n/meegotouch/animatedlayout_ja.qm


%changelog