]> git.pld-linux.org Git - packages/drupal-mod-front.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-front.spec -> 1.1

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

diff --git a/drupal-mod-front.spec b/drupal-mod-front.spec
new file mode 100644 (file)
index 0000000..99e42f0
--- /dev/null
@@ -0,0 +1,46 @@
+%define                modname front
+Summary:       Drupal Frontpage Module
+Name:          drupal-mod-%{modname}
+Version:       4.6.0
+Release:       0.4
+Epoch:         0
+License:       GPL
+Group:         Applications/WWW
+Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
+# Source0-md5: 607dd16dea4d743653d201da454c96ca
+URL:           http://drupal.org/project/front
+Requires:      drupal >= 4.6.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _moddir         %{_datadir}/drupal/modules
+
+%description
+The Front Page module allows user to specify splash pages or front
+pages to their site that are different in layout to the default
+theme/style.
+
+Useful if you want to do the following:
+- Have a splash front page to your drupal site that is different from
+  your default layout,
+- Automatically display a different front page for Anonymous and
+  Authenticated Users,
+- Easily update/change the contents or the redirects of your front
+  page(s) from within the Drupal Administration area,
+- Include PHP code in your Front Page(s).
+
+%prep
+%setup -q -n %{modname}
+
+%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
+%{_moddir}/*.module
This page took 0.083693 seconds and 4 git commands to generate.