Package libgnomeoffice0.10: 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
%def_disable snapshot

%define ver_major 0.10
%define api_ver 0.10
%define _name goffice

%def_with lasem
%def_enable introspection
%ifarch %ix86 ppc64le
%def_disable check
%endif

%def_enable gtk_doc

Name: libgnomeoffice%api_ver
Version: %ver_major.57
Release: alt1

Summary: Library for writing gnome office programs
Group: Graphical desktop/GNOME
License: GPL-2.0 or GPL-3.0
Url: http://www.gnumeric.org/

%if_disabled snapshot
Source: ftp://ftp.gnome.org/pub/gnome/sources/%_name/%ver_major/%_name-%version.tar.xz
%else
Source: %_name-%version.tar
%endif

%define glib_ver 2.28.0
%define gsf_ver 1.14.47
%define gtk_ver 3.0.0
%define cairo_ver 1.10.0
%define lasem_ver 0.4.1

%{?_enable_introspection:BuildRequires(pre): rpm-build-gir}
BuildRequires: libgio-devel >= %glib_ver
BuildRequires: libgsf-devel >= %gsf_ver
BuildRequires: libgtk+3-devel >= %gtk_ver
BuildRequires: libcairo-devel >= %cairo_ver
BuildRequires: libgs-devel
BuildRequires: libXext-devel libXrender-devel libxml2-devel libxslt-devel librsvg-devel
BuildRequires: intltool gtk-doc
%{?_enable_introspection:BuildRequires: gobject-introspection-devel libgsf-gir-devel libgtk+3-gir-devel}
%{?_with_lasem:BuildRequires: liblasem-devel >= %lasem_ver}

%description
GOffice is a library that eases the task of writing gnome office
programs.

%package devel
Summary: Development libraries and header files for %name
Group: Development/C
Requires: %name = %EVR

%description devel
This package contains the header files and libraries needed to write and
compile programs that use %name.

%package devel-doc
Summary: Development documentation for Goffice
Group: Development/Documentation
Conflicts: %name < %version-%release
BuildArch: noarch

%description devel-doc
This package contains development documentation for Goffice library.

%package gir
Summary: GObject introspection data for the Goffice library
Group: System/Libraries
Requires: %name = %EVR

%description gir
GObject introspection data for the Goffice library.

%package gir-devel
Summary: GObject introspection devel data for the Goffice library
Group: Development/Other
BuildArch: noarch
Requires: %name-gir = %EVR
Requires: %name-devel = %EVR

%description gir-devel
GObject introspection devel data for the Goffice library.


%define _libexecdir %_libdir/%name

%prep
%setup -n %_name-%version

%build
%autoreconf
%configure \
	--with-config-backend=gsettings \
	%{subst_with lasem} \
	%{?_enable_introspection:--enable-introspection=yes} \
	%{?_enable_gtk_doc:--enable-gtk-doc}
%nil
%make_build

%install
%makeinstall_std

%find_lang --output=%_name.lang %_name-%version

%check
%make check

%files -f %_name.lang
%_libdir/*.so.*
%dir %_libdir/goffice
%dir %_libdir/goffice/%version
%dir %_libdir/goffice/%version/plugins
%_libdir/goffice/%version/plugins/plot_barcol/
%_libdir/goffice/%version/plugins/plot_distrib/
%_libdir/goffice/%version/plugins/plot_pie/
%_libdir/goffice/%version/plugins/plot_radar/
%_libdir/goffice/%version/plugins/plot_surface/
%_libdir/goffice/%version/plugins/plot_xy/
%_libdir/goffice/%version/plugins/reg_linear/
%_libdir/goffice/%version/plugins/reg_logfit/
%_libdir/goffice/%version/plugins/smoothing/
%_libdir/goffice/%version/plugins/lasem/
%dir %_datadir/goffice
%dir %_datadir/goffice/%version
%_datadir/goffice/%version/mmlitex/
%doc AUTHORS NEWS README

%exclude %_libdir/%_name/%version/plugins/*/*.la

%files devel
%_includedir/libgoffice-%api_ver/
%_libdir/*.so
%_pkgconfigdir/*

%if_enabled gtk_doc
%files devel-doc
%_datadir/gtk-doc/html/%_name-%api_ver/
%endif

%if_enabled introspection
%files gir
%_typelibdir/GOffice-%api_ver.typelib

%files gir-devel
%_girdir/GOffice-%api_ver.gir
%endif


%changelog
* Mon Feb 12 2024 Yuri N. Sedunov <aris@altlinux.org> 0.10.57-alt1
- 0.10.57

* Mon Nov 06 2023 Yuri N. Sedunov <aris@altlinux.org> 0.10.57-alt0.1
- updated to GOFFICE_0_10_56-4-g9ce985d0

* Fri Feb 03 2023 Yuri N. Sedunov <aris@altlinux.org> 0.10.55-alt1
- 0.10.55

* Sun Jan 22 2023 Yuri N. Sedunov <aris@altlinux.org> 0.10.54-alt1
- 0.10.54

* Wed Sep 21 2022 Yuri N. Sedunov <aris@altlinux.org> 0.10.53-alt1
- 0.10.53

* Tue Apr 19 2022 Yuri N. Sedunov <aris@altlinux.org> 0.10.52-alt1
- 0.10.52

* Thu Jan 20 2022 Yuri N. Sedunov <aris@altlinux.org> 0.10.51-alt1
- 0.10.51

* Fri Jun 11 2021 Yuri N. Sedunov <aris@altlinux.org> 0.10.50-alt1
- 0.10.50

* Sun Mar 14 2021 Yuri N. Sedunov <aris@altlinux.org> 0.10.49-alt1
- 0.10.49

* Wed Nov 11 2020 Yuri N. Sedunov <aris@altlinux.org> 0.10.48-alt1.1
- removed useless Obsoletes/Provides

* Thu Aug 20 2020 Yuri N. Sedunov <aris@altlinux.org> 0.10.48-alt1
- 0.10.48

* Sun May 10 2020 Yuri N. Sedunov <aris@altlinux.org> 0.10.47-alt1
- 0.10.47
- fixed License tag

* Thu Nov 07 2019 Yuri N. Sedunov <aris@altlinux.org> 0.10.46-alt1
- 0.10.46

* Mon Jun 03 2019 Yuri N. Sedunov <aris@altlinux.org> 0.10.45-alt1
- 0.10.45

* Sat Nov 24 2018 Yuri N. Sedunov <aris@altlinux.org> 0.10.44-alt1
- 0.10.44

* Sun Aug 19 2018 Yuri N. Sedunov <aris@altlinux.org> 0.10.43-alt1
- 0.10.43

* Fri Aug 10 2018 Yuri N. Sedunov <aris@altlinux.org> 0.10.42-alt1
- 0.10.42

* Wed Mar 14 2018 Yuri N. Sedunov <aris@altlinux.org> 0.10.39-alt1
- 0.10.39

* Fri Dec 29 2017 Yuri N. Sedunov <aris@altlinux.org> 0.10.38-alt1
- 0.10.38

* Sat Dec 02 2017 Yuri N. Sedunov <aris@altlinux.org> 0.10.37-alt1
- 0.10.37

* Sun Nov 19 2017 Yuri N. Sedunov <aris@altlinux.org> 0.10.36-alt1
- 0.10.36

* Fri Jul 07 2017 Yuri N. Sedunov <aris@altlinux.org> 0.10.35-alt1
- 0.10.35

* Tue Mar 21 2017 Yuri N. Sedunov <aris@altlinux.org> 0.10.34-alt1
- 0.10.34

* Tue Jan 31 2017 Yuri N. Sedunov <aris@altlinux.org> 0.10.33-alt1
- 0.10.33

* Sun Aug 21 2016 Yuri N. Sedunov <aris@altlinux.org> 0.10.32-alt1
- 0.10.32

* Thu Jun 30 2016 Yuri N. Sedunov <aris@altlinux.org> 0.10.31-alt1
- 0.10.31

* Sat Jun 18 2016 Yuri N. Sedunov <aris@altlinux.org> 0.10.30-alt1
- 0.10.30

* Sat May 07 2016 Yuri N. Sedunov <aris@altlinux.org> 0.10.29-alt1
- 0.10.29

* Wed Mar 23 2016 Yuri N. Sedunov <aris@altlinux.org> 0.10.28-alt1
- 0.10.28

* Sat Feb 06 2016 Yuri N. Sedunov <aris@altlinux.org> 0.10.27-alt1
- 0.10.27

* Tue Dec 29 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.26-alt1
- 0.10.26

* Sat Dec 26 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.25-alt1
- 0.10.25

* Wed Oct 14 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.24-alt1
- 0.10.24

* Wed Jul 29 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.23-alt1
- 0.10.23

* Fri Apr 17 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.22-alt1
- 0.10.22

* Thu Mar 05 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.21-alt1
- 0.10.21

* Thu Feb 05 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.20-alt1
- 0.10.20

* Fri Jan 23 2015 Yuri N. Sedunov <aris@altlinux.org> 0.10.19-alt1
- 0.10.19

* Fri Sep 26 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.18-alt1
- 0.10.18

* Tue Jun 10 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.17-alt1
- 0.10.17

* Mon May 26 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.16-alt1
- 0.10.16

* Mon Apr 14 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.14-alt1
- 0.10.14

* Wed Mar 19 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.13-alt1
- 0.10.13

* Sun Feb 16 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.11-alt1
- 0.10.11

* Wed Feb 12 2014 Yuri N. Sedunov <aris@altlinux.org> 0.10.10-alt1
- 0.10.10

* Fri Nov 29 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.9-alt1
- 0.10.9

* Tue Oct 08 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.8-alt1
- 0.10.8

* Sun Sep 01 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.7-alt1
- 0.10.7

* Wed Aug 28 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.6-alt1
- 0.10.6

* Tue Aug 20 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.5-alt1
- 0.10.5

* Mon Jul 15 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.4-alt1
- 0.10.4

* Sun Jun 30 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.3-alt1
- 0.10.3

* Sat Apr 27 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.2-alt1
- 0.10.2

* Sat Mar 09 2013 Yuri N. Sedunov <aris@altlinux.org> 0.10.1-alt1
- 0.10.1

* Wed Dec 19 2012 Yuri N. Sedunov <aris@altlinux.org> 0.10.0-alt1
- 0.10.0

* Sat Nov 17 2012 Yuri N. Sedunov <aris@altlinux.org> 0.9.90-alt1
- 0.9.90 (0.10 API)

* Tue Jun 19 2012 Yuri N. Sedunov <aris@altlinux.org> 0.8.17-alt2
- used GSettings as a configuration backend
- updated buildreqs
- obsoletes/provides libgnomeoffice0.8
- new devel-doc subpackage
- fixed find_lang usage

* Mon Sep 12 2011 Alexey Morsov <swi@altlinux.ru> 0.8.17-alt1
- new version

* Sun Mar 20 2011 Alexey Morsov <swi@altlinux.ru> 0.8.13-alt1
- new version

* Sun Dec 19 2010 Alexey Morsov <swi@altlinux.ru> 0.8.12-alt1
- new version

* Tue Oct 12 2010 Alexey Morsov <swi@altlinux.ru> 0.8.11-alt1
- new version

* Sat Jul 03 2010 Alexey Morsov <swi@altlinux.ru> 0.8.7-alt1
- new version

* Tue Jun 01 2010 Alexey Morsov <swi@altlinux.ru> 0.8.5-alt1
- new version

* Wed Apr 21 2010 Alexey Morsov <swi@altlinux.ru> 0.8.2-alt1
- new version

* Tue Apr 20 2010 Alexey Morsov <swi@altlinux.ru> 0.8.0-alt2
-  fix build (add intltool)

* Wed Feb 17 2010 Alexey Morsov <swi@altlinux.ru> 0.8.0-alt1
- new version

* Sat Dec 19 2009 Alexey Morsov <swi@altlinux.ru> 0.7.17-alt1
- new version

* Tue Nov 03 2009 Alexey Morsov <swi@altlinux.ru> 0.7.15-alt1
- new version

* Sun Aug 30 2009 Alexey Morsov <swi@altlinux.ru> 0.7.9-alt1
- new version
- fix #20655

* Thu Jul 23 2009 Alexey Morsov <swi@altlinux.ru> 0.7.8-alt1
- new version

* Wed Jun 17 2009 Alexey Morsov <swi@altlinux.ru> 0.7.7-alt1
- new version

* Thu Mar 19 2009 Alexey Morsov <swi@altlinux.ru> 0.7.3-alt1
- new version
- remove post/postun (repocop)

* Wed Nov 26 2008 Alexey Morsov <swi@altlinux.ru> 0.7.2-alt1
- version 0.7.2

* Wed Sep 10 2008 Alexey Morsov <swi@altlinux.org> 0.7.1-alt1
- new version (development)
- fix bug #16482 (remove abi version from devel package name)
- fix bug #16962

* Sat Jul 19 2008 Alexey Morsov <swi@altlinux.ru> 0.7.0-alt1
- new version (development)
  + abi version changed to 0.8
- clean spec
  + remove static

* Fri Jul 18 2008 Alexey Morsov <swi@altlinux.ru> 0.6.4-alt1
- new version
- pursue ChangeLog policy

* Sat Mar 15 2008 Alexey Morsov <swi@altlinux.ru> 0.6.2-alt1
- version 0.6.2

* Tue Jan 01 2008 Alexey Morsov <swi@altlinux.ru> 0.6.1-alt1
- version 0.6.1

* Thu Nov 08 2007 Alexey Morsov <swi@altlinux.ru> 0.5.2-alt1
- 0.5.2

* Fri Sep 14 2007 Alexey Morsov <swi@altlinux.ru> 0.5.0-alt1
- version 0.5.0
- so-name changed

* Tue Jul 31 2007 Alexey Morsov <swi@altlinux.ru> 0.4.2-alt1
- Avoid crash if libxml2 returns ERROR or NONE when guessing encoding.
- do not leak the mime type
- fixed signedness issue spotted with help of sparse
- needed for gnumeric 1.7.11


* Sat Jun 02 2007 Alexey Morsov <swi@altlinux.ru> 0.4.0-alt1
- new version for Gnumeric 1.7.10
- added new cubic spline support
- new convenience function
- fixes

* Wed Apr 25 2007 Alexey Morsov <swi@altlinux.ru> 0.3.8-alt1
- new version
- clean spec from cvs bounds (port to git)
- add docs for -devel

* Tue Mar 06 2007 Alexey Morsov <swi@altlinux.ru> 0.3.7-alt1
- new version (bug fixes)
- add libpcre-devel req (patch for pcre)

* Mon Feb 19 2007 Alexey Morsov <swi@altlinux.ru> 0.3.6-alt1
- new version (for gnumeric 1.7.7)

* Mon Dec 25 2006 Alexey Morsov <swi@altlinux.ru> 0.3.5-alt2
- fix spec (bug 10496)

* Tue Dec 19 2006 Alexey Morsov <swi@altlinux.ru> 0.3.5-alt1
- new version (for gnumeric 1.7.6)

* Tue Dec 05 2006 Alexey Morsov <swi@altlinux.ru> 0.3.4-alt1
- build new version (for gnumeric 1.7.5)

* Fri Mar 31 2006 ALT QA Team Robot <qa-robot@altlinux.org> 0.1.2-alt1.1
- Rebuild with libgsf-1.so.114 .

* Thu Nov 17 2005 Vital Khilko <vk@altlinux.ru> 0.1.2-alt1
- first release