|
@@ -1,21 +1,21 @@
|
|
Summary: ACPI Event Daemon
|
|
Summary: ACPI Event Daemon
|
|
Summary(ja): ACPI イベントデーモン
|
|
Summary(ja): ACPI イベントデーモン
|
|
Name: acpid
|
|
Name: acpid
|
|
-Version: 1.0.10
|
|
|
|
|
|
+Version: 2.0.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
-URL: http://acpid.sourceforge.net/
|
|
|
|
|
|
+URL: http://tedfelix.com/linux/acpid-netlink.html
|
|
|
|
|
|
-Source0: http://downloads.sourceforge.net/acpid/%{name}-%{version}.tar.gz
|
|
|
|
|
|
+Source: http://tedfelix.com/linux/acpid-%{version}.tar.gz
|
|
Source1: acpid.init
|
|
Source1: acpid.init
|
|
Source2: acpid.video.conf
|
|
Source2: acpid.video.conf
|
|
Source3: acpid.power.conf
|
|
Source3: acpid.power.conf
|
|
Source4: acpid.power.sh
|
|
Source4: acpid.power.sh
|
|
|
|
|
|
-Patch1: acpid-1.0.10-makefile.patch
|
|
|
|
-
|
|
|
|
-Patch10: acpid-1.0.6-ignore-rpmnew.patch
|
|
|
|
|
|
+Patch1: acpid-2.0.2-makefile.patch
|
|
|
|
+Patch2: acpid-2.0.2-no_umask.patch
|
|
|
|
+Patch3: acpid-2.0.2-headers.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
Requires(post): chkconfig
|
|
Requires(post): chkconfig
|
|
@@ -25,7 +25,7 @@ ExclusiveArch: x86_64 %{ix86}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
-
|
|
|
|
|
|
+Packager: daisuke
|
|
|
|
|
|
%description
|
|
%description
|
|
acpid is a daemon that dispatches ACPI events to user-space programs.
|
|
acpid is a daemon that dispatches ACPI events to user-space programs.
|
|
@@ -39,8 +39,8 @@ acpidはACPIイベントをユーザスペースのプログラムへ素早く
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
%patch1 -p1 -b .makefile
|
|
%patch1 -p1 -b .makefile
|
|
-%patch10 -p1 -b .ignore-rpmnew
|
|
|
|
-
|
|
|
|
|
|
+%patch2 -p1 -b .no_umask
|
|
|
|
+%patch3 -p1 -b .headers
|
|
|
|
|
|
%build
|
|
%build
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
@@ -49,7 +49,7 @@ make %{?_smp_mflags}
|
|
%install
|
|
%install
|
|
rm -rf %{buildroot}
|
|
rm -rf %{buildroot}
|
|
mkdir -p %{buildroot}
|
|
mkdir -p %{buildroot}
|
|
-make install INSTPREFIX=%{buildroot}
|
|
|
|
|
|
+make install DESTDIR=%{buildroot}
|
|
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/acpi/events
|
|
mkdir -p %{buildroot}%{_sysconfdir}/acpi/events
|
|
mkdir -p %{buildroot}%{_sysconfdir}/acpi/actions
|
|
mkdir -p %{buildroot}%{_sysconfdir}/acpi/actions
|
|
@@ -107,6 +107,9 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sat May 9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.10-1
|
|
* Sat May 9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.10-1
|
|
- new upstream release: fixes CVE-2009-0798 (too many open files DoS)
|
|
- new upstream release: fixes CVE-2009-0798 (too many open files DoS)
|
|
- fix power.sh (Source4) to work with ConsoleKit >= 0.3.0
|
|
- fix power.sh (Source4) to work with ConsoleKit >= 0.3.0
|