]> git.pld-linux.org Git - packages/drupal-mod-profile_pages.git/blame - drupal-mod-profile_pages.spec
- converted to UTF-8
[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
9675c625 3Summary(pl.UTF-8): Moduł katalogu profili dla Drupala
c1d63b91
ER
4Name: drupal-mod-%{modname}
5Version: 4.6.0
6Release: 0.1
7License: GPL v2
8Group: Applications/WWW
9Source0: http://drupal.org/files/projects/%{modname}-%{version}.tar.gz
10# Source0-md5: c47bcd90ead10832acc90771922016f6
11URL: http://drupal.org/node/24879
12Requires: drupal >= 4.6.0
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%define _drupaldir %{_datadir}/drupal
17%define _moddir %{_drupaldir}/modules
18
19%description
20A module that lists every user on the site with a certain
21profile_field filled in, similar to a site directory of users with
22that information listed (i.e., users with an AOL Instant Messenger or
23XFire account).
24
9675c625
JR
25%description -l pl.UTF-8
26Moduł wyświetlający każdego użytkownika na stronie z wypełnionym
27pewnym polem profile_field, podobnie do katalogu strony użytkowników z
28podaną tą informacją (np. użytkowników z kontami komunikatora AOL
1b8ed2fd
JB
29Instant Messenger czy XFire).
30
c1d63b91
ER
31%prep
32%setup -q -n %{modname}
33rm -f LICENSE.txt # GPL v2
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT%{_moddir}
38
39install *.module $RPM_BUILD_ROOT%{_moddir}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc *.txt
47%{_moddir}/*.module
This page took 1.030817 seconds and 4 git commands to generate.