Bump to libev 4.33 34/258734/1 accepted/tizen_6.5_base accepted/tizen_7.0_base accepted/tizen_7.0_base_hotfix accepted/tizen_base_dev tizen_6.5_base tizen_7.0_base tizen_7.0_base_hotfix accepted/tizen/6.5/base/20211028.060151 accepted/tizen/7.0/base/20221116.025924 accepted/tizen/7.0/base/hotfix/20221116.055333 accepted/tizen/base/20210526.010105 accepted/tizen/base/20210526.110358 accepted/tizen/base/20221115.103800 accepted/tizen/base/dev/20230602.080846 submit/tizen_6.5_base/20211028.134101 submit/tizen_base/20210525.043407 submit/tizen_base/20210525.061910 submit/tizen_base/20210526.110025 tizen_6.5.m2_release tizen_7.0_m2_release
authorDongHun Kwak <dh0128.kwak@samsung.com>
Thu, 15 Apr 2021 00:21:56 +0000 (09:21 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Tue, 25 May 2021 04:20:38 +0000 (13:20 +0900)
Change-Id: Ia8e9414268f544e3bdda752c46edd9f52cd0ff72
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
packaging/libev.manifest [new file with mode: 0644]
packaging/libev.spec [new file with mode: 0644]

diff --git a/packaging/libev.manifest b/packaging/libev.manifest
new file mode 100644 (file)
index 0000000..86dbb26
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_" />
+    </request>
+</manifest>
diff --git a/packaging/libev.spec b/packaging/libev.spec
new file mode 100644 (file)
index 0000000..187fed5
--- /dev/null
@@ -0,0 +1,56 @@
+Name:       libev
+Summary:    High-performance event loop/event model with lots of features
+Version:    4.33
+Release:    0
+License:    BSD or GPLv2+
+Group:      Development/ROS
+Source0:    %{name}-%{version}.tar.gz
+Source1001: %{name}.manifest
+
+BuildRequires:  cmake
+
+%description
+Libev is modeled (very loosely) after libevent and the Event Perl
+module, but is faster, scales better and is more correct, and also more
+featureful. And also smaller.
+
+%package    devel
+Summary:    High-performance event loop/event model with lots of features
+Requires:   %{name} = %{version}
+
+
+%description devel
+Libev is modeled (very loosely) after libevent and the Event Perl
+module, but is faster, scales better and is more correct, and also more
+featureful. And also smaller.
+
+
+%prep
+%setup -q
+cp %{SOURCE1001} .
+
+%build
+%{configure}
+%{make_build}
+
+%install
+%{make_install}
+
+%{remove_docs}
+
+%clean
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{_libdir}/%{name}.so.*
+
+%files devel
+%manifest %{name}.manifest
+%license LICENSE
+%{_libdir}/%{name}.so
+%{_includedir}/*.h