.gear/libell.spec | 102 +++++++++++++++++++++ .gear/rules | 3 + .../tags/1450464b9ef911e6d9b31354632cf8f95e150e94 | 6 ++ .../tags/48434d60c646a2f24487a7c5620d8ecfa76263a1 | 6 ++ .../tags/4ffd07dd145d404fa308e4b601f5391f19397a92 | 6 ++ .../tags/5e2d0f2f5f6ea8f96c5b68cb2511318b6f47d80d | 6 ++ .../tags/61a9c8f70282f3bb325adebaf0f7c5fdfb4bd144 | 6 ++ .../tags/f5f13665b7fef6ba79e9b543c4db593f0ef09ab5 | 6 ++ .../tags/ff17443e060291c508e5c960168dc6d53d0eadb9 | 6 ++ .gear/tags/list | 7 ++ 10 files changed, 154 insertions(+) diff --git a/.gear/libell.spec b/.gear/libell.spec new file mode 100644 index 0000000..e0b33f4 --- /dev/null +++ b/.gear/libell.spec @@ -0,0 +1,102 @@ +%define git %nil + +Name: ell +Version: 0.57 +Release: alt1 +Summary: Embedded Linux library +Group: System/Libraries +License: LGPLv2+ +Url: https://01.org/ell +Source0: https://www.kernel.org/pub/linux/libs/%name/%name-%version.tar +Patch: %name-%version-%release.patch + +%description +The Embedded Linux* Library (ELL) provides core, low-level functionality for +system daemons. It typically has no dependencies other than the Linux kernel, C +standard library, and libdl (for dynamic linking). While ELL is designed to be +efficient and compact enough for use on embedded Linux platforms, it is not +limited to resource-constrained systems. + +%package -n lib%name +Summary: Embedded Linux library +Group: System/Libraries + +%description -n lib%name +The Embedded Linux* Library (ELL) provides core, low-level functionality for +system daemons. It typically has no dependencies other than the Linux kernel, C +standard library, and libdl (for dynamic linking). While ELL is designed to be +efficient and compact enough for use on embedded Linux platforms, it is not +limited to resource-constrained systems. + +%package -n lib%name-devel +Summary: Embedded Linux library development files +Group: Development/C +Requires: lib%name = %EVR + +%description -n lib%name-devel +Headers for developing against libell. + +%prep +%setup + +%build +%autoreconf +%configure +%make_build V=1 + +%install +%set_verify_elf_method unresolved=relaxed +%makeinstall + +%files -n lib%name +%_libdir/libell.so.* +%doc AUTHORS README TODO ChangeLog COPYING + +%files -n lib%name-devel +%_includedir/ell +%_libdir/libell.so +%_pkgconfigdir/ell.pc + +%changelog +* Mon Jul 31 2023 L.A. Kostis 0.57-alt1 +- 0.57. + +* Fri Oct 21 2022 Ilya Kurdyukov 0.53-alt1.1 +- removed patch for Elbrus (no longer needed) + +* Wed Oct 19 2022 L.A. Kostis 0.53-alt1 +- 0.53. + +* Sat Oct 30 2021 L.A. Kostis 0.44-alt1 +- 0.44. + +* Wed Jul 14 2021 Ilya Kurdyukov 0.40-alt2 +- added patch with workarounds for Elbrus compiler + +* Fri Jun 11 2021 L.A. Kostis 0.40-alt1 +- 0.40. + +* Wed Aug 05 2020 L.A. Kostis 0.32-alt1 +- 0.32. + +* Sun Mar 15 2020 L.A. Kostis 0.28-alt1 +- 0.28. + +* Sat Mar 31 2018 L.A. Kostis 0.4-alt1.g1b8e643 +- rebuild for ALTLinux. + +* Wed Feb 07 2018 Fedora Release Engineering - 0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Oct 26 2017 Lubomir Rintel - 0.2-2 +- Renamed to libell to fix a naming conflict +- Addressed review issues (Igor Gnatenko, #1505237): +- Added BR gcc +- Made build verbose +- Moved pkgconfig file to devel subpackage +- Fixed license tag +- Dropped Group tag +- Packaged changelog + +* Sun Oct 22 2017 Lubomir Rintel - 0.2-1 +- Initial packaging diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..bed9027 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,3 @@ +tar: @version@:. +diff: @version@:. . +spec: .gear/libell.spec diff --git a/.gear/tags/1450464b9ef911e6d9b31354632cf8f95e150e94 b/.gear/tags/1450464b9ef911e6d9b31354632cf8f95e150e94 new file mode 100644 index 0000000..ca7df43 --- /dev/null +++ b/.gear/tags/1450464b9ef911e6d9b31354632cf8f95e150e94 @@ -0,0 +1,6 @@ +object 01794be4052276ad81fd5d8c02c7bd3f0ffe3050 +type commit +tag 0.32 +tagger Marcel Holtmann 1592218667 +0200 + +Release 0.32 diff --git a/.gear/tags/48434d60c646a2f24487a7c5620d8ecfa76263a1 b/.gear/tags/48434d60c646a2f24487a7c5620d8ecfa76263a1 new file mode 100644 index 0000000..ca90f63 --- /dev/null +++ b/.gear/tags/48434d60c646a2f24487a7c5620d8ecfa76263a1 @@ -0,0 +1,6 @@ +object 64b0bf9191263f38a4155974621f7845aaa6475c +type commit +tag 0.44 +tagger Marcel Holtmann 1631648872 +0200 + +Release 0.44 diff --git a/.gear/tags/4ffd07dd145d404fa308e4b601f5391f19397a92 b/.gear/tags/4ffd07dd145d404fa308e4b601f5391f19397a92 new file mode 100644 index 0000000..e60d8b2 --- /dev/null +++ b/.gear/tags/4ffd07dd145d404fa308e4b601f5391f19397a92 @@ -0,0 +1,6 @@ +object 104d49638e3668bcc2935099a59f2ab2caf6b27f +type commit +tag 0.57 +tagger Marcel Holtmann 1684937408 +0200 + +Release 0.57 diff --git a/.gear/tags/5e2d0f2f5f6ea8f96c5b68cb2511318b6f47d80d b/.gear/tags/5e2d0f2f5f6ea8f96c5b68cb2511318b6f47d80d new file mode 100644 index 0000000..02558c8 --- /dev/null +++ b/.gear/tags/5e2d0f2f5f6ea8f96c5b68cb2511318b6f47d80d @@ -0,0 +1,6 @@ +object 408f6a8150c5e5dfc812146f9f8a3f9f149f727a +type commit +tag 0.53 +tagger Marcel Holtmann 1662574823 +0200 + +Release 0.53 diff --git a/.gear/tags/61a9c8f70282f3bb325adebaf0f7c5fdfb4bd144 b/.gear/tags/61a9c8f70282f3bb325adebaf0f7c5fdfb4bd144 new file mode 100644 index 0000000..55c7897 --- /dev/null +++ b/.gear/tags/61a9c8f70282f3bb325adebaf0f7c5fdfb4bd144 @@ -0,0 +1,6 @@ +object 69ac28c7f9f607ea50d4cd2f34d6201d249c4c32 +type commit +tag 0.28 +tagger Marcel Holtmann 1581231227 +0100 + +Release 0.28 diff --git a/.gear/tags/f5f13665b7fef6ba79e9b543c4db593f0ef09ab5 b/.gear/tags/f5f13665b7fef6ba79e9b543c4db593f0ef09ab5 new file mode 100644 index 0000000..ac149cd --- /dev/null +++ b/.gear/tags/f5f13665b7fef6ba79e9b543c4db593f0ef09ab5 @@ -0,0 +1,6 @@ +object 4cb908f7fb7191eb45838dbd95de2460470f75f7 +type commit +tag 0.40 +tagger Marcel Holtmann 1619952901 +0200 + +Release 0.40 diff --git a/.gear/tags/ff17443e060291c508e5c960168dc6d53d0eadb9 b/.gear/tags/ff17443e060291c508e5c960168dc6d53d0eadb9 new file mode 100644 index 0000000..ea65d48 --- /dev/null +++ b/.gear/tags/ff17443e060291c508e5c960168dc6d53d0eadb9 @@ -0,0 +1,6 @@ +object b4aea06fabb2af1af01f861f8f394c75950b6d47 +type commit +tag 0.4 +tagger Marcel Holtmann 1518285508 +0100 + +Release 0.4 diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..5f923be --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1,7 @@ +ff17443e060291c508e5c960168dc6d53d0eadb9 0.4 +61a9c8f70282f3bb325adebaf0f7c5fdfb4bd144 0.28 +1450464b9ef911e6d9b31354632cf8f95e150e94 0.32 +f5f13665b7fef6ba79e9b543c4db593f0ef09ab5 0.40 +48434d60c646a2f24487a7c5620d8ecfa76263a1 0.44 +5e2d0f2f5f6ea8f96c5b68cb2511318b6f47d80d 0.53 +4ffd07dd145d404fa308e4b601f5391f19397a92 0.57