SPECS: drupal-mod-profile_pages.spec (NEW) - new

glen glen at pld-linux.org
Mon Oct 10 11:37:41 CEST 2005


Author: glen                         Date: Mon Oct 10 09:37:41 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   drupal-mod-profile_pages.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/drupal-mod-profile_pages.spec
diff -u /dev/null SPECS/drupal-mod-profile_pages.spec:1.1
--- /dev/null	Mon Oct 10 11:37:41 2005
+++ SPECS/drupal-mod-profile_pages.spec	Mon Oct 10 11:37:36 2005
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+%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
+
+%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  2005/10/10 09:37:36  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list