From 8a4c10986e6cfc7737cf8254138ec36c8938d5a8 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 13 Dec 2022 17:05:48 +0100 Subject: [PATCH 1/5] Converted license tag to SPDX format. --- .gitignore | 18 +----------------- zimlib.spec | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 4708b6b..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1 @@ -/zimlib-1.0.tar.gz -/4.0.5.tar.gz -/4.0.6.tar.gz -/4.0.7.tar.gz -/5.0.0.tar.gz -/5.0.1.tar.gz -/6.0.2.tar.gz -/6.1.0.tar.gz -/6.1.1.tar.gz -/6.1.7.tar.gz -/6.1.8.tar.gz -/6.2.2.tar.gz -/6.3.0.tar.gz -/7.2.0.tar.gz -/7.2.2.tar.gz -/8.0.0.tar.gz -/8.1.0.tar.gz +/*.tar.gz diff --git a/zimlib.spec b/zimlib.spec index 6a5a11b..5d9e0ed 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -4,7 +4,7 @@ Name: zimlib Version: 8.1.0 Release: 1%{?dist} -License: GPLv2 and ASL 2.0 and BSD +License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification URL: https://github.com/openzim/%{appname} From 38daecf3a253eac4691c881f3e690ccb6f7a82c5 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sat, 31 Dec 2022 03:54:02 +0000 Subject: [PATCH 2/5] Rebuild for ICU 72 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 5d9e0ed..5e7bae7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 8.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Dec 31 2022 Pete Walter - 8.1.0-2 +- Rebuild for ICU 72 + * Thu Dec 01 2022 Vitaly Zaitsev - 8.1.0-1 - Updated to version 8.1.0. From 53b102ac58d68ef4bc632772ee5f19be208d9e98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:16:10 +0000 Subject: [PATCH 3/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 5e7bae7..3ed17f7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 8.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 8.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Dec 31 2022 Pete Walter - 8.1.0-2 - Rebuild for ICU 72 From 749ba655f5f2213605b5806dacc3862c54e20d09 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Mon, 30 Jan 2023 16:52:36 +0100 Subject: [PATCH 4/5] Build with C++14 instead of C++11 for gtest-1.13.0. --- zimlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zimlib.spec b/zimlib.spec index 3ed17f7..415e300 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 8.1.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification @@ -37,7 +37,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %autosetup -n %{appname}-%{version} -p1 %build -%meson -Dwerror=false +%meson -Dwerror=false -Dcpp_std=c++14 %meson_build %install @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Mon Jan 30 2023 Vitaly Zaitsev - 8.1.0-4 +- Build with C++14 instead of C++11 for gtest-1.13.0. + * Sat Jan 21 2023 Fedora Release Engineering - 8.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 13ed68a5176970413797e0e2dce4a6181d4dea92 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sat, 1 Apr 2023 20:11:51 +0200 Subject: [PATCH 5/5] Renamed to libzim. --- .gitignore | 1 - dead.package | 1 + sources | 1 - zimlib.spec | 228 --------------------------------------------------- 4 files changed, 1 insertion(+), 230 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zimlib.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f6a3a77..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..dcb5a86 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to libzim. diff --git a/sources b/sources deleted file mode 100644 index 24cc1e6..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (8.1.0.tar.gz) = cd7fa2070c89dd4c24d53b39da243fde88655a480e4ca236576a6b497e994aeb50f13beb2b87c270b89ad82b81e9609a9890fe25c943d26523bc21483d9d647e diff --git a/zimlib.spec b/zimlib.spec deleted file mode 100644 index 415e300..0000000 --- a/zimlib.spec +++ /dev/null @@ -1,228 +0,0 @@ -%global appname libzim - -Name: zimlib -Version: 8.1.0 -Release: 4%{?dist} - -License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause -Summary: Reference implementation of the ZIM specification - -URL: https://github.com/openzim/%{appname} -Source0: %{url}/archive/%{version}.tar.gz - -BuildRequires: gcc -BuildRequires: gcc-c++ -BuildRequires: gtest-devel -BuildRequires: libicu-devel -BuildRequires: libzstd-devel -BuildRequires: meson -BuildRequires: ninja-build -BuildRequires: xapian-core-devel -BuildRequires: xz-devel -BuildRequires: zlib-devel - -%description -The ZIM library is the reference implementation for the ZIM file -format. It's a solution to read and write ZIM files on many systems -and architectures. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} - -%description devel -%{summary}. - -%prep -%autosetup -n %{appname}-%{version} -p1 - -%build -%meson -Dwerror=false -Dcpp_std=c++14 -%meson_build - -%install -%meson_install - -%files -%doc AUTHORS ChangeLog README.md -%license COPYING -%{_libdir}/%{appname}.so.8* - -%files devel -%{_includedir}/zim -%{_libdir}/%{appname}.so -%{_libdir}/pkgconfig/%{appname}.pc - -%changelog -* Mon Jan 30 2023 Vitaly Zaitsev - 8.1.0-4 -- Build with C++14 instead of C++11 for gtest-1.13.0. - -* Sat Jan 21 2023 Fedora Release Engineering - 8.1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Dec 31 2022 Pete Walter - 8.1.0-2 -- Rebuild for ICU 72 - -* Thu Dec 01 2022 Vitaly Zaitsev - 8.1.0-1 -- Updated to version 8.1.0. - -* Thu Sep 08 2022 Vitaly Zaitsev - 8.0.0-1 -- Updated to version 8.0.0. - -* Mon Aug 01 2022 Frantisek Zatloukal - 7.2.2-3 -- Rebuilt for ICU 71.1 - -* Sat Jul 23 2022 Fedora Release Engineering - 7.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jun 22 2022 Vitaly Zaitsev - 7.2.2-1 -- Updated to version 7.2.2. - -* Mon Jan 24 2022 Vitaly Zaitsev - 7.2.0-1 -- Updated to version 7.2.0. - -* Sat Jan 22 2022 Fedora Release Engineering - 6.3.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 6.3.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 20 2021 Pete Walter - 6.3.0-5 -- Rebuild for ICU 69 - -* Wed May 19 2021 Pete Walter - 6.3.0-4 -- Rebuild for ICU 69 - -* Tue Mar 30 2021 Jonathan Wakely - 6.3.0-3 -- Rebuilt for removed libstdc++ symbol (#1937698) - -* Thu Jan 28 2021 Fedora Release Engineering - 6.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 07 2021 Vitaly Zaitsev - 6.3.0-1 -- Updated to version 6.3.0. - -* Thu Oct 15 2020 Vitaly Zaitsev - 6.2.2-1 -- Updated to version 6.2.2. - -* Wed Jul 29 2020 Fedora Release Engineering - 6.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Vitaly Zaitsev - 6.1.8-1 -- Updated to version 6.1.8. - -* Wed Jul 01 2020 Vitaly Zaitsev - 6.1.7-1 -- Updated to version 6.1.7. - -* Fri May 15 2020 Pete Walter - 6.1.1-2 -- Rebuild for ICU 67 - -* Sun May 10 2020 Vitaly Zaitsev - 6.1.1-1 -- Updated to version 6.1.1. - -* Thu Apr 09 2020 Vitaly Zaitsev - 6.1.0-1 -- Updated to version 6.1.0. - -* Fri Jan 31 2020 Fedora Release Engineering - 6.0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Nov 01 2019 Pete Walter - 6.0.2-2 -- Rebuild for ICU 65 - -* Sun Oct 13 2019 Vitaly Zaitsev - 6.0.2-1 -- Updated to version 6.0.2. - -* Sat Aug 17 2019 Vitaly Zaitsev - 5.0.1-1 -- Updated to version 5.0.1. - -* Sat Jul 27 2019 Fedora Release Engineering - 5.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jun 04 2019 Vitaly Zaitsev - 5.0.0-1 -- Updated to version 5.0.0. - -* Tue Apr 23 2019 Vitaly Zaitsev - 4.0.7-1 -- Updated to version 4.0.7. - -* Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-3 -- Removed Werror build flag. - -* Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-2 -- Removed rpath. - -* Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-1 -- Updated to version 4.0.6. - -* Tue Mar 19 2019 Vitaly Zaitsev - 4.0.5-1 -- Updated to version 4.0.5. -- Major SPEC cleanup. - -* Sun Feb 03 2019 Fedora Release Engineering - 1.0-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.0-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon May 15 2017 Fedora Release Engineering - 1.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 1.0-9 -- Rebuilt for GCC 5 C++11 ABI change - -* Mon Aug 18 2014 Fedora Release Engineering - 1.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Apr 26 2013 Micah Roth 1.0-5 -- forced INSTALL to preserve timestamps for non-compiled files - -* Thu Apr 25 2013 Micah Roth 1.0-4 -- --formal review volter-- -- removed INSTALL, NEWS, README files from %%docs -- added COPYING file to %%docs -- removed unnecessary commented lines and empty sections -- improved %%files devel section with asterisk removal and more specificity -- added spaces in the %%changelog area between updates - -* Tue Apr 23 2013 Micah Roth 1.0-3 -- --informal review volter-- -- updated descriptions to match %%files lists -- added --disable-static to %%configure - -* Sat Apr 20 2013 Micah Roth 1.0-2 -- added %%doc files -- removed commented lines -- removed --disable-static because it doesn't apply (right?) -- ---volter's informal review--- -- moved binaries to base package %%files list -- commented libtool BR -- uncommented removal of *la file(s) -- added macros into Source0 -- commented *a %%files list entry - -* Sat Apr 20 2013 Micah Roth 1.0-1 -- created spec file -- commented automake and autotools BRs as recommended by rdieter