Skip to content

Commit 27efc29

Browse files
authored
Upgrades libetonyek to verson 0.1.12 (#13609)
1 parent 311366f commit 27efc29

File tree

4 files changed

+77
-80
lines changed

4 files changed

+77
-80
lines changed

SPECS-EXTENDED/libetonyek/0001-glm-force-dmat3-initialization-needed-from-v0.9.9.0.patch

Lines changed: 0 additions & 62 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libetonyek-0.1.9.tar.xz": "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a"
3+
"libetonyek-0.1.12.tar.xz": "b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83"
44
}
5-
}
5+
}

SPECS-EXTENDED/libetonyek/libetonyek.spec

Lines changed: 73 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,30 @@ Distribution: Azure Linux
33
%global apiversion 0.1
44

55
Name: libetonyek
6-
Version: 0.1.9
7-
Release: 7%{?dist}
6+
Version: 0.1.12
7+
Release: 2%{?dist}
88
Summary: A library for import of Apple iWork documents
99

10-
License: MPLv2.0
10+
License: MPL-2.0
1111
URL: 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

1414
BuildRequires: boost-devel
1515
BuildRequires: doxygen
1616
BuildRequires: gcc-c++
1717
BuildRequires: glm-devel
1818
BuildRequires: gperf
1919
BuildRequires: help2man
20+
BuildRequires: make
2021
BuildRequires: pkgconfig(cppunit)
2122
BuildRequires: pkgconfig(liblangtag)
2223
BuildRequires: pkgconfig(librevenge-0.0)
2324
BuildRequires: pkgconfig(librevenge-generators-0.0)
2425
BuildRequires: pkgconfig(librevenge-stream-0.0)
2526
BuildRequires: pkgconfig(libxml-2.0)
26-
BuildRequires: pkgconfig(mdds-1.5)
27+
BuildRequires: pkgconfig(mdds-2.1)
2728
BuildRequires: 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
3332
documents 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
6362
sed -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
7170
rm -f %{buildroot}/%{_libdir}/*.la
7271
# we install API docs directly from build
7372
rm -rf %{buildroot}/%{_docdir}/%{name}
@@ -84,13 +83,13 @@ install -m 0644 key2*.1 numbers2*.1 pages2*.1 %{buildroot}/%{_mandir}/man1
8483

8584
%check
8685
export 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
9089
fi
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

@@ -125,8 +124,67 @@ fi
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
@@ -265,3 +323,4 @@ fi
265323

266324
* Wed Oct 30 2013 David Tardon <[email protected]> 0.0.0-1
267325
- initial import
326+

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9381,8 +9381,8 @@
93819381
"type": "other",
93829382
"other": {
93839383
"name": "libetonyek",
9384-
"version": "0.1.9",
9385-
"downloadUrl": "http://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.9.tar.xz"
9384+
"version": "0.1.12",
9385+
"downloadUrl": "https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.12.tar.xz"
93869386
}
93879387
}
93889388
},

0 commit comments

Comments
 (0)