]> git.pld-linux.org Git - packages/drupal-mod-og.git/commitdiff
- drupal module
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 May 2005 15:30:40 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-og.spec -> 1.1

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

diff --git a/drupal-mod-og.spec b/drupal-mod-og.spec
new file mode 100644 (file)
index 0000000..7b3ba46
--- /dev/null
@@ -0,0 +1,45 @@
+%define                modname og
+Summary:       Drupal Organic groups Module
+Name:          drupal-mod-%{modname}
+Version:       4.6.0
+Release:       0.3
+Epoch:         0
+License:       GPL
+Group:         Applications/WWW
+Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
+# Source0-md5: 8111c047c7a1a620e5547b1682ad80a3
+URL:           http://drupal.org/project/og
+Requires:      drupal >= 4.6.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _moddir         %{_datadir}/drupal/modules
+
+%description
+Enable users to create and manage their own 'groups'. Each group can
+have subscribers, and maintains a a group home page where subscribers
+communicate amongst themselves. They do so by posting the usual node
+types: blog, story, page, etc. A block is shown on the group home page
+which facilitates these posts. The block also provides summary
+information about the group.
+
+Groups may be selective or not. Selective groups require approval in
+order to become a member.
+
+%prep
+%setup -q -n %{modname}
+rm -f LICENSE.txt # pure GPL
+
+%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)
+%doc *.txt og.mysql
+%{_moddir}/*.module
This page took 0.131845 seconds and 4 git commands to generate.