Author: glen Date: Wed Nov 7 14:31:17 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: geshi.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/geshi.spec diff -u /dev/null SPECS/geshi.spec:1.1 --- /dev/null Wed Nov 7 15:31:17 2007 +++ SPECS/geshi.spec Wed Nov 7 15:31:12 2007 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: GeSHi - Generic Syntax Highlighter +Name: geshi +Version: 1.0.7.20 +Release: 1 +License: GPL v2 +Group: Development/Languages/PHP +Source0: http://dl.sourceforge.net/geshi/GeSHi-%{version}.tar.bz2 +# Source0-md5: 22e57bf1936319ad07423fd32fa3a78a +URL: http://qbnz.com/highlighter/ +Requires: php-dirs +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _phpdir /usr/share/php + +%description +GeSHi is a generic syntax highlighter, written in PHP. You simply +input the source code you wish to highlight with the language you wish +to use, and the output will be a file syntax highlighted to XHTML +standards. + +%prep +%setup -q -n %{name} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_phpdir} +cp -a geshi.php geshi $RPM_BUILD_ROOT%{_phpdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc docs/{BUGS,CHANGES,README,THANKS,TODO} +%doc docs/geshi-doc.txt +%{_phpdir}/geshi.php +%{_phpdir}/geshi + +%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/11/07 14:31:12 glen +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
