|
@@ -4,19 +4,19 @@
|
|
%global inst_srcdir %{buildroot}/%{source_dir}
|
|
%global inst_srcdir %{buildroot}/%{source_dir}
|
|
|
|
|
|
Name: libev
|
|
Name: libev
|
|
-Version: 4.25
|
|
+Version: 4.33
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: High-performance event loop/event model with lots of features
|
|
Summary: High-performance event loop/event model with lots of features
|
|
Summary(ja): 高機能・高性能のイベントループ・イベントモデル
|
|
Summary(ja): 高機能・高性能のイベントループ・イベントモデル
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+
|
|
License: BSD or GPLv2+
|
|
License: BSD or GPLv2+
|
|
URL: http://software.schmorp.de/pkg/libev.html
|
|
URL: http://software.schmorp.de/pkg/libev.html
|
|
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
|
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
|
|
|
|
|
|
-Vendor: Project Vine
|
|
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
-Distribution: Vine Linux
|
|
|
|
-
|
|
|
|
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRequires: automake libtool
|
|
BuildRequires: automake libtool
|
|
|
|
|
|
%description
|
|
%description
|
|
@@ -31,9 +31,9 @@ libev は libevent および Perl の Event を大まかに参考にして作ら
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
-Summary: Development files for %{name}
|
|
+Summary: Development files for %{name}
|
|
-Summary(ja): %{name} の開発用ファイル
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
@@ -47,12 +47,13 @@ featureful. And also smaller. Development libraries.
|
|
|
|
|
|
|
|
|
|
%package libevent-devel
|
|
%package libevent-devel
|
|
-Summary: Compatibility development header with libevent for %{name}.
|
|
+Summary: Compatibility development header with libevent for %{name}.
|
|
-Summary(ja): libevent互換の%{name}ヘッダファイル.
|
|
+Summary(ja): libevent互換の%{name}ヘッダファイル.
|
|
-Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
+Group: programming
|
|
|
|
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
# The event.h file actually conflicts with the one from libevent-devel
|
|
# The event.h file actually conflicts with the one from libevent-devel
|
|
-Conflicts: libevent-devel
|
|
+Conflicts: libevent-devel
|
|
|
|
|
|
%description libevent-devel
|
|
%description libevent-devel
|
|
This package contains a development header to make libev compatible with
|
|
This package contains a development header to make libev compatible with
|
|
@@ -65,7 +66,7 @@ libevent.
|
|
%package source
|
|
%package source
|
|
Summary: Source code for libev
|
|
Summary: Source code for libev
|
|
Summary(ja): libev のソースコード
|
|
Summary(ja): libev のソースコード
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
|
|
|
|
%description source
|
|
%description source
|
|
@@ -81,8 +82,8 @@ featureful. And also smaller. Development libraries.
|
|
|
|
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: High-performance event loop/event model with lots of features
|
|
Summary: High-performance event loop/event model with lots of features
|
|
-Summary(ja): 高機能・高性能のイベントループ・イベントモデル
|
|
+Summary(ja): 高機能・高性能のイベントループ・イベントモデル
|
|
-Group: System Environment/Libraries
|
|
+Group: system,legacy
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
Libev is modeled (very loosely) after libevent and the Event Perl
|
|
Libev is modeled (very loosely) after libevent and the Event Perl
|
|
@@ -95,6 +96,9 @@ libev は libevent および Perl の Event を大まかに参考にして作ら
|
|
同時によりコンパクトです。
|
|
同時によりコンパクトです。
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -127,10 +131,6 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
%license LICENSE
|
|
%license LICENSE
|
|
%doc Changes README
|
|
%doc Changes README
|
|
@@ -153,7 +153,12 @@ rm -rf %{buildroot}
|
|
%{_libdir}/%{name}.so.4*
|
|
%{_libdir}/%{name}.so.4*
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 29 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.33-1
|
|
|
|
+- new upstream release.
|
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
|
+
|
|
* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.25-1
|
|
* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 4.25-1
|
|
- updated to 4.25.
|
|
- updated to 4.25.
|
|
|
|
|