Package scribus: 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
Name: scribus
Version: 1.6.1
Release: alt1
Epoch: 1

Summary: Desktop Publishing application written in Qt
License: GPLv2+
Group: Publishing

Url: http://www.scribus.net/
Packager: Paul Wolneykien <manowar@altlinux.ru>

##Source-url: https://github.com/scribusproject/scribus/archive/master.zip
# Source-url: http://prdownloads.sf.net/%name/%version/%name-%version.tar.xz
Source: %name-%version.tar
Patch1: scribus-1.5.7-no-execbit-plugins.patch

BuildRequires(pre): rpm-macros-cmake
BuildRequires: cmake zlib-devel libssl-devel
BuildRequires: libpoppler-devel libpoppler-cpp-devel
BuildRequires: qt5-imageformats qt5-declarative-devel qt5-tools-devel

# Required from BUILDING file
BuildRequires: qt5-base-devel >= 5.5.0
BuildRequires: libfreetype-devel >= 2.1.7
BuildRequires: libcairo-devel >= 1.14.0
BuildRequires: libtiff-devel >= 3.6.0
BuildRequires: liblcms2-devel >= 2.1
BuildRequires: libjpeg-devel
BuildRequires: libharfbuzz-devel >= 0.9.42
BuildRequires: libicu-devel

# Recommended from BUILDING file
BuildRequires: libcups-devel
BuildRequires: fontconfig-devel >= 2.0
BuildRequires: libxml2-devel >= 2.6.0
BuildRequires: ghostscript > 9.0
BuildRequires: libhunspell-devel
BuildRequires: libpodofo-devel >= 0.9.7
# boost used only for 2geom
BuildRequires: boost-devel-headers
BuildRequires: GraphicsMagick
BuildRequires: libGraphicsMagick-c++-devel

BuildRequires: rpm-build-python3 python3-dev
BuildRequires: python3-module-Pillow

# TODO: build with OSG

# TODO: use system libs instead third_party
#BuildPreReq: libhyphen-devel lib2geom-devel

# For import filters
BuildRequires: libfreehand-devel libpagemaker-devel libmspub-devel libcdr-devel 
BuildRequires: libwmf-devel libvisio-devel libqxp-devel libzmf-devel

Requires: %name-doc >= %epoch:%version
Requires: %name-data >= %epoch:%version
Requires: aspell-en

AutoProv:no

%add_verify_elf_skiplist %_libdir/%name/plugins/*.so
%add_findreq_skiplist %_datadir/%name/samples/*
%add_findreq_skiplist %_datadir/%name/scripts/*
%add_findprov_skiplist %_datadir/%name/samples/*
%add_findprov_skiplist %_datadir/%name/scripts/*
%add_python3_path %_datadir/%name/samples
%add_python3_path %_datadir/%name/scripts

%description
Scribus is an desktop open source page layout program with
the aim of producing commercial grade output in PDF and
Postscript, primarily, though not exclusively for Linux.

While the goals of the program are for ease of use and simple easy to
understand tools, Scribus offers support for professional publishing
features, such as CMYK color, easy PDF creation, Encapsulated Postscript
import/export and creation of color separations.

%if 0
%package devel
Summary: Header files for Scribus
Group: Development/C++
BuildArch: noarch
Requires: %name = %epoch:%version-%release

%description devel
Header files for Scribus.
%endif

%package data
Summary: Data files of Scribus
Group: Publishing
BuildArch: noarch
Conflicts: %name < %epoch:%version

%description data
Data files of Scribus.

%package doc
Summary: Documentation files for Scribus
Group: Development/Tools
Conflicts: %name < %epoch:%version
BuildArch: noarch

%description doc
%summary

%prep
%setup
%patch1 -p2

# don't do that
# brain damage with #if (PODOFO_VERSION < PODOFO_MAKE_VERSION(0, 9, 7))
#sed -i 's|\(pBase->SetOwner\)|//\1|' scribus/pdf_analyzer.cpp

%build
%cmake \
%if "%_lib" == "lib64"
	-DWANT_LIB64=true \
%endif
	-DWANT_NORPATH=true \
	-DWANT_DISTROBUILD=true \
	-DWANT_CCACHE=true \
	-DWANT_CPP17=true \
	-DWANT_GRAPHICSMAGICK=true \
	-DFONTCONFIG_CONFIG:FILEPATH=%_pkgconfigdir/fontconfig.pc \
	-DCMAKE_C_FLAGS:STRING="%optflags" \
	-DCMAKE_CXX_FLAGS:STRING="%optflags"

%cmake_build

%install
%cmake_install

pushd %buildroot%_docdir/%name
for i in $(ls ChangeLog*); do
	bzip2 $i
done
popd

%files
%dir %_docdir/%name
%doc %_docdir/%name/AUTHORS
%doc %_docdir/%name/ChangeLog*
%doc %_docdir/%name/COPYING
%doc %_docdir/%name/README
#doc %_docdir/%name/TODO
%_bindir/%name
%_desktopdir/scribus.desktop
%_datadir/metainfo/scribus.appdata.xml
%_datadir/mime/packages/scribus.xml
%_iconsdir/hicolor/*/apps/scribus.png
%_iconsdir/hicolor/*/mimetypes/application-vnd.scribus.png
%_libdir/%name/
%_man1dir/*
%exclude %_mandir/de
%exclude %_mandir/pl

%files data
%_datadir/%name

#files devel
#doc AUTHORS COPYING
#_includedir/%name

%files doc
%dir %_docdir/%name
#_docdir/%name/BUILDING
#_docdir/%name/NEWS
#_docdir/%name/PACKAGING
%_docdir/%name/LINKS
%_docdir/%name/TRANSLATION
%_docdir/%name/en/
%_docdir/%name/ru/
%exclude %_docdir/%name/de
%exclude %_docdir/%name/it

%changelog
* Wed Feb 28 2024 Vitaly Lipatov <lav@altlinux.ru> 1:1.6.1-alt1
- new version 1.6.1 (with rpmrb script)
- build with libpodofo 0.10
- cleanup spec

* Wed Dec 20 2023 Grigory Ustinov <grenka@altlinux.org> 1:1.5.8-alt3
- fix building with python3.12.

* Tue Apr 25 2023 Michael Shigorin <mike@altlinux.org> 1:1.5.8-alt2
- fix build against poppler 22.09 with debian patches (ALT#44772)
- spec cleanup

* Sat Apr 09 2022 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.8-alt1
- new version 1.5.8 (with rpmrb script)
- fix build with poppler 22.02 and poppler 22.03
- enable C++ 17 build (new popper wants it)

* Tue Jan 18 2022 Paul Wolneykien <manowar@altlinux.org> 1:1.5.7-alt4
- Fixed undefined m_NoneColor (closes: 41728).

* Mon Jan 17 2022 Paul Wolneykien <manowar@altlinux.org> 1:1.5.7-alt3
- Search for plugins without the exec bit (closes: 36962).

* Wed Sep 22 2021 Yuri N. Sedunov <aris@altlinux.org> 1:1.5.7-alt1.2
- applied upstream patches for Harfbuzz 3.0.0

* Mon May 31 2021 Arseny Maslennikov <arseny@altlinux.org> 1:1.5.7-alt1.1
- NMU: spec: adapted to new cmake macros.

* Fri May 21 2021 Slava Aseev <ptrnine@altlinux.org> 1:1.5.7-alt1
- new version (1.5.7) with rpmgs script
- fix build due to python3.{req,prov}, spec fixes (@lav)

* Wed Apr 21 2021 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.6.1-alt2
- fix build with podofo 0.9.7
- pack ru docs

* Tue Dec 01 2020 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.6.1-alt1
- new version (1.5.6.1) with rpmgs script
- build from release tarball

* Sat Sep 05 2020 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.6-alt2.gitc9ebe68
- build git c9ebe68847e7157dea75248a54cc5c8ec414da11

* Sun Mar 22 2020 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.6-alt1.git742765f
- build git 742765feb112c0ae570b5f34054254c51aafdda7

* Sun Jan 26 2020 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt9.c2aae6886
- update to c2aae688620fa3e75781b2ca4502408d22c1d343 fix build with poppler 0.84)
- switch to python3

* Thu Jan 02 2020 Paul Wolneykien <manowar@altlinux.org> 1:1.5.5-alt8.c29f478ab
- Fixed execute permission for *.so plugins (closes: 36962).

* Fri Sep 20 2019 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt7.c29f478ab
- update to c29f478abf03dc5ac0fd9cd21d0feb589a91d7eb

* Mon Jul 01 2019 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt6
- fix build with poppler 0.76

* Thu Apr 18 2019 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt5
- update to fa2519c93ed0d04bde0e41146849cc808f880ef6
- drop old patches

* Tue Apr 16 2019 Michael Shigorin <mike@altlinux.org> 1:1.5.5-alt4
- fix build on e2k: strip UTF-8 BOM

* Thu Apr 11 2019 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt3
- fix build with poppler 0.75.0

* Sun Feb 17 2019 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt2
- fix build with poppler 0.74.0 (ALT bug 36087)

* Fri Nov 30 2018 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.5-alt1
- build 1.5.5.svn (head) (ALT bug 35677)

* Thu Aug 30 2018 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.4-alt3
- rebuild with podofo 0.9.6
- fix build with poppler 0.64.0

* Sat Jul 07 2018 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.4-alt2
- cleanup spec, fix build

* Thu May 17 2018 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.4-alt1
- new version 1.5.4 (with rpmrb script)
- rebuild with libicu60

* Mon Nov 06 2017 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.3-alt2
- rebuild with new poppler 0.60
- build with libfreehand, libpagemaker, libmspub

* Wed Aug 30 2017 Vitaly Lipatov <lav@altlinux.ru> 1:1.5.3-alt1
- new version (1.5.3) with rpmgs script

* Wed May 10 2017 Vitaly Lipatov <lav@altlinux.ru> 1:1.4.6-alt1
- new version 1.4.6 (with rpmrb script)
- rebuild with new libpodofo 0.9.5

* Sat Sep 24 2016 Vitaly Lipatov <lav@altlinux.ru> 1:1.4.5-alt3
- rebuild with new libpodofo 0.9.4

* Sun Aug 23 2015 Vitaly Lipatov <lav@altlinux.ru> 1:1.4.5-alt2
- rebuild with new libpodofo 0.9.3
- drop patching _datadir/CMake/Modules/FindFreetype.cmake

* Mon Mar 02 2015 Paul Wolneykien <manowar@altlinux.org> 1:1.4.5-alt1
- Freshed up to v1.4.5 with the help of cronbuild and update-source-functions.

* Wed May 28 2014 Cronbuild Service <cronbuild@altlinux.org> 1:1.4.4-alt1
- Fresh up to v1.4.4 with the help of cronbuild and update-source-functions.

* Thu Apr 03 2014 Paul Wolneykien <manowar@altlinux.org> 1:1.4.3-alt2
- Rebuild with lcms2.

* Tue Dec 10 2013 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.3-alt1
- Fresh up to v1.4.3 with the help of cronbuild and update-source-functions.

* Sun Aug 04 2013 Vitaly Lipatov <lav@altlinux.ru> 1:1.4.1-alt5
- rebuild with new libpodofo 0.9.1

* Wed Sep 26 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.4.1-alt4.1
- Rebuilt with libpng15

* Wed Jun 13 2012 Vitaly Lipatov <lav@altlinux.ru> 1:1.4.1-alt4
- rebuild with new libpodofo

* Fri May 18 2012 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.1-alt3
- Fix the aspell-based spell-checking plugin.

* Thu May 17 2012 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.1-alt2
- Use `mkdir -p` -- helps `rpmbuild --short-circuit`.
- Fix libdir and plugindir paths.
- Enable spell-checking plugins.

* Wed May 16 2012 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.1-alt1
- Cronbuild: adapt to the top directory name modifications.
- Update the sources with the help of cronbuild scripts.

* Thu Feb 09 2012 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.0-alt4
- Build the next version with the help of the packaged cronbuild scripts.
- Use upstream version of patched util_math.* (related with the EPSF problem).

* Tue Feb 07 2012 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.0-alt3.rc6
- Build the next version with the help of the packaged cronbuild scripts.

* Wed Dec 14 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.4.0-alt2.rc5.2
- Fixed RPATH

* Mon Nov 07 2011 Vitaly Kuznetsov <vitty@altlinux.ru> 1:1.4.0-alt2.rc5.1
- Rebuild with Python-2.7

* Tue Nov 01 2011 Paul Wolneykien <manowar@altlinux.ru> 1:1.4.0-alt2.rc5
- Fix the reading of the PS part size and length from an EPSF.

* Sat Aug 20 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.4.0-alt1.rc5
- Version 1.4.0.rc5

* Wed Jun 15 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.4.0-alt1.rc4
- Version 1.4.0.rc4

* Fri Apr 01 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.4.0-alt1.rc3
- Version 1.4.0.rc3

* Tue Mar 22 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.9-alt2
- Rebuilt for debuginfo
- Removed circular dependencies

* Fri Jan 28 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.9-alt1
- Version 1.3.9

* Tue Nov 02 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.8-alt4
- Rebuilt for soname set-versions

* Mon Oct 18 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.8-alt3
- Fixed underlinking

* Wed Jul 28 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.8-alt2
- Compressed ChangeLogs

* Mon Jul 26 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.8-alt1
- Version 1.3.8

* Fri Feb 12 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.5.1-alt6
- Linking libodtimplugin.so with libxml2 (ALT #22946)

* Wed Nov 11 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.5.1-alt5
- Rebuild with python 2.6
- Added russian translation into desktop file (ALT #21474)

* Sat Nov 07 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.5.1-alt4
- Fixed big-changelog, iconsdir, freedesktop-desktop,
  docdir-is-not-owned, arch-dep-package-has-big-usr-share repocop
  warnings

* Thu Nov 05 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1:1.3.5.1-alt3
- Updated russian translation (ALT #21475), thnx Alexandre Prokoudine

* Wed Sep 02 2009 Vitaly Kuznetsov <vitty@altlinux.ru> 1:1.3.5.1-alt2
- fix rpath for plugins (ALT #21346)
- fix localization (ALT #21365)

* Tue Aug 25 2009 Vitaly Kuznetsov <vitty@altlinux.ru> 1:1.3.5.1-alt1
- Resurrect build, spec from FC12

* Sun Jan 18 2009 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt6
- fixed odf plugin link (close #18490)

* Fri Mar 21 2008 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt5
- added libgnutls-devel in BuildRequires. see #14778

* Wed Feb 13 2008 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt4.1
- rebuild with python-2.5

* Thu Jan 24 2008 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt3.M40.1
- build for branch 4.0

* Mon Jan 21 2008 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt4
- drop ICC profiles, requires icc-profiles package
- build with cairo
- updated build dependencies

* Thu Jan 17 2008 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt3
- build with system libhyphen

* Sat Dec 29 2007 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt2
- use system hyphenation rules

* Thu Dec 13 2007 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt0.M40.1
- build for branch 4.0

* Thu Dec 13 2007 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.4-alt1
- 1.3.4

* Sun Jul 15 2007 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.3.9-alt3
- rebuild for sisyphus

* Sun Jul 15 2007 Valery Inozemtsev <shrek@altlinux.ru> 1:1.3.3.9-alt2.M40
- 1.3.3.9 stable release for branch 4.0

* Wed May 30 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.4-alt1
- 1.3.4

* Tue May 08 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.4-alt0.1cvs
- 1.3.4cvs

* Tue  May 08 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.9-alt2
- update Tango icons

* Sun May 06 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.9-alt1
- 1.3.3.9
- added Tango icons by default

* Wed Feb 28 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.8-alt1
- 1.3.3.8

* Sat Feb 10 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.7-alt2
- fixed build with python for x86_64

* Wed Jan 10 2007 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.7-alt1
- 1.3.3.7

* Mon Dec 04 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.6-alt2
- fixed plugin files attributes

* Mon Dec 04 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.6-alt1
- 1.3.3.6

* Sat Nov 11 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.5-alt1
- 1.3.3.5

* Thu Oct 05 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.4-alt1
- 1.3.3.4

* Tue Aug 08 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.3-alt1
- 1.3.3.3

* Wed May 31 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.2-alt2
- fixed build for x86_64

* Wed May 31 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.2-alt1
- 1.3.3.2

* Mon Apr 10 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3.1-alt1
- 1.3.3.1

* Tue Mar 28 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.3-alt1
- 1.3.3

* Fri Mar 03 2006 Valery Inozemtsev <shrek@altlinux.ru> 1.3.2-alt1
- 1.3.2

* Tue Oct 04 2005 Valery Inozemtsev <shrek@altlinux.ru> 1.3.1-alt0.1
- 1.3.1

* Sat Jul 16 2005 Valery Inozemtsev <shrek@altlinux.ru> 1.3.0-alt0.1
- 1.3.0

* Wed Apr 06 2005 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.2.2-alt1.cvs20050405
- 1.2.2.cvs20050405

* Tue Mar 29 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.2.1-alt1.1.1
- Rebuilt with python-2.4.

* Wed Jan 19 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.2.1-alt1.1
- Rebuilt with libstdc++.so.6.

* Mon Jan 10 2005 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.2.1-alt1
- 1.2.1

* Thu Dec 16 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.2-alt1.2
- fix buildrequires

* Fri Sep 17 2004 ALT QA Team Robot <qa-robot@altlinux.org> 1.2-alt1.1
- Rebuilt with libtiff.so.4.

* Sun Sep 05 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.2-alt1
- 1.2 "aKademy Edition"
- Add additional templates for Scribus

* Wed Jun 23 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.7-alt2
- fix buildrequires and requires

* Wed Jun 09 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.7-alt1
- 1.1.7
- new russian translation from Alexandre Prokoudine <avp@altlinux.ru>

* Thu Jun 03 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.6-alt3
- fix buildrequires

* Tue Apr 13 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.6-alt2
- new russian translation from Alexandre Prokoudine <avp@altlinux.ru>

* Mon Mar 29 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.6-alt1
- 1.1.6

* Wed Feb 18 2004 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.5-alt1
- 1.1.5

* Mon Dec 29 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.4-alt2
- rebuildind in new compiler

* Mon Dec 29 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.4-alt1
- 1.1.4

* Sun Dec 14 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.3-alt2
- rebuildind without *.la

* Mon Dec 08 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.3-alt1
- 1.1.3

* Thu Nov 13 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.2-alt1
- 1.1.2 and new buildrequires

* Thu Oct 16 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.1-alt1
- 1.1.1 and new script plugin 0.5.2

* Sun Sep 14 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.1.0-alt1
- 1.1.0 and new script plugin 0.5.1

* Wed Aug 27 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.0.1-alt2
- new russian translation from Alexandre Prokoudine <avp@altlinux.ru>

* Sun Aug 10 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.0.1-alt1
- 1.0.1
- russian translation from Alexandre Prokoudine <avp@altlinux.ru>

* Wed Jul 23 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.0-alt1
- 1.0 final
- added samples and new html and pdf help documents
- added new script plugin

* Wed Jul 16 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 1.0-alt1.RC1
- 1.0.RC1

* Sun Jun 22 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.11.1-alt1
- 0.9.11.1

* Mon Jun 16 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.11-alt1
- 0.9.11

* Wed May 21 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.10-alt1
- 0.9.10

* Thu May 01 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.9-alt1
- 0.9.9

* Mon Apr 14 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.8-alt1
- 0.9.8

* Wed Feb 19 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.7-alt1
- 0.9.7

* Thu Jan 23 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.6-alt2
- new requires and buildrequires
- remove plugins

* Wed Jan 15 2003 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.6-alt1
- 0.9.6

* Sun Dec 22 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.4-alt1
- 0.9.4

* Wed Nov 27 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.3-alt1
- 0.9.3

* Thu Nov 14 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.9.1-alt1
- 0.9.1
- Script Plugin added

* Sun Oct 13 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.8-alt1
- 0.8

* Tue Sep 17 2002 Sergey V Turchin <zerg@altlinux.ru> 0.7.8-alt1
- new version
- build with gcc3.2

* Tue Aug 27 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.7.7-alt1 for AltLinux
- 0.7.7

* Tue Jul 02 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.7.5-alt1 for AltLinux
- 0.7.5

* Fri Jan 04 2002 Yehuda Ben-Yosef <ilar@altlinux.ru> 0.5-alt1 for AltLinux
- 0.5
- specfile cleanup