Author: paszczus Date: Fri Jan 9 18:13:31 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: eee-osd.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/eee-osd.spec diff -u /dev/null SPECS/eee-osd.spec:1.1 --- /dev/null Fri Jan 9 19:13:31 2009 +++ SPECS/eee-osd.spec Fri Jan 9 19:13:26 2009 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: Scriptpack for enabling OSD-display for EeePC hotkeys +Name: eee-osd +Version: 2.0 +Release: 0.1 +License: MIT +Group: Base +Source0: http://eee-osd.googlecode.com/files/%{name}-%{version}-eeexubuntu.tar.gz +# Source0-md5: cc0c59ad054aacac47ac8003be61c756 +URL: http://code.google.com/p/eee-osd/ +Requires: acpid +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This scriptpack aims at enabling the osd-display that one has with the +standard xandros os on the eee-pc on other distributions. + +Furthermore it offers support for the fn-fx hotkeys for brightness, +volume control and so on. + +%prep +%setup -q -n eeexubuntu-osd + +%build + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install -d $RPM_BUILD_ROOT%{_datadir}/asus_osd +install -d $RPM_BUILD_ROOT%{_sysconfdir}/acpi{,/events} + +install autostart/ASUS-OSD.desktop $RPM_BUILD_ROOT%{_datadir}/asus_osd/ +install ressources/* $RPM_BUILD_ROOT%{_datadir}/asus_osd/ +install binaries/asusosd $RPM_BUILD_ROOT%{_bindir}/asusosd +install events/* $RPM_BUILD_ROOT%{_sysconfdir}/acpi/events/ +install scripts/{asus-brn-down.sh,asus-brn-up.sh,eee-wifi-on-off.sh,queryvolume.sh} $RPM_BUILD_ROOT%{_sysconfdir}/acpi/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/asusosd +%attr(755,root,root) %{_sysconfdir}/acpi/*.sh +%{_sysconfdir}/acpi/events/eee-* +%dir %{_datadir}/asus_osd +%{_datadir}/asus_osd/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <feedb...@pld-linux.org> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/01/09 18:13:26 paszczus +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit