Author: glen Date: Sat Nov 12 14:12:41 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: mozilla-launcher.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/mozilla-launcher.spec diff -u /dev/null SPECS/mozilla-launcher.spec:1.1 --- /dev/null Sat Nov 12 15:12:41 2005 +++ SPECS/mozilla-launcher.spec Sat Nov 12 15:12:35 2005 @@ -0,0 +1,44 @@ +# $Revision$, $Date$ +Summary: Script that launches mozilla or firefox +Name: mozilla-launcher +Version: 1.45 +Release: 0.1 +License: GPL v2 +Group: Applications/WWW +Source0: http://dev.gentoo.org/~agriffis/dist/%{name}-%{version}.bz2 +# Source0-md5: 75f4e096742800278b0966d46508b570 +URL: http://dev.gentoo.org/~agriffis/dist/ +Requires: xtoolwait +# XFree86/X11 for xdpyinfo +Requires: XFree86 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Script that launches mozilla or firefox. + +%prep +%setup -qcT +bzip2 -dc %{SOURCE0} > %{name} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_libdir} +install %{name} $RPM_BUILD_ROOT%{_libdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/* + +%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 2005/11/12 14:12:35 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
