From 827a10354840a0126fce1eca7367e5ba4d6c3250 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Thu, 1 May 2014 19:50:22 +0100 Subject: [PATCH 01/11] Initial import --- .gitignore | 1 + sources | 1 + utf8cpp.spec | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 utf8cpp.spec diff --git a/.gitignore b/.gitignore index e69de29..11ab592 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/utf8_v2_3_4.zip diff --git a/sources b/sources index e69de29..1869822 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c5e9522fde3debcad5e8922d796b2bd0 utf8_v2_3_4.zip diff --git a/utf8cpp.spec b/utf8cpp.spec new file mode 100644 index 0000000..a097409 --- /dev/null +++ b/utf8cpp.spec @@ -0,0 +1,83 @@ +# This package only contains header files. +%global debug_package %{nil} + +Name: utf8cpp +Version: 2.3.4 +Release: 4%{?dist} +Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings + +Group: Development/Libraries +License: Boost +URL: http://utfcpp.sourceforge.net/ +Source0: http://downloads.sourceforge.net/utfcpp/utf8_v2_3_4.zip +BuildArch: noarch + +%description +%{summary}. + +Features include: + - iterating through UTF-8 encoded strings + - converting between UTF-8 and UTF-16/UTF-32 + - detecting invalid UTF-8 sequences + +This project currently only contains header files, which can be found in the +%{name}-devel package. + +%package devel +Summary: Header files for %{name} +Group: Development/Libraries +BuildArch: noarch +Provides: %{name}-static = %{version}-%{release} + +%description devel +%{summary}. + +Features include: + - iterating through UTF-8 encoded strings + - converting between UTF-8 and UTF-16/UTF-32 + - detecting invalid UTF-8 sequences + +This project currently only contains header files, which can be found in the +%{name}-devel package. + + +%prep +%setup -q -c %{name}-%{version} + + +%build +# nothing to do + + +%install +mkdir -p %{buildroot}%{_includedir} +install -p -m0644 source/utf8.h %{buildroot}%{_includedir}/utf8.h +mkdir -p %{buildroot}%{_includedir}/utf8 +for i in checked.h core.h unchecked.h; do + install -p -m0644 source/utf8/${i} %{buildroot}%{_includedir}/utf8/${i} +done + + +%files devel +%doc doc/* +%{_includedir}/utf8.h +%dir %{_includedir}/utf8 +%{_includedir}/utf8/checked.h +%{_includedir}/utf8/core.h +%{_includedir}/utf8/unchecked.h + + +%changelog +* Wed Apr 30 2014 Jamie Nguyen - 2.3.4-4 +- fix docs macro + +* Wed Apr 30 2014 Jamie Nguyen - 2.3.4-3 +- drop base package + +* Wed Apr 30 2014 Jamie Nguyen - 2.3.4-2 +- add Provides: utf8cpp-static +- fix Source0 URL +- add missing BuildArch: noarch + +* Sat Mar 15 2014 Jamie Nguyen - 2.3.4-1 +- initial package From 07b6fdf30d326695ca8a830e4ad3c91ecd63d675 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:07:04 -0500 Subject: [PATCH 02/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index a097409..5622cc4 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 2.3.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Wed Apr 30 2014 Jamie Nguyen - 2.3.4-4 - fix docs macro From 958cc06b7dc7b03f6b5832bf8dbc874ce9968819 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 01:43:33 +0000 Subject: [PATCH 03/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 5622cc4..fba329b 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 2.3.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 2.3.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From cd23d0968f0e73d106ac1dedffc6fc6b1e9eeee4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:28:41 +0000 Subject: [PATCH 04/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index fba329b..fa28e77 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 2.3.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 2.3.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From b82814892df736053d02b6d2ab40a7c55d5bf7e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:51:37 +0000 Subject: [PATCH 05/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index fa28e77..5af2d06 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 2.3.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 2.3.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From f127227a0194b7bf0695473b08f97b8ace4de366 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:06:37 +0000 Subject: [PATCH 06/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 5af2d06..0dea6dc 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 2.3.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 2.3.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 14008566572641d5fca151acdfd670a83aa0d702 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:12:55 +0000 Subject: [PATCH 07/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 0dea6dc..9fcc1b7 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 2.3.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 2.3.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 0a38c2d279921559fcb90f7560243199b19ef4ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:21:17 +0000 Subject: [PATCH 08/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 9fcc1b7..3462f16 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings Group: Development/Libraries @@ -68,6 +68,9 @@ done %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 2.3.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 2.3.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From aec42fc7789cfa16dc9dd156f00c81d1475804ab Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 09/11] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- utf8cpp.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 3462f16..356207f 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -6,7 +6,6 @@ Version: 2.3.4 Release: 11%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings -Group: Development/Libraries License: Boost URL: http://utfcpp.sourceforge.net/ Source0: http://downloads.sourceforge.net/utfcpp/utf8_v2_3_4.zip @@ -25,7 +24,6 @@ This project currently only contains header files, which can be found in the %package devel Summary: Header files for %{name} -Group: Development/Libraries BuildArch: noarch Provides: %{name}-static = %{version}-%{release} From 63b8e41bef7070c4dcb26a9dc81e5eb0ca151559 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 10:59:20 +0000 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 356207f..78a8e2c 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost @@ -66,6 +66,9 @@ done %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 2.3.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 2.3.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 6e341ac6692462fd6c9e4c1d88a367dfef4ae2e9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:41:36 +0000 Subject: [PATCH 11/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- utf8cpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utf8cpp.spec b/utf8cpp.spec index 78a8e2c..c8212e1 100644 --- a/utf8cpp.spec +++ b/utf8cpp.spec @@ -3,7 +3,7 @@ Name: utf8cpp Version: 2.3.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A simple, portable and lightweight library for handling UTF-8 encoded strings License: Boost @@ -66,6 +66,9 @@ done %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 2.3.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 2.3.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild