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