Package qutim: Specfile

   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
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
%def_without offtherecord

Name: qutim
Version: 0.3.2
Release: alt3.3
Epoch: 7

Summary: qutIM Instant Messenger
Summary(ru_RU.UTF-8): Клиент сервисов мгновенных сообщений qutIM
License: GPLv3
Group: Networking/Instant messaging

URL: http://www.qutim.org/
Packager: Nazarov Denis <nenderus@altlinux.org>

Source: http://%name.org/dwnl/68/%name-%version.tar.xz
Patch0: %name-%version-alt.patch
Patch1: qutim-0.3.2-alt-fix-c++11.patch

Requires: lib%name = %version-%release
Requires: lib%name-adiumchat = %version-%release
Requires: lib%name-simplecontactlist = %version-%release
Requires: libqt4-svg

BuildRequires: aspell
BuildRequires: attica-devel
BuildRequires: chrpath
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: libSDL_mixer-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXft-devel
BuildRequires: libXpm-devel
BuildRequires: libXt-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libarchive-devel
BuildRequires: libaspell-devel
BuildRequires: libdbusmenu-qt-devel
BuildRequires: libhunspell-devel
BuildRequires: libicu50
BuildRequires: libjreen-devel
# libotr5 is not supported yet
%if_with offtherecord
BuildRequires: libotr-devel
%endif
BuildRequires: libpurple-devel
BuildRequires: libqca2-devel
BuildRequires: libqt4-sql-mysql
BuildRequires: libtelepathy-qt4-devel
BuildRequires: libxkbfile-devel
BuildRequires: phonon-devel
BuildRequires: qt4-mobility-devel
BuildRequires: libvreen-devel

%description
qutIM - free open-source multiprotocol (ICQ, Jabber, Mail.Ru, IRC,
VKontakte) instant messenger for Windows, Linux, MacOS X, OS/2, Symbian,
Haiku, Solaris, Maemo/MeeGo and *BSD systems.

%description -l ru_RU.UTF-8
qutIM  это свободный многопротокольный (ICQ, Jabber, Mail.Ru, IRC,
VKontakte) клиент обмена мгновенными сообщениями для Windows, Linux,
MacOS X, OS/2, Symbian, Haiku, Solaris, Maemo/MeeGo и *BSD.

# qutIM library
%package -n lib%name
Summary: Shared library for qutIM
Group: System/Libraries

%description -n lib%name
Shared library for qutIM

# qutIM library development files
%package -n lib%name-devel
Summary: Development files for %name
Group: Development/C++
Requires: lib%name = %version-%release

%description -n lib%name-devel
Development files for %name

# qutIM  adium chat library
%package -n lib%name-adiumchat
Summary: Shared library for qutIM
Group: System/Libraries
Requires: lib%name = %version-%release

%description -n lib%name-adiumchat
Shared library for qutIM

# qutIM adium chat library development files
%package -n lib%name-adiumchat-devel
Summary: Development files for %name
Group: Development/C++
Requires: lib%name-adiumchat = %version-%release

%description -n lib%name-adiumchat-devel
Development files for %name

# qutIM  simple contact list library
%package -n lib%name-simplecontactlist
Summary: Shared library for qutIM
Group: System/Libraries
Requires: lib%name = %version-%release

%description -n lib%name-simplecontactlist
Shared library for qutIM

# qutIM simple contact list development files
%package -n lib%name-simplecontactlist-devel
Summary: Development files for %name
Group: Development/C++
Requires: lib%name-simplecontactlist = %version-%release

%description -n lib%name-simplecontactlist-devel
Development files for %name

# Astral protocol
%package -n %name-protocol-astral
Summary: Astral protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-protocol-astral
Astral protocol support for qutIM

# IRC protocol
%package -n %name-protocol-irc
Summary: IRC protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-protocol-irc
IRC protocol support for qutIM

# Jabber protocol
%package -n %name-protocol-jabber
Summary: Jabber protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
Requires: libjreen >= 1.1.1

%description -n %name-protocol-jabber
Jabber protocol for qutIM

# Mail.Ru protocol
%package -n %name-protocol-mrim
Summary: Mail.Ru protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-protocol-mrim
Mail.Ru protocol support for qutIM

# OSCAR protocol
%package -n %name-protocol-oscar
Summary: OSCAR protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
Requires: qca2-ossl

%description -n %name-protocol-oscar
OSCAR protocol support for qutIM

# Quetzal protocol
%package -n %name-protocol-quetzal
Summary: Quetzal protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-protocol-quetzal
Quetzal protocol support for qutIM

# VKontakte protocol
%package -n %name-protocol-vkontakte
Summary: VKontakte.Ru protocol for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
Requires: libvreen >= 0.9.5

%description -n %name-protocol-vkontakte
VKontakte.Ru protocol support for qutIM

# Adium webview plugin
%package -n %name-plugin-adiumwebview
Summary: Adium webview plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
Requires: lib%name-adiumwebview = %version-%release

%description -n %name-plugin-adiumwebview
Aescrypto plugin support for qutIM

# qutIM Adium webview library
%package -n lib%name-adiumwebview
Summary: qutIM Adium webview shared library
Group: System/Libraries
Requires: lib%name = %version-%release

%description -n lib%name-adiumwebview
qutIM Adium webview shared library

# qutIM Adium webview development files
%package -n lib%name-adiumwebview-devel
Summary: Development files for qutIM Adium webview
Group: Development/C++
Requires: lib%name-adiumwebview = %version-%release

%description -n lib%name-adiumwebview-devel
Development files for qutIM Adium webview

# Aescrypto plugin
%package -n %name-plugin-aescrypto
Summary: Aescrypto plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-aescrypto
Aescrypto plugin support for qutIM

# Antispam plugin
%package -n %name-plugin-antispam
Summary: Antispam plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-antispam
Antispam plugin support for qutIM

# Aspeller plugin
%package -n %name-plugin-aspeller
Summary: Aspeller plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-aspeller
Aspeller plugin support for qutIM

# Auto paster plugin
%package -n %name-plugin-autopaster
Summary: Auto paster plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-autopaster
Auto paster plugin support for qutIM

# Auto reply plugin
%package -n %name-plugin-autoreply
Summary: Auto reply plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-autoreply
Auto reply plugin support for qutIM

# Bearer manager plugin
%package -n %name-plugin-bearermanager
Summary: Bearer manager plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-bearermanager
Bearer manager plugin support for qutIM

# Birthday reminder plugin
%package -n %name-plugin-birthdayreminder
Summary: Birthday reminder plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-birthdayreminder
Birthday reminder plugin support for qutIM

# Blog improver plugin
%package -n %name-plugin-blogimprover
Summary: Blog improver plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-blogimprover
Blog improver plugin support for qutIM

# ClConf plugin
%package -n %name-plugin-clconf
Summary: ClConf plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-clconf
ClConf plugin support for qutIM

# DBus API plugin
%package -n %name-plugin-dbusapi
Summary: DBus API plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-dbusapi
DBus API plugin support for qutIM

# DBus Notifications plugin
%package -n %name-plugin-dbusnotifications
Summary: DBus Notifications plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-dbusnotifications
DBus Notifications plugin support for qutIM

# Dock tile plugin
%package -n %name-plugin-docktile
Summary: Dock tile plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
Requires: libqtdocktile = %version-%release

%description -n %name-plugin-docktile
Dock tile plugin support for qutIM

# Qt dock tile library (for dock tile plugin)
%package -n libqtdocktile
Summary: Shared library for dock tile plugin for qutIM
Group: System/Libraries

%description -n libqtdocktile
Shared library for dock tile plugin for qutIM

# Qt dock tile development files
%package -n libqtdocktile-devel
Summary: Shared library for dock tile plugin for qutIM
Group: Development/C++
Requires: libqtdocktile = %version-%release

%description -n libqtdocktile-devel
Shared library for dock tile plugin for qutIM

# Emoedit plugin
%package -n %name-plugin-emoedit
Summary: Emoedit plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-emoedit
Emoedit plugin support for qutIM

# Floaties plugin
%package -n %name-plugin-floaties
Summary: Floaties plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-floaties
Floaties plugin support for qutIM

# Formula plugin
%package -n %name-plugin-formula
Summary: Formula plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-formula
Formula plugin support for qutIM

# Highlighter plugin
%package -n %name-plugin-highlighter
Summary: Highlighter plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-highlighter
Highlighter plugin support for qutIM

# Histman plugin
%package -n %name-plugin-histman
Summary: Histman plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-histman
Histman plugin support for qutIM

# Hunspeller plugin
%package -n %name-plugin-hunspeller
Summary: Hunspeller plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-hunspeller
Hunspeller plugin support for qutIM

# Kinetic Popups plugin
%package -n %name-plugin-kineticpopups
Summary: Kinetic Popups plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-kineticpopups
Kinetic Popups plugin support for qutIM

# Linux integration plugin
%package -n %name-plugin-linuxintegration
Summary: Linux integration plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-linuxintegration
Linux integration plugin support for qutIM

# Logger plugin
%package -n %name-plugin-logger
Summary: Logger plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-logger
Logger plugin support for qutIM

# Mass Messaging plugin
%package -n %name-plugin-massmessaging
Summary: Mass Messaging plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-massmessaging
Mass Messaging plugin support for qutIM

# Multimedia Backend plugin
%package -n %name-plugin-multimediabackend
Summary: Multimedia Backend plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-multimediabackend
Multimedia Backend plugin support for qutIM

# Now Playing plugin
%package -n %name-plugin-nowplaying
Summary: Now Playing plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-nowplaying
Now Playing plugin support for qutIM

# Off-the-Record plugin
%package -n %name-plugin-offtherecord
Summary: Off-the-Record plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-offtherecord
Off-the-Record plugin support for qutIM

# Old contact delegate plugin
%package -n %name-plugin-oldcontactdelegate
Summary: Old contact delegate plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-oldcontactdelegate
Old contact delegate plugin support for qutIM

# Plugman plugin
%package -n %name-plugin-plugman
Summary: Plugman plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-plugman
Plugman plugin support for qutIM

# Screenshoter plugin
%package -n %name-plugin-screenshoter
Summary: Screenshoter plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-screenshoter
Screenshoter plugin support for qutIM

# Script API plugin
%package -n %name-plugin-scriptapi
Summary: Script API plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-scriptapi
Script API plugin support for qutIM

# SDL Sound plugin
%package -n %name-plugin-sdlsound
Summary: SDL Sound plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-sdlsound
SDL Sound plugin support for qutIM

# Unread Messages Keeper plugin
%package -n %name-plugin-unreadmessageskeeper
Summary: Unread Messages Keeper plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-unreadmessageskeeper
Unread Messages Keeper plugin support for qutIM

# Updater plugin
%package -n %name-plugin-updater
Summary: Updater plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-updater
Updater plugin support for qutIM

# URL Preview plugin
%package -n %name-plugin-urlpreview
Summary: URL Preview plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-urlpreview
URL Preview plugin support for qutIM

# Vibro backend plugin
%package -n %name-plugin-vibrobackend
Summary: Vibro backend plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-vibrobackend
Vibro backend plugin support for qutIM

# Weather plugin
%package -n %name-plugin-weather
Summary: Weather plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-weather
Weather plugin support for qutIM

# Yandex.Narod.Ru plugin
%package -n %name-plugin-yandexnarod
Summary: Yandex.Narod.Ru plugin for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release

%description -n %name-plugin-yandexnarod
Yandex.Narod.Ru plugin support for qutIM

# Arabic language for qutIM
%package -n %name-lang-ar
Summary: Arabic language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-ar
Arabic language for qutIM

# Belarusian language for qutIM
%package -n %name-lang-be
Summary: Belarusian language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-be
Belarusian language for qutIM

# Bulgarian language for qutIM
%package -n %name-lang-bg
Summary: Bulgarian language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-bg
Bulgarian language for qutIM

# Chinese (Simplified) language for qutIM
%package -n %name-lang-cn
Summary: Chinese (Simplified) language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-cn
Chinese (Simplified) language for qutIM

# Czech language for qutIM
%package -n %name-lang-cz
Summary: Czech language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-cz
Czech language for qutIM

# French language for qutIM
%package -n %name-lang-fr
Summary: French language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-fr
French language for qutIM

# German language for qutIM
%package -n %name-lang-de
Summary: German language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-de
German language for qutIM

# English (United Kingdom) language for qutIM
%package -n %name-lang-en
Summary: English (United Kingdom) language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-en
English (United Kingdom) language for qutIM

# Herbew language for qutIM
%package -n %name-lang-he
Summary: Herbew language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-he
Herbew language for qutIM

# Low German language for qutIM
%package -n %name-lang-nds
Summary: Low German language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-nds
Low German language for qutIM

# Russian language for qutIM
%package -n %name-lang-ru
Summary: Russian language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-ru
Russian language for qutIM

# Slovak language for qutIM
%package -n %name-lang-sk
Summary: Slovak language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-sk
Slovak language for qutIM

# Spanish language for qutIM
%package -n %name-lang-es
Summary: Spanish language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-es
Spanish language for qutIM

# Ukrainian language for qutIM
%package -n %name-lang-uk
Summary: Ukrainian language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-uk
Ukrainian language for qutIM

# Uzbek language for qutIM
%package -n %name-lang-uz
Summary: Uzbek language for %name
Group: Networking/Instant messaging
Requires: %name = %version-%release
BuildArch: noarch

%description -n %name-lang-uz
Uzbek language for qutIM

# qutIM documentation
%package -n %name-docs
Summary: Documentation for %name
Group: Documentation
BuildArch: noarch

%description -n %name-docs
Documentation for qutIM

%prep
%setup
%patch0 -p1
%patch1 -p1
sed -i 's|TelepathyQt4/|TelepathyQt/|' protocols/astral/src/*.{cpp,h}

%build
%if "%_lib" == "lib64"
%define lib_suffix 64
%else
%define lib_suffix %nil
%endif

mkdir -p %_target_platform
pushd %_target_platform

cmake .. \
	-DCMAKE_BUILD_TYPE:STRING='Release' \
	-DCMAKE_INSTALL_PREFIX:PATH=%prefix \
	-DCMAKE_C_FLAGS:STRING='%optflags' \
	-DCMAKE_CXX_FLAGS:STRING='%optflags' \
	-DLIB_SUFFIX:STRING='%lib_suffix' \
	-DSYSTEM_JREEN:BOOL=TRUE \
	-DKDEINTEGRATION:BOOL=FALSE \
	-DSYSTEM_VREEN:BOOL=TRUE
popd

%make_build -C %_target_platform

%install
%makeinstall_std -C %_target_platform

for i in %buildroot%_bindir/%name %buildroot%_libdir/lib*.so.* %buildroot%_libdir/qt4/plugins/docktile/lib*.so %buildroot%_libdir/qt4/imports/org/docktile/lib*.so %buildroot%_libdir/%name/plugins/lib*.so
do
	chrpath -d $i
done

%files
%_bindir/%name
%dir %_libdir/%name
%dir %_libdir/%name/plugins
%_libdir/%name/plugins/libaccountcreator.so
%_libdir/%name/plugins/libaddcontactdlg.so
%_libdir/%name/plugins/libadiumchat.so
%_libdir/%name/plugins/libadiumsrvicons.so
%_libdir/%name/plugins/libauthdialog.so
%_libdir/%name/plugins/libchatnotificationsbackend.so
%_libdir/%name/plugins/libchatspellchecker.so
%_libdir/%name/plugins/libcomparators.so
%_libdir/%name/plugins/libcontactinfo.so
%_libdir/%name/plugins/libcontactmodel.so
%_libdir/%name/plugins/libdataformsbackend.so
%_libdir/%name/plugins/libemoticonssettings.so
%_libdir/%name/plugins/libfiletransfersettings.so
%_libdir/%name/plugins/libfiletransfer.so
%_libdir/%name/plugins/libidledetector.so
%_libdir/%name/plugins/libidlestatuschanger.so
%_libdir/%name/plugins/libjoinchatdialog.so
%_libdir/%name/plugins/libjoingroupchatdlg.so
%_libdir/%name/plugins/libjsonconfig.so
%_libdir/%name/plugins/libjsonhistory.so
%_libdir/%name/plugins/libkineticscroller.so
%_libdir/%name/plugins/libkopeteemoticonsbackend.so
%_libdir/%name/plugins/liblocalization.so
%_libdir/%name/plugins/libmetacontacts.so
%_libdir/%name/plugins/libmigration02x03.so
%_libdir/%name/plugins/libmobileaboutdialog.so
%_libdir/%name/plugins/libmobilecontactinfo.so
%_libdir/%name/plugins/libmobilenotificationssettings.so
%_libdir/%name/plugins/libmobilesettingsdialog.so
%_libdir/%name/plugins/libnocryptoservice.so
%_libdir/%name/plugins/libnotificationfilter.so
%_libdir/%name/plugins/libnotificationssettings.so
%_libdir/%name/plugins/liboldsoundtheme.so
%_libdir/%name/plugins/libpassword.so
%_libdir/%name/plugins/libplistconfig.so
%_libdir/%name/plugins/libproxysettings.so
%_libdir/%name/plugins/libqticons.so
%_libdir/%name/plugins/libsearchdialog.so
%_libdir/%name/plugins/libservicechooser.so
%_libdir/%name/plugins/libsessionhelper.so
%_libdir/%name/plugins/libshortcutsettings.so
%_libdir/%name/plugins/libsimpleaboutdialog.so
%_libdir/%name/plugins/libsimpleactionbox.so
%_libdir/%name/plugins/libsimpleactions.so
%_libdir/%name/plugins/libsimplecontactdelegate.so
%_libdir/%name/plugins/libsimplecontactlist.so
%_libdir/%name/plugins/libsimplecontactlistwidget.so
%_libdir/%name/plugins/libsimplerosterstorage.so
%_libdir/%name/plugins/libsoundthemeselector.so
%_libdir/%name/plugins/libstackedchatform.so
%_libdir/%name/plugins/libtabbedchatform.so
%_libdir/%name/plugins/libtextchat.so
%_libdir/%name/plugins/libtorycontactlistwidget.so
%_libdir/%name/plugins/libtrayicon.so
%_libdir/%name/plugins/libxsettingsdialog.so
%_desktopdir/%name.desktop
%dir %_datadir/apps
%dir %_datadir/apps/%name
%_datadir/apps/%name/config
%_datadir/apps/%name/icons
%_datadir/apps/%name/webkitstyle
%_miconsdir/%name.png
%dir %_iconsdir/hicolor/22x22
%dir %_iconsdir/hicolor/22x22/apps
%_iconsdir/hicolor/22x22/apps/%name.png
%_niconsdir/%name.png
%_liconsdir/%name.png
%_iconsdir/hicolor/64x64/apps/%name.png
%dir %_iconsdir/hicolor/64x64/places
%_iconsdir/hicolor/64x64/places/user-identity.png
%dir %_iconsdir/hicolor/80x80
%dir %_iconsdir/hicolor/80x80/apps
%_iconsdir/hicolor/80x80/apps/%name.png
%dir %_iconsdir/hicolor/128x128
%dir %_iconsdir/hicolor/128x128/apps
%_iconsdir/hicolor/128x128/apps/%name.png
%dir %_iconsdir/hicolor/256x256
%dir %_iconsdir/hicolor/256x256/apps
%_iconsdir/hicolor/256x256/apps/%name.png
%dir %_iconsdir/hicolor/512x512
%dir %_iconsdir/hicolor/512x512/apps
%_iconsdir/hicolor/512x512/apps/%name.png
%dir %_iconsdir/hicolor/scalable
%dir %_iconsdir/hicolor/scalable/apps
%_iconsdir/hicolor/scalable/apps/%name.svg
%dir %_iconsdir/hicolor/scalable/status
%_iconsdir/hicolor/scalable/status/*.svg
%_pixmapsdir/%name.xpm
%dir %_datadir/%name
%_datadir/%name/doc
%dir %_datadir/apps/%name/languages

%files -n lib%name
%_libdir/lib%name.so.*

%files -n lib%name-devel
%_libdir/lib%name.so
%dir %_includedir/%name
%_includedir/%name/*.h
%dir %_datadir/cmake
%dir %_datadir/cmake/Modules
%_datadir/cmake/Modules/*.cmake

%files -n lib%name-adiumchat
%_libdir/lib%name-adiumchat.so.*

%files -n lib%name-adiumchat-devel
%_libdir/lib%name-adiumchat.so
%dir %_includedir/%name
%dir %_includedir/%name/adiumchat
%_includedir/%name/adiumchat/*.h

%files -n lib%name-simplecontactlist
%_libdir/lib%name-simplecontactlist.so.*

%files -n lib%name-simplecontactlist-devel
%_libdir/lib%name-simplecontactlist.so
%dir %_includedir/%name
%dir %_includedir/%name/simplecontactlist
%_includedir/%name/simplecontactlist/*.h

%files -n %name-protocol-astral
%_libdir/%name/plugins/libastral.so

%files -n %name-protocol-irc
%_libdir/%name/plugins/libirc.so

%files -n %name-protocol-jabber
%_libdir/%name/plugins/libjabber.so

%files -n %name-protocol-mrim
%_libdir/%name/plugins/libmrim.so

%files -n %name-protocol-oscar
%_libdir/%name/plugins/liboscar.so
%_libdir/%name/plugins/liboscaridentify.so
%_libdir/%name/plugins/liboscarxstatus.so

%files -n %name-protocol-quetzal
%_libdir/%name/plugins/libquetzal.so

%files -n %name-protocol-vkontakte
%_libdir/%name/plugins/libvkontakte.so
%_datadir/apps/%name/vphotoalbum

%files -n %name-plugin-adiumwebview
%_libdir/%name/plugins/libadiumwebview.so
%dir %_datadir/apps/%name/data
%_datadir/apps/%name/data/webview

%files -n lib%name-adiumwebview
%_libdir/lib%name-adiumwebview.so.*

%files -n lib%name-adiumwebview-devel
%_libdir/lib%name-adiumwebview.so
%dir %_includedir/%name/adiumwebview
%_includedir/%name/adiumwebview/*.h

%files -n %name-plugin-aescrypto
%_libdir/%name/plugins/libaescrypto.so

%files -n %name-plugin-antispam
%_libdir/%name/plugins/libantispam.so

%files -n %name-plugin-aspeller
%_libdir/%name/plugins/libaspeller.so

%files -n %name-plugin-autopaster
%_libdir/%name/plugins/libautopaster.so

%files -n %name-plugin-autoreply
%_libdir/%name/plugins/libautoreply.so

%files -n %name-plugin-bearermanager
%_libdir/%name/plugins/libbearermanager.so

%files -n %name-plugin-birthdayreminder
%_libdir/%name/plugins/libbirthdayreminder.so

%files -n %name-plugin-blogimprover
%_libdir/%name/plugins/libblogimprover.so

%files -n %name-plugin-clconf
%_libdir/%name/plugins/libclconf.so

%files -n %name-plugin-dbusapi
%_libdir/%name/plugins/libdbusapi.so

%files -n %name-plugin-dbusnotifications
%_libdir/%name/plugins/libdbusnotifications.so

%files -n %name-plugin-docktile
%_libdir/%name/plugins/libdocktile.so
%dir %_libdir/qt4/imports/org
%dir %_libdir/qt4/imports/org/docktile
%_libdir/qt4/imports/org/docktile/libqmldocktileplugin.so
%_libdir/qt4/imports/org/docktile/qmldir
%dir %_libdir/qt4/plugins/docktile
%_libdir/qt4/plugins/docktile/libunityplugin.so

%files -n libqtdocktile
%_libdir/libqtdocktile.so.*

%files -n libqtdocktile-devel
%_libdir/libqtdocktile.so
%dir %_includedir/QtDockTile
%_includedir/QtDockTile/*.h
%dir %_includedir/QtDockTile/1.0.0
%dir %_includedir/QtDockTile/1.0.0/QtDockTile
%dir %_includedir/QtDockTile/1.0.0/QtDockTile/private
%_includedir/QtDockTile/1.0.0/QtDockTile/private/*.h
%_pkgconfigdir/qtdocktile.pc

%files -n %name-plugin-emoedit
%_libdir/%name/plugins/libemoedit.so

%files -n %name-plugin-floaties
%_libdir/%name/plugins/libfloaties.so

%files -n %name-plugin-formula
%_libdir/%name/plugins/libformula.so

%files -n %name-plugin-highlighter
%_libdir/%name/plugins/libhighlighter.so

%files -n %name-plugin-histman
%_libdir/%name/plugins/libhistman.so

%files -n %name-plugin-hunspeller
%_libdir/%name/plugins/libhunspeller.so

%files -n %name-plugin-kineticpopups
%_libdir/%name/plugins/libkineticpopups.so
%_datadir/apps/%name/quickpopup

%files -n %name-plugin-linuxintegration
%_libdir/%name/plugins/liblinuxintegration.so

%files -n %name-plugin-logger
%_libdir/%name/plugins/liblogger.so

%files -n %name-plugin-massmessaging
%_libdir/%name/plugins/libmassmessaging.so

%files -n %name-plugin-multimediabackend
%_libdir/%name/plugins/libmultimediabackend.so

%files -n %name-plugin-nowplaying
%_libdir/%name/plugins/libnowplaying.so

%if_with offtherecord
%files -n %name-plugin-offtherecord
%_libdir/%name/plugins/libofftherecord.so
%endif

%files -n %name-plugin-oldcontactdelegate
%_libdir/%name/plugins/liboldcontactdelegate.so

%files -n %name-plugin-plugman
%_libdir/%name/plugins/libplugman.so
%dir %_datadir/apps/%name/plugman
%_datadir/apps/%name/plugman

%files -n %name-plugin-screenshoter
%_libdir/%name/plugins/libscreenshoter.so

%files -n %name-plugin-scriptapi
%_libdir/%name/plugins/libscriptapi.so

%files -n %name-plugin-sdlsound
%_libdir/%name/plugins/libsdlsound.so

%files -n %name-plugin-unreadmessageskeeper
%_libdir/%name/plugins/libunreadmessageskeeper.so

%files -n %name-plugin-updater
%_libdir/%name/plugins/libupdater.so

%files -n %name-plugin-urlpreview
%_libdir/%name/plugins/liburlpreview.so

%files -n %name-plugin-vibrobackend
%_libdir/%name/plugins/libvibrobackend.so

%files -n %name-plugin-weather
%_libdir/%name/plugins/libweather.so
%dir %_datadir/apps/%name/weatherthemes
%_datadir/apps/%name/weatherthemes

%files -n %name-plugin-yandexnarod
%_libdir/%name/plugins/libyandexnarod.so

%files -n %name-lang-ar
%dir %_datadir/apps/%name/languages/ar
%_datadir/apps/%name/languages/ar/*.qm

%files -n %name-lang-be
%dir %_datadir/apps/%name/languages/be
%_datadir/apps/%name/languages/be/*.qm

%files -n %name-lang-bg
%dir %_datadir/apps/%name/languages/bg
%_datadir/apps/%name/languages/bg/*.qm

%files -n %name-lang-cn
%dir %_datadir/apps/%name/languages/zh_CN
%_datadir/apps/%name/languages/zh_CN/*.qm

%files -n %name-lang-cz
%dir %_datadir/apps/%name/languages/cs
%_datadir/apps/%name/languages/cs/*.qm

%files -n %name-lang-fr
%dir %_datadir/apps/%name/languages/fr
%_datadir/apps/%name/languages/fr/*.qm

%files -n %name-lang-de
%dir %_datadir/apps/%name/languages/de
%_datadir/apps/%name/languages/de/*.qm

%files -n %name-lang-en
%dir %_datadir/apps/%name/languages/en_GB
%_datadir/apps/%name/languages/en_GB/*.qm

%files -n %name-lang-he
%dir %_datadir/apps/%name/languages/he
%_datadir/apps/%name/languages/he/*.qm

%files -n %name-lang-nds
%dir %_datadir/apps/%name/languages/nds
%_datadir/apps/%name/languages/nds/*.qm

%files -n %name-lang-ru
%dir %_datadir/apps/%name/languages/ru
%_datadir/apps/%name/languages/ru/*.qm

%files -n %name-lang-sk
%dir %_datadir/apps/%name/languages/sk
%_datadir/apps/%name/languages/sk/*.qm

%files -n %name-lang-es
%dir %_datadir/apps/%name/languages/es
%_datadir/apps/%name/languages/es/*.qm

%files -n %name-lang-uk
%dir %_datadir/apps/%name/languages/uk
%_datadir/apps/%name/languages/uk/*.qm

%files -n %name-lang-uz
%dir %_datadir/apps/%name/languages/uz
%_datadir/apps/%name/languages/uz/*.qm

%files -n %name-docs
%doc AUTHORS COPYING README.* ChangeLog

%changelog
* Fri Jan 20 2017 Gleb F-Malinovskiy <glebfm@altlinux.org> 7:0.3.2-alt3.3
- Disabled offtherecord plugin.
- Fixed build with gcc6.

* Tue Jan 13 2015 Gleb F-Malinovskiy <glebfm@altlinux.org> 7:0.3.2-alt3.2
- Fixed build (libotr2-devel).

* Wed Jul 9 2014 Vladimir Didenko <cow@altlinux.org> 7:0.3.2-alt3.1
- fix build

* Tue Jul 8 2014 Vladimir Didenko <cow@altlinux.org> 7:0.3.2-alt3
- rebuild with system libvreen

* Fri Feb 21 2014 Nazarov Denis <nenderus@altlinux.org> 7:0.3.2-alt2
- Remove broken phononsound plugon

* Wed Feb 19 2014 Nazarov Denis <nenderus@altlinux.org> 7:0.3.2-alt1
- Version 0.3.2

* Thu Jan 24 2013 Nazarov Denis <nenderus@altlinux.org> 6:0.3.1.0-alt2.git20130117
- Fix non-strict dependencies (ALT #28449)

* Fri Jan 18 2013 Nazarov Denis <nenderus@altlinux.org> 6:0.3.1.0-alt1.git20130117
- Version 0.3.1.0 from git on 17.01.2013

* Wed Aug 08 2012 Nazarov Denis <nenderus@altlinux.org> 5:0.3.1.0-alt3
- Remove release from subpackages (ALT #27622)

* Mon Jul 30 2012 Sergey V Turchin <zerg@altlinux.org> 5:0.3.1.0-alt2
- rebuilt with new attica

* Sun Apr 15 2012 Nazarov Denis <nenderus@altlinux.org> 5:0.3.1.0-alt1
- qutim version 0.3.1.0
- jreen version 1.1.0
- Add Off-the-Record plugin
- Add belarisian and slovak translations

* Wed Apr 04 2012 Nazarov Denis <nenderus@altlinux.org> 5:0.3.0.0-alt1
- Version 0.3.0.0

* Tue Apr 03 2012 Sergey V Turchin <zerg@altlinux.org> 4:0.2.80.1-alt3.git20120324
- rebuild with new telepathy-qt4

* Sun Mar 25 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt1.M60T.1.git20120324
- Build for branch t6
- Add arabic and chinese (simplified) translations

* Sat Mar 24 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt2.git20120324
- Version 0.2.80.1 (0.3 beta) from git on 24.03.2012

* Mon Mar 05 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt1.M60P.1.git20120304
- Build for branch p6

* Sun Mar 04 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt1.M60T.1.git20120304
- Build for branch t6

* Sun Mar 04 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt2.git20120304
- Version 0.2.80.1 (0.3 beta) from git on 04.03.2012
- Add qca2-ossl requires

* Thu Mar 01 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt2.git20120301
- Version 0.2.80.1 (0.3 beta) from git on 01.03.2012
- Add Highlighter plugin

* Thu Feb 23 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt1.M60T.1.git20120223
- Build for branch t6

* Thu Feb 23 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt2.git20120223
- Version 0.2.80.1 (0.3 beta) from git on 23.02.2012

* Fri Feb 10 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt1.M60T.1.git20120209
- Build for branch t6

* Fri Feb 10 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt2.git20120209
- Version 0.2.80.1 (0.3 beta) from git on 09.02.2012

* Tue Feb 07 2012 Sergey V Turchin <zerg@altlinux.org> 4:0.2.80.1-alt1.M60P.1.git20120130
- built for M60P

* Tue Jan 31 2012 Sergey V Turchin <zerg@altlinux.org> 4:0.2.80.1-alt2.git20120130
- rebuilt with kde-4.8

* Tue Jan 31 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt0.M60T.1.git20120130
- Build for branch t6

* Tue Jan 31 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.1-alt1.git20120130
- Version 0.2.80.1 (0.3 beta) from git on 30.01.2012
- Add Adium webview plugin
- Restore aspeller plugin

* Sun Jan 29 2012 Sergey V Turchin <zerg@altlinux.org> 4:0.2.80.0-alt2.git20120111
- rebuilt with kde-4.8
- cleanup spec

* Thu Jan 12 2012 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20120111
- Version 0.2.80.0 (0.3 beta) from git on 11.01.2012

* Tue Dec 13 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20111213
- Version 0.2.80.0 (0.3 beta) from git on 13.12.2011
- Fix undefined symbol: _ZN12QDomDocumentC1Ev

* Mon Nov 14 2011 Vitaly Kuznetsov <vitty@altlinux.ru> 4:0.2.80.0-alt1.git20111005.1
- Rebuild with Python-2.7

* Wed Oct 05 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20111005
- Version 0.2.80.0 (0.3 beta) from git on 05.10.2011

* Wed Aug 24 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110824
- Version 0.2.80.0 (0.3 beta) from git on 24.08.2011
- Add birthday reminder plugin

* Thu Aug 18 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110818
- Version 0.2.80.0 (0.3 beta) from git on 18.08.2011
- Fix core plugins

* Mon Jul 04 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110704
- Version 0.2.80.0 (0.3 beta) from git on 04.07.2011

* Mon Jun 13 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110613
- Version 0.2.80.0 (0.3 beta) from git on 13.06.2011

* Sun Jun 05 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110605
- Version 0.2.80.0 (0.3 beta) from git on 05.06.2011

* Mon May 30 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110530
- Version 0.2.80.0 (0.3 beta) from git on 30.05.2011

* Mon May 23 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110523
- Version 0.2.80.0 (0.3 beta) from git on 23.05.2011
- Add libqt4-svg requires

* Mon May 16 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110516
- Version 0.2.80.0 (0.3 beta) from git on 16.05.2011
- Rename protocols and plugins packages
- Fix russian description

* Sat May 07 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110507
- Version 0.2.80.0 (0.3 beta) from git on 07.05.2011
- Fix %name-quetzal requires
- Change default settings layer to normal

* Thu May 05 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110505
- Version 0.2.80.0 (0.3 beta) from git on 05.05.2011
- add requires

* Fri Apr 29 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110429
- Version 0.2.80.0 (0.3 beta) from git on 29.04.2011
  + add kineticpopups plugin
- fix post-install unowned files
- fix histman plugin
- add documentation package

* Thu Apr 28 2011 Nazarov Denis <nenderus@altlinux.org> 4:0.2.80.0-alt1.git20110428
- Version 0.2.80.0 (0.3 beta) from git on 28.04.2011

* Sat Oct  2 2010 Terechkov Evgenii <evg@altlinux.org> 3:0.2.0-alt3
- Rebuild with libssl10

* Sun May 23 2010 Terechkov Evgenii <evg@altlinux.ru> 3:0.2.0-alt2
- Fix build with new phonon-devel

* Sat Nov 28 2009 Terechkov Evgenii <evg@altlinux.ru> 3:0.2.0-alt1
- 0.2.0 (ALT #22124)

* Mon Aug  3 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt12.beta2
- 0.2 beta2
- Conflict with old qt4 (ALT #20900, thanks to vsu@)

* Tue Jul  7 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt11.beta
- bin/qutIM compat hardlink removed
- jabber-gnutls subpackage created

* Wed Jun 24 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt10.beta
- x86_64 build again. Authors are morons (ALT #20559)

* Sun Jun 21 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt9.beta
- Vkontakte plugin packaged

* Sun Jun 21 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt8.beta
- Fix some minor packaging errors (desktop, spec)

* Sat Jun 20 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt7.beta
- 0.2 beta
- Development headers packaged in subpackage

* Sat May  9 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt6.alpha
- Build with gcc4.4 fixed

* Wed Mar 18 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt5.alpha
- Build with OpenSSL by default (seems like gmail works only with openssl)
- Split package to plugins subpackages

* Fri Mar 13 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt4.alpha
- Missed optflags and make_build ressurected (thanks to drool@ again)

* Fri Mar 13 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt3.alpha
- Build with Gnutls support (thanks to drool@)

* Mon Mar  9 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt2.alpha
- x86_64 build "fixed" (Authors is idiots)
- bin/qutIM compat hardlink added

* Sun Mar  8 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.2-alt1.alpha
- 0.2 alpha

* Thu Jan 22 2009 Terechkov Evgenii <evg@altlinux.ru> 2:0.1.1-alt2
- Migrate to "one alt patch" gear scheme
- Update spec to new filetriggers system

* Sun Aug 17 2008 Terechkov Evgenii <evg@altlinux.ru> 2:0.1.1-alt1
- 0.1.1

* Sun Aug 17 2008 Evgenii Terechkov <evg@altlinux.ru> 1:0.1-alt1.20080720
- Svn revision: exported

* Sun Jul 20 2008 Evgenii Terechkov <evg@altlinux.ru> 1:0.1-alt1.20080720
- Svn revision: 174

* Wed Jul 09 2008 Evgenii Terechkov <evg@altlinux.ru> 1:0.1-alt1.20080709
- Svn revision: 154

* Wed Jul  2 2008 Terechkov Evgenii <evg@altlinux.ru> 1:0.1-alt1.20080702
- svn-20080702

* Mon Jun 30 2008 Terechkov Evgenii <evg@altlinux.ru> 1:0.1-alt1.20080629
- svn-20080629

* Tue Jun 24 2008 Terechkov Evgenii <evg@altlinux.ru> 1:0.1-alt1.20080624
- Package name changed due changes in upstream
- buildflags added (fix #16149)
- svn-20080624

* Fri Jun 20 2008 Terechkov Evgenii <evg@altlinux.ru> 1:0.1-alt1.20080620
- svn-20080620

* Wed Jun 18 2008 Terechkov Evgenii <evg@altlinux.ru> 1:0.1-alt1.20080618
- svn-20080618
- Obsoleted Patch1 removed (fixed in upstream)

* Wed Jun 18 2008 Terechkov Evgenii <evg@altlinux.ru> 0.1-alt3
- README.ALT included in binary package

* Tue Jun 17 2008 Terechkov Evgenii <evg@altlinux.ru> 0.1-alt2
- Patch1 added to look for emoicons in common dir (to hiddenman@)
- README.ALT added

* Sun Jun 15 2008 Terechkov Evgenii <evg@altlinux.ru> 0.1-alt1
- Initial build for ALT Linux Sisyphus