Author: wolvverine Date: Thu Feb 22 10:36:08 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - init
---- Files affected: SPECS: i810switch.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/i810switch.spec diff -u /dev/null SPECS/i810switch.spec:1.1 --- /dev/null Thu Feb 22 11:36:08 2007 +++ SPECS/i810switch.spec Thu Feb 22 11:36:02 2007 @@ -0,0 +1,51 @@ +# $Revision$, $Date$ +Summary: i810switch - for switching the LCD and external VGA displays on and off. +Summary(pl.UTF-8): - +Name: i810switch +Version: 0.6.5 +Release: 0.1 +License: GPL v2 +Group: Applications +Source0: http://www16.plala.or.jp/mano-a-mano/i810switch/%{name}-%{version}.tar.gz +# Source0-md5: 5ca07aee624589bdce5761c796e5f9a8 +URL: http://www16.plala.or.jp/mano-a-mano/i810switch.html +Requires: pciutils +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +i810switch is a utility (for intel graphic cards) for switching the LCD +and external VGA displays on and off under Linux + +%description -l pl.UTF-8 + +%prep +%setup -q + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +#%%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/* +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man?/i810* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/02/22 10:36:02 wolvverine +- init + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
