]> git.pld-linux.org Git - packages/drupal-mod-jabber.git/commitdiff
- new, not tested
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Jul 2006 11:44:29 +0000 (11:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-jabber.spec -> 1.1

drupal-mod-jabber.spec [new file with mode: 0644]

diff --git a/drupal-mod-jabber.spec b/drupal-mod-jabber.spec
new file mode 100644 (file)
index 0000000..ba198fe
--- /dev/null
@@ -0,0 +1,35 @@
+%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
This page took 0.071007 seconds and 4 git commands to generate.