]> git.pld-linux.org Git - packages/drupal.git/blob - drupal.spec
3b6bf8759ca7e13334c2289f3e2a2c332fb94148
[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.2
5 Release:        0.22
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/WWW
9 Source0:        http://drupal.org/files/projects/%{name}-%{version}.tar.gz
10 # Source0-md5:  7bbee605d6b57052e27adb1a61685ec1
11 Source1:        %{name}.conf
12 Source2:        %{name}.cron
13 Patch0:         %{name}-config.patch
14 Patch1:         %{name}-includedir.patch
15 Patch2:         %{name}-module-themedir.patch
16 Patch3:         %{name}-emptypass.patch
17 Patch4:         %{name}-themedir.patch
18 Patch5:         %{name}-sitesdir.patch
19 Patch6:         %{name}-topdir.patch
20 Patch7:         %{name}-themedir2.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 %patch0 -p1
120 #%patch1 -p1
121 #%patch2 -p1
122 %patch3 -p1
123 #%patch4 -p1
124 %patch5 -p1
125 %patch6 -p1
126 %patch7 -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{%{_appdir}/{po,modules/po,htdocs/{files,modules}},%{_sysconfdir},/etc/cron.d}
137
138 cp -a *.ico index.php $RPM_BUILD_ROOT%{_appdir}/htdocs
139 cp -a misc $RPM_BUILD_ROOT%{_appdir}/htdocs
140 cp -a xmlrpc.php $RPM_BUILD_ROOT%{_appdir}/htdocs
141
142 cp -a cron.php $RPM_BUILD_ROOT%{_appdir}
143 cp -a modules/* $RPM_BUILD_ROOT%{_appdir}/modules
144 cp -a includes scripts $RPM_BUILD_ROOT%{_appdir}
145 cp -a sites $RPM_BUILD_ROOT%{_sysconfdir}
146
147 cp -a themes $RPM_BUILD_ROOT%{_appdir}/htdocs
148 ln -s htdocs/files $RPM_BUILD_ROOT%{_appdir}/files
149
150 # move .xtmpl/.theme out of htdocs
151 (cd $RPM_BUILD_ROOT%{_appdir}/htdocs && tar cf - --remove-files themes/*/*.{xtmpl,theme}) | tar -xf - -C $RPM_BUILD_ROOT%{_appdir}
152 mv $RPM_BUILD_ROOT%{_appdir}/{htdocs/,}themes/engines
153
154 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
155 install %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.d/%{name}
156
157 %clean
158 rm -rf $RPM_BUILD_ROOT
159
160 %post
161 if [ "$1" = 1 ]; then
162 %banner -e %{name} <<EOF
163 If this is your first install of Drupal, you need to create drupal database:
164 mysqladmin create drupal
165
166 and import initial schema:
167 zcat %{_docdir}/%{name}-%{version}/database/database.mysql.gz | mysql drupal
168
169 Also read INSTALL from documentation!
170
171 EOF
172 fi
173
174 %triggerin -- apache1 >= 1.3.33-2
175 %apache_config_install -v 1 -c %{_sysconfdir}/apache.conf
176
177 %triggerun -- apache1 >= 1.3.33-2
178 %apache_config_uninstall -v 1
179
180 %triggerin -- apache >= 2.0.0
181 %apache_config_install -v 2 -c %{_sysconfdir}/apache.conf
182
183 %triggerun -- apache >= 2.0.0
184 %apache_config_uninstall -v 2
185
186 %files
187 %defattr(644,root,root,755)
188 %doc *.txt database
189
190 %attr(750,root,http) %dir %{_sysconfdir}
191 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
192
193 %attr(750,root,http) %dir %{_sysconfdir}/sites
194 %attr(750,root,http) %dir %{_sysconfdir}/sites/default
195 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sites/default/*
196
197 %dir %{_appdir}
198 %{_appdir}/includes
199 %{_appdir}/modules
200 %{_appdir}/scripts
201 %{_appdir}/themes
202 %{_appdir}/po
203 # symlink
204 %{_appdir}/files
205
206 %dir %{_appdir}/htdocs
207 %{_appdir}/htdocs/*.ico
208 %{_appdir}/htdocs/index.php
209 %{_appdir}/htdocs/misc
210 %{_appdir}/htdocs/themes
211 %{_appdir}/htdocs/modules
212 %dir %attr(775,root,http) %{_appdir}/htdocs/files
213
214 %files cron
215 %defattr(644,root,root,755)
216 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/%{name}
217 %{_appdir}/cron.php
218
219 %files xmlrpc
220 %defattr(644,root,root,755)
221 %{_appdir}/htdocs/xmlrpc.php
This page took 0.748676 seconds and 2 git commands to generate.