FC1 on a VAIO

Z zleite at mminternet.com
Tue Nov 18 05:12:45 UTC 2003


I'll try it, thanks.

On Mon, 2003-11-17 at 17:27, Jonathan C. Sitte wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Taylor, ForrestX wrote:
> | I have been using a modified sjog rpm that I can post if anyone is
> | interested.  It uses the SJog wheel to scroll, and when pressed, you can
> | change the brightness, volume, etc.
> 
> Right now I am using spicctrl which I have the spec file for FC1. Just
> download the source and use this spec to build it for your boxen. Here
> is the link to the source and my spec file:
> http://spop.free.fr/sonypi/spicctrl-1.6.tar.bz2
> - --
> Jonathan C. Sitte <jcsitte at staticnull.org>
> Digital Arts & Computer Technology
> http://www.staticnull.org/jcsitte/
> 917.414.2559 M-F 8AM-10PM
> 
> Public Key: http://www.staticnull.org/jcsitte/0x40E69A47-pubkey.asc
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQE/uXWbbzreREDmmkcRAmvkAKCaYq0Dtf9+YzRsHT9aTDZyyOInrACghWIn
> IcQKJxp4N8z/y/Dg3wiXRA8=
> =TyF/
> -----END PGP SIGNATURE-----
> 
> ______________________________________________________________________
> Name: spicctrl
> Summary: Sony Vaio SPIC Control Program
> Version: 1.6
> Release: 3
> License: GPL
> Group: Applications/System
> URL: http://popies.net/sonypi/
> Source0: %{name}-%{version}.tar.bz2
> BuildRoot: %{_builddir}/%{name}-root
> 
> %description
> This utility allows one to query and set a variety of parameters on your
> Sony Vaio laptop computer, including:
> 
>  * AC Power status
>  * Battery status 
>  * Screen brightness
>  * Bluetooth device power status
> 
> %prep
> %setup -q
> 
> %build
> make
> 
> %clean
> rm -fr %{buildroot}
> 
> %install
> rm -fr %{buildroot}
> mkdir -p %{buildroot}/usr/sbin
> install %{_builddir}/%{name}-%{version}/spicctrl %{buildroot}/usr/sbin
> 
> %post
> if [ ! -c /dev/sonypi ]; then
> 	rm -f /dev/sonypi
> 	mknod /dev/sonypi c 10 250
> fi
> grep 'alias char-major-10-250 sonypi' /etc/modules.conf > /dev/null
> RETVAL=$?
> if [ $RETVAL -ne 0 ]; then
> 	echo 'alias char-major-10-250 sonypi' >> /etc/modules.conf
> 	echo 'options sonypi minor=250' >> /etc/modules.conf
> fi
> 
> %files
> %defattr(-,root,root)
> /usr/sbin/spicctrl
> %doc AUTHORS LICENSE CHANGES
> 
> %changelog
> * Sun Nov 16 2003 Jonathan C. Sitte <jcsitte at staticnull.org>
> - Spec file cleanup
> 
> * Sat Nov 15 2003 Jonathan C. Sitte <jcsitte at staticnull.org>
> - Initial spec file





More information about the fedora-test-list mailing list