]> git.pld-linux.org Git - packages/drupal.git/blame_incremental - drupal.spec
- Up to 6.20, NT
[packages/drupal.git] / drupal.spec
... / ...
CommitLineData
1Summary: Open source content management platform
2Summary(pl.UTF-8): Platforma do zarządzania treścią o otwartych źródłach
3Name: drupal
4Version: 6.20
5Release: 0.1
6License: GPL
7Group: Applications/WWW
8Source0: http://ftp.drupal.org/files/projects/%{name}-%{version}.tar.gz
9# Source0-md5: a4f59401fbb3e20e3a03ac5fc11bd27c
10Source1: %{name}.conf
11Source2: %{name}.cron
12Source3: %{name}.PLD
13Patch0: %{name}-cron.patch
14Patch1: %{name}-sitesdir.patch
15Patch2: %{name}-topdir.patch
16#Patchx: %{name}-replication.patch
17#Patchx: %{name}-emptypass.patch
18URL: http://www.drupal.org/
19BuildRequires: rpmbuild(macros) >= 1.264
20BuildRequires: sed >= 4.0
21Requires: %{name}(DB_Driver) = %{version}-%{release}
22Requires: apache(mod_access)
23Requires: apache(mod_alias)
24Requires: apache(mod_dir)
25Requires: apache(mod_expires)
26Requires: apache(mod_rewrite)
27Requires: php(mbstring)
28Requires: php(pcre)
29Requires: php(xml)
30Requires: webapps
31Requires: webserver = apache
32Requires: webserver(php) >= 4.3.3
33BuildArch: noarch
34BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36%define _appdir %{_datadir}/%{name}
37%define _webapps /etc/webapps
38%define _webapp %{name}
39%define _sysconfdir %{_webapps}/%{_webapp}
40
41%description
42Drupal is software that allows an individual or a community of users
43to easily publish, manage and organize a great variety of content on a
44website. Tens of thousands of people and organizations have used
45Drupal to set up scores of different kinds of web sites, including
46- community web portals and discussion sites
47- corporate web sites/intranet portals
48- personal web sites
49- afficionado sites
50- e-commerce applications
51- resource directories
52
53Drupal includes features to enable
54- content management systems
55- blogs
56- collaborative authoring environments
57- forums
58- newsletters
59- picture galleries
60- file uploads and download
61
62and much more.
63
64%description -l pl.UTF-8
65Drupal to oprogramowanie pozwalające osobie lub społeczności
66użytkowników na łatwe publikowanie, zarządzanie i organizowanie różnej
67treści na stronie WWW. Dziesiątki tysięcy ludzi i organizacji używali
68Drupala do ustawiania wyników różnych rodzajów stron WWW, w tym:
69- portale WWW i strony dyskusyjne społeczności
70- korporacyjne strony WWW/portale intranetowe
71- osobiste strony WWW
72- strony miłośników
73- aplikacje e-commerce
74- słowniki zasobów
75
76Drupal zawiera zasoby umożliwiające tworzenie:
77- systemów zarządzania treścią
78- blogów
79- środowisk pracy grupowej
80- forów
81- nowin
82- galerii zdjęć
83- wrzucania i ściągania plików
84
85i wiele więcej.
86
87%package cron
88Summary: Drupal cron
89Summary(pl.UTF-8): Usługa cron dla Drupala
90Group: Applications/WWW
91Requires: %{name} = %{version}-%{release}
92Requires: crondaemon
93Requires: php-cli >= 3:4.3.3
94
95%description cron
96This package contains script which invokes cron hooks for Drupal.
97
98%description cron -l pl.UTF-8
99Ten pakiet zawiera skrypt wywołujący uchwyty crona dla Drupala.
100
101%package db-mysql
102Summary: Drupal DB Driver for MySQL
103Summary(pl.UTF-8): Sterownik bazy danych MySQL dla Drupala
104Group: Applications/WWW
105Requires: php(mysql)
106Provides: %{name}(DB_Driver) = %{version}-%{release}
107
108%description db-mysql
109This virtual package provides MySQL database backend for Drupal.
110
111%description db-mysql -l pl.UTF-8
112Ten wirtualny pakiet dostarcza backend bazy danych MySQL dla Drupala.
113
114%package db-pgsql
115Summary: Drupal DB Driver for PostgreSQL
116Summary(pl.UTF-8): Sterownik bazy danych PostgreSQL dla Drupala
117Group: Applications/WWW
118Requires: php(pgsql)
119Provides: %{name}(DB_Driver) = %{version}-%{release}
120
121%description db-pgsql
122This virtual package provides PostgreSQL database backend for Drupal.
123
124NOTE: This driver is not tested in PLD, and not all modules have
125database schema for PostgreSQL. Use this driver at your own risk!
126
127%description db-pgsql -l pl.UTF-8
128Ten wirtualny pakiet dostarcza backend bazy danych PostgreSQL dla
129Drupala.
130
131UWAGA: Ten sterownik nie był testowany w PLD i nie wszystkie moduły
132mają schematy bazy danych dla PostgreSQL-a. Można go używać na własne
133ryzyko.
134
135%package update
136Summary: Package to perform Drupal database updates
137Group: Applications/WWW
138Requires: %{name} = %{version}-%{release}
139
140%description update
141This package contains scripts needed to do database updates via web.
142
143%package xmlrpc
144Summary: XMLRPC server for Drupal
145Summary(pl.UTF-8): Serwer XMLRPC dla Drupala
146Group: Applications/WWW
147Requires: %{name} = %{version}-%{release}
148
149%description xmlrpc
150XMLRPC server for Drupal allows other Drupals authorize with your
151Drupal's user creditentials, this is called Distributed Authentication
152in Drupal world.
153
154%description xmlrpc -l pl.UTF-8
155Serwer XMLRPC dla Drupala pozwala innym Drupalom autoryzować się z
156danymi uwierzytelniającymi użytkownika danego Drupala - jest to
157nazywane rozproszonym uwierzytelnianiem.
158
159%prep
160%setup -q %{?_rc:-n %{name}-%{version}-%{_rc}}
161%patch0 -p1
162%patch1 -p1
163%patch2 -p1
164
165# cleanup backups after patching
166find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
167cp -p %{SOURCE3} README.PLD
168
169%install
170rm -rf $RPM_BUILD_ROOT
171install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,/var/{cache,lib}/%{name}} \
172 $RPM_BUILD_ROOT%{_appdir}/{po,database,modules/po,htdocs/modules,themes}
173
174cp -a index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
175cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs
176cp -a install.php update.php xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs
177
178cp -a cron.php $RPM_BUILD_ROOT%{_appdir}
179cp -a includes scripts $RPM_BUILD_ROOT%{_appdir}
180cp -a sites $RPM_BUILD_ROOT%{_sysconfdir}
181cp -a modules/* $RPM_BUILD_ROOT%{_appdir}/modules
182cp -a themes/* $RPM_BUILD_ROOT%{_appdir}/themes
183cp -Rl $RPM_BUILD_ROOT%{_appdir}/modules $RPM_BUILD_ROOT%{_appdir}/htdocs
184cp -Rl $RPM_BUILD_ROOT%{_appdir}/themes $RPM_BUILD_ROOT%{_appdir}/htdocs
185
186find $RPM_BUILD_ROOT%{_appdir}/htdocs/themes/ $RPM_BUILD_ROOT%{_appdir}/htdocs/modules/ \
187 -type f -regextype posix-awk \
188 -regex '.*\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|php|xtmpl)$|.*/(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$' \
189 -print0 | xargs -0 -r -l512 rm -f
190find $RPM_BUILD_ROOT%{_appdir}/themes/ $RPM_BUILD_ROOT%{_appdir}/modules/ \
191 -type f -regextype posix-awk \
192 ! -regex '.*\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|php|xtmpl)$|.*/(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$' \
193 -print0 | xargs -0 -r -l512 rm -f
194
195# avoid pulling perl dep
196chmod -x $RPM_BUILD_ROOT%{_appdir}/scripts/*
197
198ln -s /var/lib/%{name} $RPM_BUILD_ROOT%{_appdir}/files
199
200install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
201install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
202install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}
203
204%clean
205rm -rf $RPM_BUILD_ROOT
206
207%post
208if [ "$1" = 1 ]; then
209%banner -e %{name} <<'EOF'
210If this is your first install of Drupal, You need at least configure
211$db_url and $base_url in %{_sysconfdir}/sites/default/settings.php
212
213EOF
214fi
215
216%post db-mysql
217if [ "$1" = 1 ]; then
218%banner -e %{name}-db-mysql <<'EOF'
219If this is your first install of Drupal, you need to create Drupal database:
220
221mysqladmin create drupal
222zcat %{_docdir}/%{name}-db-mysql-%{version}/database.mysql.gz | mysql drupal
223mysql -e "GRANT SELECT, INSERT, UPDATE, DELETE ON drupal.* TO 'drupal'@'localhost' IDENTIFIED BY 'password'"
224mysql -e "GRANT CREATE TEMPORARY TABLES, LOCK TABLES ON *.* TO 'drupal'@'localhost'"
225
226EOF
227fi
228
229%post db-pgsql
230if [ "$1" = 1 ]; then
231%banner -e %{name}-db-pgsql <<'EOF'
232If this is your first install of Drupal, you need to create Drupal database:
233
234and import initial schema from
235%{_docdir}/%{name}-db-pgsql-%{version}/database.pgsql.gz
236
237EOF
238fi
239
240%triggerin -- apache1 < 1.3.37-3, apache1-base
241%webapp_register apache %{_webapp}
242
243%triggerun -- apache1 < 1.3.37-3, apache1-base
244%webapp_unregister apache %{_webapp}
245
246%triggerin -- apache < 2.2.0, apache-base
247%webapp_register httpd %{_webapp}
248
249%triggerun -- apache < 2.2.0, apache-base
250%webapp_unregister httpd %{_webapp}
251
252%files
253%defattr(644,root,root,755)
254%doc *.txt README.PLD
255
256%dir %attr(750,root,http) %{_sysconfdir}
257%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
258%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
259
260%attr(750,root,http) %dir %{_sysconfdir}/sites
261%attr(750,root,http) %dir %{_sysconfdir}/sites/default
262%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sites/default/*
263%attr(750,root,http) %dir %{_sysconfdir}/sites/all
264%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sites/all/*
265
266%dir %{_appdir}
267%{_appdir}/includes
268%{_appdir}/modules
269%{_appdir}/scripts
270%{_appdir}/themes
271%{_appdir}/po
272# symlink
273%{_appdir}/files
274
275%dir %{_appdir}/htdocs
276%{_appdir}/htdocs/index.php
277%{_appdir}/htdocs/install.php
278%{_appdir}/htdocs/misc
279%{_appdir}/htdocs/themes
280%{_appdir}/htdocs/modules
281
282%dir %attr(775,root,http) /var/lib/%{name}
283%dir %attr(775,root,http) /var/cache/%{name}
284
285%files cron
286%defattr(644,root,root,755)
287%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
288%attr(775,root,root) %{_appdir}/cron.php
289
290%files db-mysql
291%defattr(644,root,root,755)
292#%doc README.replication
293
294%files db-pgsql
295%defattr(644,root,root,755)
296
297%files update
298%defattr(644,root,root,755)
299%{_appdir}/htdocs/update.php
300%{_appdir}/database
301
302%files xmlrpc
303%defattr(644,root,root,755)
304%{_appdir}/htdocs/xmlrpc.php
This page took 0.071522 seconds and 4 git commands to generate.