]> git.pld-linux.org Git - packages/drupal-mod-profile_pages.git/blame - drupal-mod-profile_pages.spec
- new
[packages/drupal-mod-profile_pages.git] / drupal-mod-profile_pages.spec
CommitLineData
c1d63b91
ER
1%define modname profile_pages
2Summary: Drupal Site Profile Directory Module
3Name: drupal-mod-%{modname}
4Version: 4.6.0
5Release: 0.1
6License: GPL v2
7Group: Applications/WWW
8Source0: http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
9# Source0-md5: c47bcd90ead10832acc90771922016f6
10URL: http://drupal.org/node/24879
11Requires: drupal >= 4.6.0
12BuildArch: noarch
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%define _drupaldir %{_datadir}/drupal
16%define _moddir %{_drupaldir}/modules
17
18%description
19A module that lists every user on the site with a certain
20profile_field filled in, similar to a site directory of users with
21that information listed (i.e., users with an AOL Instant Messenger or
22XFire account).
23
24%prep
25%setup -q -n %{modname}
26rm -f LICENSE.txt # GPL v2
27
28%install
29rm -rf $RPM_BUILD_ROOT
30install -d $RPM_BUILD_ROOT%{_moddir}
31
32install *.module $RPM_BUILD_ROOT%{_moddir}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%doc *.txt
40%{_moddir}/*.module
This page took 0.084634 seconds and 4 git commands to generate.