@@ -3,31 +3,30 @@ Distribution: Azure Linux
33%global apiversion 0.1
44
55Name: libetonyek
6- Version: 0.1.9
7- Release: 7 %{?dist }
6+ Version: 0.1.12
7+ Release: 2 %{?dist }
88Summary: A library for import of Apple iWork documents
99
10- License: MPLv2 .0
10+ License: MPL-2 .0
1111URL: http://wiki.documentfoundation.org/DLP/Libraries/libetonyek
12- Source: http ://dev-www.libreoffice.org/src/%{name }/%{name }-%{version }.tar.xz
12+ Source: https ://dev-www.libreoffice.org/src/%{name }/%{name }-%{version }.tar.xz
1313
1414BuildRequires: boost-devel
1515BuildRequires: doxygen
1616BuildRequires: gcc-c++
1717BuildRequires: glm-devel
1818BuildRequires: gperf
1919BuildRequires: help2man
20+ BuildRequires: make
2021BuildRequires: pkgconfig(cppunit)
2122BuildRequires: pkgconfig(liblangtag)
2223BuildRequires: pkgconfig(librevenge-0.0)
2324BuildRequires: pkgconfig(librevenge-generators-0.0)
2425BuildRequires: pkgconfig(librevenge-stream-0.0)
2526BuildRequires: pkgconfig(libxml-2.0)
26- BuildRequires: pkgconfig(mdds-1.5 )
27+ BuildRequires: pkgconfig(mdds-2.1 )
2728BuildRequires: pkgconfig(zlib)
2829
29- Patch1: 0001-glm-force-dmat3-initialization-needed-from-v0.9.9.0.patch
30-
3130%description
3231%{name } is library for import of Apple iWork documents. It supports
3332documents created by any version of Keynote, Pages or Numbers.
@@ -59,15 +58,15 @@ supported: CSV, HTML, SVG, text, and raw.
5958%autosetup -p1
6059
6160%build
62- %configure --disable-silent-rules --disable-static --disable-werror --with-mdds=1.5
61+ %configure --disable-silent-rules --disable-static --disable-werror --with-mdds=2.1
6362sed -i \
6463 -e ' s|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
6564 -e ' s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
6665 libtool
67- make %{? _smp_mflags }
66+ % make_build
6867
6968%install
70- make install DESTDIR=%{ buildroot }
69+ % make_install
7170rm -f %{buildroot }/%{_libdir }/* .la
7271# we install API docs directly from build
7372rm -rf %{buildroot }/%{_docdir }/%{name }
@@ -84,13 +83,13 @@ install -m 0644 key2*.1 numbers2*.1 pages2*.1 %{buildroot}/%{_mandir}/man1
8483
8584%check
8685export LD_LIBRARY_PATH=%{buildroot }/%{_libdir }${LD_LIBRARY_PATH: +: ${LD_LIBRARY_PATH} }
87- if ! make %{ ? _smp_mflags} check; then
86+ if ! %make_build check; then
8887 cat src/test/* .log
8988 exit 1
9089fi
9190
9291%files
93- %doc AUTHORS FEATURES NEWS README
92+ %doc AUTHORS FEATURES.md NEWS README.md
9493%license COPYING
9594%{_libdir }/%{name }-%{apiversion }.so.*
9695
125124%{_mandir }/man1/pages2text.1*
126125
127126%changelog
128- *
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
0.1.9-7 129- - Initial CBL-Mariner import from Fedora 32 (license: MIT).
127+ *
Wed May 07 2025 Aninda Pradhan <[email protected] > -
0.1.12-2 128+ - Initial Azure Linux import from Fedora 41 (license: MIT)
129+ - License Verified
130+
131+ *
Sun Dec 22 2024 David Tardon <[email protected] > -
0.1.12-1 132+ - Update to 0.1.12
133+
134+ *
Sun Dec 22 2024 David Tardon <[email protected] > -
0.1.10-1 135+ - Revert "Update to latest git snapshot"
136+
137+ *
Thu Jul 18 2024 Fedora Release Engineering <[email protected] > -
0.1.11~20230802.git9c3a8cb-6 138+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
139+
140+ *
Thu Jan 25 2024 Fedora Release Engineering <[email protected] > -
0.1.11~20230802.git9c3a8cb-5 141+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
142+
143+ *
Sun Jan 21 2024 Fedora Release Engineering <[email protected] > -
0.1.11~20230802.git9c3a8cb-4 144+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
145+
146+ *
Thu Aug 24 2023 Mattia Verga <[email protected] > -
0.1.11~20230802.git9c3a8cb-3 147+ - Change mdds req also in configure parameters
148+
149+ *
Thu Aug 24 2023 Mattia Verga <[email protected] > -
0.1.11~20230802.git9c3a8cb-2 150+ - Fix mdds version requirement
151+
152+ *
Thu Aug 24 2023 Mattia Verga <[email protected] > -
0.1.11~20230802.git9c3a8cb-1 153+ - Update to latest git snapshot
154+
155+ *
Thu Jul 20 2023 Fedora Release Engineering <[email protected] > -
0.1.10-10 156+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
157+
158+ *
Thu Jan 19 2023 Fedora Release Engineering <[email protected] > -
0.1.10-9 159+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
160+
161+ *
Mon Nov 21 2022 David Tardon <[email protected] > -
0.1.10-5 162+ - Convert license to SPDX
163+
164+ *
Thu Jul 21 2022 Fedora Release Engineering <[email protected] > -
0.1.10-4 165+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
166+
167+ *
Thu Jan 20 2022 Fedora Release Engineering <[email protected] > -
0.1.10-3 168+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
169+
170+ *
Thu Jul 22 2021 Fedora Release Engineering <[email protected] > -
0.1.10-2 171+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
172+
173+ *
Tue May 18 2021 David Tardon <[email protected] > -
0.1.10-1 174+ - new upstream release
175+
176+ *
Tue Jan 26 2021 Fedora Release Engineering <[email protected] > -
0.1.9-10 177+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
178+
179+ *
Tue Jul 28 2020 Fedora Release Engineering <[email protected] > -
0.1.9-9 180+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
181+
182+ *
Tue Jul 14 2020 Tom Stellard <[email protected] > -
0.1.9-8 183+ - Use make macros
184+ - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
185+
186+ *
Thu Jun 04 2020 David Tardon <[email protected] > -
0.1.9-7 187+ - fix build with latest boost
130188
131189*
Thu Feb 06 2020 Caolán McNamara <[email protected] > -
0.1.9-6 132190- add fix for contemporary glm
265323
266324*
Wed Oct 30 2013 David Tardon <[email protected] > 0.0.0-1 267325- initial import
326+
0 commit comments