SPECS: t0xirc.spec (NEW) - new

glen glen at pld-linux.org
Fri Mar 31 23:02:19 CEST 2006


Author: glen                         Date: Fri Mar 31 21:02:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   t0xirc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/t0xirc.spec
diff -u /dev/null SPECS/t0xirc.spec:1.1
--- /dev/null	Fri Mar 31 23:02:19 2006
+++ SPECS/t0xirc.spec	Fri Mar 31 23:02:13 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	A PHP to Eggdrop gateway class
+Name:		t0xirc
+Version:	1.0.4
+Release:	0.1
+License:	GPL v2
+Group:		Libraries
+Source0:	http://t0xirc.si.kz/downloads/%{name}_%{version}.tgz
+# Source0-md5:	f529648d6e00d1db7fb8c06580b05198
+URL:		http://t0xirc.si.kz/
+Requires:	php-common
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir	%{_datadir}/php
+
+%description
+t0xirc is a PHP class that enable your applications to interact with
+the popular IRC bot Eggdrop.
+
+%prep
+%setup -q -n %{name}_%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_appdir},%{_examplesdir}/%{name}-%{version}}
+cp -a t0xirc.php $RPM_BUILD_ROOT%{_appdir}
+cp -a example.php $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%{_appdir}/*
+%{_examplesdir}/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/03/31 21:02:13  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list