]> git.pld-linux.org Git - packages/drupal-mod-profile_pages.git/commitdiff
- new
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Oct 2005 09:37:36 +0000 (09:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal-mod-profile_pages.spec -> 1.1

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

diff --git a/drupal-mod-profile_pages.spec b/drupal-mod-profile_pages.spec
new file mode 100644 (file)
index 0000000..a063a82
--- /dev/null
@@ -0,0 +1,40 @@
+%define                modname profile_pages
+Summary:       Drupal Site Profile Directory Module
+Name:          drupal-mod-%{modname}
+Version:       4.6.0
+Release:       0.1
+License:       GPL v2
+Group:         Applications/WWW
+Source0:       http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
+# Source0-md5: c47bcd90ead10832acc90771922016f6
+URL:           http://drupal.org/node/24879
+Requires:      drupal >= 4.6.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _drupaldir      %{_datadir}/drupal
+%define                _moddir         %{_drupaldir}/modules
+
+%description
+A module that lists every user on the site with a certain
+profile_field filled in, similar to a site directory of users with
+that information listed (i.e., users with an AOL Instant Messenger or
+XFire account).
+
+%prep
+%setup -q -n %{modname}
+rm -f LICENSE.txt # GPL v2
+
+%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.060626 seconds and 4 git commands to generate.