SPECS: drupal-mod-jabber.spec (NEW) - new, not tested
glen
glen at pld-linux.org
Tue Jul 4 13:44:35 CEST 2006
Author: glen Date: Tue Jul 4 11:44:35 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new, not tested
---- Files affected:
SPECS:
drupal-mod-jabber.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/drupal-mod-jabber.spec
diff -u /dev/null SPECS/drupal-mod-jabber.spec:1.1
--- /dev/null Tue Jul 4 13:44:35 2006
+++ SPECS/drupal-mod-jabber.spec Tue Jul 4 13:44:29 2006
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+%define modname jabber
+Summary: Drupal Jabber Authentication Module
+Name: drupal-mod-%{modname}
+Version: 4.6.0
+Release: 0.1
+License: GPL / GPL v2
+Group: Applications/WWW
+Source0: http://ejabberd.jabber.ru/files/site/jabber.module.txt
+# Source0-md5: 6e61b4734e521cbeb203825cf54fc5f2
+URL: http://drupal.org/node/5076
+Requires: drupal >= 4.6.0
+Requires: php-xml
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define _drupaldir %{_datadir}/drupal
+%define _moddir %{_drupaldir}/modules
+
+%description
+
+%prep
+%setup -qcT
+cp -a %{SOURCE0} jabber.module
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_moddir}
+install *.module $RPM_BUILD_ROOT%{_moddir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_moddir}/*.module
+
+%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/07/04 11:44:29 glen
+- new, not tested
+
================================================================
More information about the pld-cvs-commit
mailing list