]> git.pld-linux.org Git - packages/drupal.git/blob - drupal.spec
- create virtual db driver packages, -pl needs review
[packages/drupal.git] / drupal.spec
1 Summary:        Open source content management platform
2 Summary(pl):    Platforma do zarz±dzania tre¶ci± o otwartych ¼ród³ach
3 Name:           drupal
4 Version:        4.6.3
5 Release:        0.25
6 License:        GPL
7 Group:          Applications/WWW
8 Source0:        http://drupal.org/files/projects/%{name}-%{version}.tar.gz
9 # Source0-md5:  f436973f02aa2cea15ef1ca90223082b
10 Source1:        %{name}.conf
11 Source2:        %{name}.cron
12 Source3:        %{name}.PLD
13 Patch3:         %{name}-replication.patch
14 Patch5:         %{name}-sitesdir.patch
15 Patch6:         %{name}-topdir.patch
16 Patch7:         %{name}-themedir2.patch
17 Patch8:         %{name}-emptypass.patch
18 Patch9:         %{name}-cron.patch
19 URL:            http://drupal.org/
20 BuildRequires:  rpmbuild(macros) >= 1.194
21 BuildRequires:  sed >= 4.0
22 Requires:       apache >= 1.3.33-3
23 Requires:       apache(mod_dir)
24 Requires:       apache(mod_access)
25 Requires:       apache(mod_expires)
26 Requires:       apache(mod_rewrite)
27 Requires:       apache(mod_alias)
28 Requires:       php >= 3:4.3.3
29 Requires:       php-mysql
30 Requires:       php-pcre
31 Requires:       %{name}(DB_Driver)
32 Requires:       php-xml
33 BuildArch:      noarch
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %define         _appdir         %{_datadir}/%{name}
37 %define         _sysconfdir     /etc/%{name}
38
39 %description
40 Drupal is software that allows an individual or a community of users
41 to easily publish, manage and organize a great variety of content on a
42 website. Tens of thousands of people and organizations have used
43 Drupal to set up scores of different kinds of web sites, including
44 - community web portals and discussion sites
45 - corporate web sites/intranet portals
46 - personal web sites
47 - afficionado sites
48 - e-commerce applications
49 - resource directories
50
51 Drupal includes features to enable
52 - content management systems
53 - blogs
54 - collaborative authoring environments
55 - forums
56 - newsletters
57 - picture galleries
58 - file uploads and download
59
60 and much more.
61
62 %description -l pl
63 Drupal to oprogramowanie pozwalaj±ce osobie lub spo³eczno¶ci
64 u¿ytkowników na ³atwe publikowanie, zarz±dzanie i organizowanie ró¿nej
65 tre¶ci na stronie WWW. Dziesi±tki tysiêcy ludzi i organizacji u¿ywali
66 Drupala do ustawiania wyników ró¿nych rodzajów stron WWW, w tym:
67 - portale WWW i strony dyskusyjne spo³eczno¶ci
68 - korporacyjne strony WWW/portale intranetowe
69 - osobiste strony WWW
70 - strony mi³o¶ników
71 - aplikacje e-commerce
72 - s³owniki zasobów
73
74 Drupal zawiera zasoby umo¿liwiaj±ce tworzenie:
75 - systemów zarz±dzania tre¶ci±
76 - blogów
77 - ¶rodowisk pracy grupowej
78 - forów
79 - nowin
80 - galerii zdjêæ
81 - wrzucania i ¶ci±gania plików
82
83 i wiele wiêcej.
84
85 %package cron
86 Summary:        Drupal cron
87 Summary(pl):    Us³uga cron dla Drupala
88 Group:          Applications/WWW
89 Requires:       %{name} = %{version}-%{release}
90 Requires:       crondaemon
91 Requires:       php-cli >= 3:4.3.3
92
93 %description cron
94 This package contains script which invokes cron hooks for Drupal.
95
96 %description cron -l pl
97 Ten pakiet zawiera skrypt wywo³uj±cy uchwyty crona dla Drupala.
98
99 %package db-mysql
100 Summary:        Drupal DB Driver for MySQL
101 Summary(pl):    Sterownik bazy danych Drupal dla MySQL-a
102 Group:          Applications/WWW
103 Requires:       php-mysql
104 Provides:       %{name}(DB_Driver) = %{version}-%{release}
105
106 %description db-mysql
107 This virtual package provides MySQL database backend for Drupal.
108
109 %description db-mysql -l pl
110 Ten wirtualny pakiet dostarcza backend bazy danych MySQL dla
111 Drupal.
112
113 %package db-pgsql
114 Summary:        Drupal DB Driver for PostgreSQL
115 Summary(pl):    Sterownik bazy danych eGroupware dla Dripala
116 Group:          Applications/WWW
117 Requires:       php-pgsql
118 Provides:       %{name}(DB_Driver) = %{version}-%{release}
119
120 %description db-pgsql
121 This virtual package provides PostgreSQL database backend for
122 Drupala.
123
124 NOTE: This driver is not tested in PLD, and not all modules have
125 database schema for PostgreSQL. Use this driver at your own risk!
126
127 %description db-pgsql -l pl
128 Ten wirtualny pakiet dostarcza backend bazy danych PostgreSQL dla
129 Drupala.
130
131 %package xmlrpc
132 Summary:        XMLRPC server for Drupal
133 Summary(pl):    Serwer XMLRPC dla Drupala
134 Group:          Applications/WWW
135 Requires:       %{name} = %{version}-%{release}
136
137 %description xmlrpc
138 XMLRPC server for Drupal allows other Drupals authorize with your
139 Drupal's user creditentials, this is called Distributed Authentication
140 in Drupal world.
141
142 %description xmlrpc -l pl
143 Serwer XMLRPC dla Drupala pozwala innym Drupalom autoryzowaæ siê z
144 danymi uwierzytelniaj±cymi u¿ytkownika danego Drupala - jest to
145 nazywane rozproszonym uwierzytelnianiem.
146
147 %prep
148 %setup -q
149 %patch3 -p1
150 %patch5 -p1
151 %patch6 -p1
152 %patch7 -p1
153 %patch8 -p1
154 %patch9 -p1
155
156 find -name '*~' | xargs -r rm -v
157 cp %{SOURCE3} README.PLD
158
159 %install
160 rm -rf $RPM_BUILD_ROOT
161 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,/var/{cache,lib}/%{name}} \
162         $RPM_BUILD_ROOT%{_appdir}/{po,modules/po,htdocs/modules}
163
164 cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
165 cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs
166 cp -a xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs
167
168 cp -a cron.php $RPM_BUILD_ROOT%{_appdir}
169 cp -a modules/* $RPM_BUILD_ROOT%{_appdir}/modules
170 cp -a includes scripts $RPM_BUILD_ROOT%{_appdir}
171 cp -a sites $RPM_BUILD_ROOT%{_sysconfdir}
172
173 ln -s /var/lib/%{name} $RPM_BUILD_ROOT%{_appdir}/files
174
175 # install themes
176 cp -a themes $RPM_BUILD_ROOT%{_appdir}/htdocs
177 # move .xtmpl/.theme out of htdocs
178 (cd $RPM_BUILD_ROOT%{_appdir}/htdocs && tar cf - --remove-files themes/*/*.{xtmpl,theme}) | tar -xf - -C $RPM_BUILD_ROOT%{_appdir}
179 mv $RPM_BUILD_ROOT%{_appdir}/{htdocs/,}themes/engines
180 # make screenshot.png available in appdir
181 for a in $RPM_BUILD_ROOT%{_appdir}/htdocs/themes/*; do
182         t=$(basename $a)
183         ln -s ../../htdocs/themes/$t/screenshot.png $RPM_BUILD_ROOT%{_appdir}/themes/$t
184 done
185
186 # a hack
187 s=themes/chameleon/marvin
188 ln -s ../../htdocs/$s $RPM_BUILD_ROOT%{_appdir}/$s
189
190 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
191 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}
192
193 %clean
194 rm -rf $RPM_BUILD_ROOT
195
196 %post
197 if [ "$1" = 1 ]; then
198 %banner -e %{name} <<EOF
199 If this is your first install of Drupal, you need to create drupal database:
200 mysqladmin create drupal
201
202 and import initial schema:
203 zcat %{_docdir}/%{name}-%{version}/database/database.mysql.gz | mysql drupal
204
205 Also read INSTALL from documentation!
206
207 EOF
208 fi
209
210 %triggerin -- apache1 >= 1.3.33-2
211 %apache_config_install -v 1 -c %{_sysconfdir}/apache.conf
212
213 %triggerun -- apache1 >= 1.3.33-2
214 %apache_config_uninstall -v 1
215
216 %triggerin -- apache >= 2.0.0
217 %apache_config_install -v 2 -c %{_sysconfdir}/apache.conf
218
219 %triggerun -- apache >= 2.0.0
220 %apache_config_uninstall -v 2
221
222 %files
223 %defattr(644,root,root,755)
224 %doc *.txt database README.replication README.PLD
225
226 %attr(750,root,http) %dir %{_sysconfdir}
227 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
228
229 %attr(750,root,http) %dir %{_sysconfdir}/sites
230 %attr(750,root,http) %dir %{_sysconfdir}/sites/default
231 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sites/default/*
232
233 %dir %{_appdir}
234 %{_appdir}/includes
235 %{_appdir}/modules
236 %{_appdir}/scripts
237 %{_appdir}/themes
238 %{_appdir}/po
239 # symlink
240 %{_appdir}/files
241
242 %dir %{_appdir}/htdocs
243 %{_appdir}/htdocs/*.ico
244 %{_appdir}/htdocs/index.php
245 %{_appdir}/htdocs/misc
246 %{_appdir}/htdocs/themes
247 %{_appdir}/htdocs/modules
248
249 %dir %attr(775,root,http) /var/lib/%{name}
250 %dir %attr(775,root,http) /var/cache/%{name}
251
252 %files cron
253 %defattr(644,root,root,755)
254 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
255 %{_appdir}/cron.php
256
257 %files db-mysql
258 %defattr(644,root,root,755)
259
260 %files db-pgsql
261 %defattr(644,root,root,755)
262
263 %files xmlrpc
264 %defattr(644,root,root,755)
265 %{_appdir}/htdocs/xmlrpc.php
This page took 0.046325 seconds and 3 git commands to generate.