]> git.pld-linux.org Git - packages/drupal.git/blob - drupal.spec
8c34eda64bc93ae8d54612b221af72ff7db1b18f
[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.19
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/WWW
9 Source0:        http://drupal.org/files/projects/%{name}-%{version}.tar.gz
10 # Source0-md5:  f436973f02aa2cea15ef1ca90223082b
11 Source1:        %{name}.conf
12 Source2:        %{name}.cron
13 Patch1:         %{name}-includedir.patch
14 Patch2:         %{name}-module-themedir.patch
15 Patch3:         %{name}-replication.patch
16 Patch4:         %{name}-themedir.patch
17 Patch5:         %{name}-sitesdir.patch
18 Patch6:         %{name}-topdir.patch
19 Patch7:         %{name}-themedir2.patch
20 Patch8:         %{name}-emptypass.patch
21 URL:            http://drupal.org/
22 BuildRequires:  rpmbuild(macros) >= 1.194
23 BuildRequires:  sed >= 4.0
24 Requires:       apache >= 1.3.33-3
25 Requires:       apache(mod_dir)
26 Requires:       apache(mod_access)
27 Requires:       apache(mod_expires)
28 Requires:       apache(mod_rewrite)
29 Requires:       apache(mod_alias)
30 Requires:       php >= 3:4.3.3
31 Requires:       php-mysql
32 Requires:       php-pcre
33 #Requires:      php-pgsql
34 Requires:       php-xml
35 BuildArch:      noarch
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %define         _appdir         %{_datadir}/%{name}
39 %define         _sysconfdir     /etc/%{name}
40
41 %description
42 Drupal is software that allows an individual or a community of users
43 to easily publish, manage and organize a great variety of content on a
44 website. Tens of thousands of people and organizations have used
45 Drupal 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
53 Drupal 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
62 and much more.
63
64 %description -l pl
65 Drupal to oprogramowanie pozwalaj±ce osobie lub spo³eczno¶ci
66 u¿ytkowników na ³atwe publikowanie, zarz±dzanie i organizowanie ró¿nej
67 tre¶ci na stronie WWW. Dziesi±tki tysiêcy ludzi i organizacji u¿ywali
68 Drupala 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
76 Drupal 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
85 i wiele wiêcej.
86
87 %package cron
88 Summary:        Drupal cron
89 Summary(pl):    Us³uga cron dla Drupala
90 Group:          Applications/WWW
91 Requires:       %{name} = %{version}-%{release}
92 Requires:       crondaemon
93 Requires:       php-cli >= 3:4.3.3
94
95 %description cron
96 This package contains script which invokes cron hooks for Drupal.
97
98 %description cron -l pl
99 Ten pakiet zawiera skrypt wywo³uj±cy uchwyty crona dla Drupala.
100
101 %package xmlrpc
102 Summary:        XMLRPC server for Drupal
103 Summary(pl):    Serwer XMLRPC dla Drupala
104 Group:          Applications/WWW
105 Requires:       %{name} = %{version}-%{release}
106
107 %description xmlrpc
108 XMLRPC server for Drupal allows other Drupals authorize with your
109 Drupal's user creditentials, this is called Distributed Authentication
110 in Drupal world.
111
112 %description xmlrpc -l pl
113 Serwer XMLRPC dla Drupala pozwala innym Drupalom autoryzowaæ siê z
114 danymi uwierzytelniaj±cymi u¿ytkownika danego Drupala - jest to
115 nazywane rozproszonym uwierzytelnianiem.
116
117 %prep
118 %setup -q
119 #%patch1 -p1
120 #%patch2 -p1
121 %patch3 -p1
122 #%patch4 -p1
123 %patch5 -p1
124 %patch6 -p1
125 %patch7 -p1
126 %patch8 -p1
127
128 #grep -rl 'include_once .includes/' . | xargs sed -i -e '
129 #       s,include_once \(.\)includes/,include_once \1%{_appdir}/includes/,g
130 #'
131
132 find -name '*~' | xargs -r rm -v
133
134 %install
135 rm -rf $RPM_BUILD_ROOT
136 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/cron.d,/var/lib/%{name}} \
137         $RPM_BUILD_ROOT%{_appdir}/{po,modules/po,htdocs/modules}
138
139 cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
140 cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs
141 cp -a xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs
142
143 cp -a cron.php $RPM_BUILD_ROOT%{_appdir}
144 cp -a modules/* $RPM_BUILD_ROOT%{_appdir}/modules
145 cp -a includes scripts $RPM_BUILD_ROOT%{_appdir}
146 cp -a sites $RPM_BUILD_ROOT%{_sysconfdir}
147
148 ln -s /var/lib/%{name} $RPM_BUILD_ROOT%{_appdir}/files
149
150 # install themes
151 cp -a themes $RPM_BUILD_ROOT%{_appdir}/htdocs
152 # move .xtmpl/.theme out of htdocs
153 (cd $RPM_BUILD_ROOT%{_appdir}/htdocs && tar cf - --remove-files themes/*/*.{xtmpl,theme}) | tar -xf - -C $RPM_BUILD_ROOT%{_appdir}
154 mv $RPM_BUILD_ROOT%{_appdir}/{htdocs/,}themes/engines
155 # make screenshot.png available in appdir
156 for a in $RPM_BUILD_ROOT%{_appdir}/htdocs/themes/*; do
157         t=$(basename $a)
158         ln -s ../../htdocs/themes/$t/screenshot.png $RPM_BUILD_ROOT%{_appdir}/themes/$t
159 done
160
161 # a hack
162 s=themes/chameleon/marvin
163 ln -s ../../htdocs/$s $RPM_BUILD_ROOT%{_appdir}/$s
164
165 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
166 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}
167
168 %clean
169 rm -rf $RPM_BUILD_ROOT
170
171 %post
172 if [ "$1" = 1 ]; then
173 %banner -e %{name} <<EOF
174 If this is your first install of Drupal, you need to create drupal database:
175 mysqladmin create drupal
176
177 and import initial schema:
178 zcat %{_docdir}/%{name}-%{version}/database/database.mysql.gz | mysql drupal
179
180 Also read INSTALL from documentation!
181
182 EOF
183 fi
184
185 %triggerin -- apache1 >= 1.3.33-2
186 %apache_config_install -v 1 -c %{_sysconfdir}/apache.conf
187
188 %triggerun -- apache1 >= 1.3.33-2
189 %apache_config_uninstall -v 1
190
191 %triggerin -- apache >= 2.0.0
192 %apache_config_install -v 2 -c %{_sysconfdir}/apache.conf
193
194 %triggerun -- apache >= 2.0.0
195 %apache_config_uninstall -v 2
196
197 %files
198 %defattr(644,root,root,755)
199 %doc *.txt database README.replication
200
201 %attr(750,root,http) %dir %{_sysconfdir}
202 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
203
204 %attr(750,root,http) %dir %{_sysconfdir}/sites
205 %attr(750,root,http) %dir %{_sysconfdir}/sites/default
206 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sites/default/*
207
208 %dir %{_appdir}
209 %{_appdir}/includes
210 %{_appdir}/modules
211 %{_appdir}/scripts
212 %{_appdir}/themes
213 %{_appdir}/po
214 # symlink
215 %{_appdir}/files
216
217 %dir %{_appdir}/htdocs
218 %{_appdir}/htdocs/*.ico
219 %{_appdir}/htdocs/index.php
220 %{_appdir}/htdocs/misc
221 %{_appdir}/htdocs/themes
222 %{_appdir}/htdocs/modules
223
224 %dir %attr(775,root,http) /var/lib/%{name}
225
226 %files cron
227 %defattr(644,root,root,755)
228 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
229 %{_appdir}/cron.php
230
231 %files xmlrpc
232 %defattr(644,root,root,755)
233 %{_appdir}/htdocs/xmlrpc.php
This page took 0.09881 seconds and 3 git commands to generate.