|
@@ -7,12 +7,15 @@
|
|
Summary: A userspace implementation of devfs
|
|
Summary: A userspace implementation of devfs
|
|
Summary(ja): ユーザスペース実装のデバイスファイルシステム
|
|
Summary(ja): ユーザスペース実装のデバイスファイルシステム
|
|
Name: eudev
|
|
Name: eudev
|
|
-Version: 3.2.8
|
|
+Version: 3.2.10
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
-Group: System Environment/Base
|
|
+Group: system
|
|
-URL: https://github.com/gentoo/eudev
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
|
|
+URL: https://github.com/gentoo/eudev
|
|
Source: https://dev.gentoo.org/~blueness/%{name}/%{name}-%{version}.tar.gz
|
|
Source: https://dev.gentoo.org/~blueness/%{name}/%{name}-%{version}.tar.gz
|
|
Source1: start_udev
|
|
Source1: start_udev
|
|
Source3: udev-post.init
|
|
Source3: udev-post.init
|
|
@@ -23,7 +26,6 @@ Source5: udev.sysconfig
|
|
Patch1002: eudev-3.0-blkid.patch
|
|
Patch1002: eudev-3.0-blkid.patch
|
|
Patch1003: eudev-3.1.1-rules-vine.patch
|
|
Patch1003: eudev-3.1.1-rules-vine.patch
|
|
|
|
|
|
-
|
|
|
|
ExclusiveOS: Linux
|
|
ExclusiveOS: Linux
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
@@ -57,28 +59,25 @@ Obsoletes: murasaki, usbmgr, hotplug, hal, hal-info
|
|
|
|
|
|
Requires: pam
|
|
Requires: pam
|
|
|
|
|
|
-Vendor: Project Vine
|
|
|
|
-Distribution: Vine Linux
|
|
|
|
-Packager: daisuke
|
|
|
|
-
|
|
|
|
-
|
|
|
|
%description
|
|
%description
|
|
The udev package contains an implementation of devfs in
|
|
The udev package contains an implementation of devfs in
|
|
userspace using sysfs and netlink.
|
|
userspace using sysfs and netlink.
|
|
|
|
|
|
|
|
+
|
|
%package libudev
|
|
%package libudev
|
|
Summary: Dynamic library to access udev device information
|
|
Summary: Dynamic library to access udev device information
|
|
Summary(ja): Udev デバイス情報にアクセスするための動的ライブラリ
|
|
Summary(ja): Udev デバイス情報にアクセスするための動的ライブラリ
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
|
|
|
|
%description libudev
|
|
%description libudev
|
|
This package contains the dynamic library libudev, which provides access
|
|
This package contains the dynamic library libudev, which provides access
|
|
to udev device information, and an interface to search devices in sysfs.
|
|
to udev device information, and an interface to search devices in sysfs.
|
|
|
|
|
|
|
|
+
|
|
%package libudev-devel
|
|
%package libudev-devel
|
|
Summary: Development files for libudev
|
|
Summary: Development files for libudev
|
|
Summary(ja): Libudev の開発用ファイル
|
|
Summary(ja): Libudev の開発用ファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name}-libudev = %{version}-%{release}
|
|
Requires: %{name}-libudev = %{version}-%{release}
|
|
Obsoletes: libudev-devel < 213
|
|
Obsoletes: libudev-devel < 213
|
|
@@ -88,10 +87,11 @@ Provides: libudev-devel = 213
|
|
This package contains the development files for the library libudev, a
|
|
This package contains the development files for the library libudev, a
|
|
dynamic library, which provides access to udev device information.
|
|
dynamic library, which provides access to udev device information.
|
|
|
|
|
|
|
|
+
|
|
%package libudev-static
|
|
%package libudev-static
|
|
Summary: Static libraries for libudev
|
|
Summary: Static libraries for libudev
|
|
Summary(ja): Libudev の静的ライブラリ
|
|
Summary(ja): Libudev の静的ライブラリ
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name}-libudev-devel = %{version}-%{release}
|
|
Requires: %{name}-libudev-devel = %{version}-%{release}
|
|
Obsoletes: libudev-static < 213
|
|
Obsoletes: libudev-static < 213
|
|
Provides: libudev-static = 213
|
|
Provides: libudev-static = 213
|
|
@@ -100,21 +100,23 @@ Provides: libudev-static = 213
|
|
This package contains the static library libudev, which provides
|
|
This package contains the static library libudev, which provides
|
|
access to udev device information.
|
|
access to udev device information.
|
|
|
|
|
|
|
|
+
|
|
# compat32
|
|
# compat32
|
|
%package -n compat32-%{name}-libudev
|
|
%package -n compat32-%{name}-libudev
|
|
Summary: Dynamic library to access udev device information
|
|
Summary: Dynamic library to access udev device information
|
|
Summary(ja): Udev デバイス情報にアクセスするための動的ライブラリ
|
|
Summary(ja): Udev デバイス情報にアクセスするための動的ライブラリ
|
|
-Group: System Environment/Libraries
|
|
+Group: system
|
|
Requires: %{name}-libudev = %{version}-%{release}
|
|
Requires: %{name}-libudev = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}-libudev
|
|
%description -n compat32-%{name}-libudev
|
|
This package contains the dynamic library libudev, which provides access
|
|
This package contains the dynamic library libudev, which provides access
|
|
to udev device information, and an interface to search devices in sysfs.
|
|
to udev device information, and an interface to search devices in sysfs.
|
|
|
|
|
|
|
|
+
|
|
%package -n compat32-%{name}-libudev-devel
|
|
%package -n compat32-%{name}-libudev-devel
|
|
Summary: Development files for libudev
|
|
Summary: Development files for libudev
|
|
Summary(ja): Libudev の開発用ファイル
|
|
Summary(ja): Libudev の開発用ファイル
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: compat32-%{name}-libudev = %{version}-%{release}
|
|
Requires: compat32-%{name}-libudev = %{version}-%{release}
|
|
Obsoletes: compat32-libudev-devel < 213
|
|
Obsoletes: compat32-libudev-devel < 213
|
|
Provides: compat32-libudev-devel = 213
|
|
Provides: compat32-libudev-devel = 213
|
|
@@ -124,11 +126,15 @@ This package contains the development files for the library libudev, a
|
|
dynamic library, which provides access to udev device information.
|
|
dynamic library, which provides access to udev device information.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch1002 -p1 -b .vine
|
|
%patch1002 -p1 -b .vine
|
|
%patch1003 -p1 -b .vine
|
|
%patch1003 -p1 -b .vine
|
|
|
|
|
|
|
|
+
|
|
%build
|
|
%build
|
|
autoreconf -if
|
|
autoreconf -if
|
|
%configure \
|
|
%configure \
|
|
@@ -148,6 +154,7 @@ autoreconf -if
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
+
|
|
%install
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
@@ -212,6 +219,10 @@ install -m 0755 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/udev
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/udev/makedev.d
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/udev/makedev.d
|
|
|
|
|
|
|
|
|
|
|
|
+%clean
|
|
|
|
+rm -rf $RPM_BUILD_ROOT
|
|
|
|
+
|
|
|
|
+
|
|
%pre
|
|
%pre
|
|
getent group video >/dev/null || /usr/sbin/groupadd -g 39 video || :
|
|
getent group video >/dev/null || /usr/sbin/groupadd -g 39 video || :
|
|
getent group audio >/dev/null || /usr/sbin/groupadd -g 63 audio || :
|
|
getent group audio >/dev/null || /usr/sbin/groupadd -g 63 audio || :
|
|
@@ -268,18 +279,13 @@ if [ $2 = 0 ]; then
|
|
fi
|
|
fi
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
-%post libudev -p /sbin/ldconfig
|
|
+%ldconfig_scriptlets libudev
|
|
-%postun libudev -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%if %{build_compat32}
|
|
%if %{build_compat32}
|
|
-%post -n compat32-%{name}-libudev -p /sbin/ldconfig
|
|
+%ldconfig_scriptlets -n compat32-%{name}-libudev
|
|
-%postun -n compat32-%{name}-libudev -p /sbin/ldconfig
|
|
|
|
%endif
|
|
%endif
|
|
|
|
|
|
|
|
|
|
-%clean
|
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
|
-
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%license COPYING
|
|
@@ -352,7 +358,6 @@ rm -rf $RPM_BUILD_ROOT
|
|
%attr(0755,root,root) %{udev_scriptdir}/scsi_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/scsi_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/v4l_id
|
|
%attr(0755,root,root) %{udev_scriptdir}/v4l_id
|
|
|
|
|
|
-
|
|
|
|
%files libudev
|
|
%files libudev
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
/%{_lib}/libudev.so.*
|
|
/%{_lib}/libudev.so.*
|
|
@@ -382,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Feb 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.10-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Wed Sep 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.8-1
|
|
* Wed Sep 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.8-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|