]> git.pld-linux.org Git - packages/wordpress.git/blame - wordpress.spec
- upgraded to 2.3.3 (sec fixes),
[packages/wordpress.git] / wordpress.spec
CommitLineData
45cc6939 1# TODO
3ab985b1 2# - put config files to %{_sysconfdir}!
91d483d9 3# - switch to versioned url: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/00README
ec33fe30 4Summary: Personal publishing system
fbfe2ed5 5Summary(pl.UTF-8): Osobisty system publikacji
ec33fe30 6Name: wordpress
f20d6350 7Version: 2.3.3
0e2315f3 8Release: 1
ec33fe30 9License: GPL
10Group: Applications/Publishing
11Source0: http://wordpress.org/latest.tar.gz
f20d6350 12# Source0-md5: 19518de1117aa68f0c3de84b6858efc3
54d512d5 13Source1: wp-secure.sh
14Source2: wp-setup.sh
15Source3: wp-setup.txt
20ae9c53 16Source4: %{name}.conf
59d447d5 17Source5: %{name}-lighttpd.conf
f20d6350
TP
18Source6: http://wordpress-polska.org/system/files/pl_PL_0.po
19# Source6-md5: 0b1d193435065c98e12ac188232f190f
20Source7: http://wordpress-polska.org/system/files/pl_PL_0.mo
21# Source7-md5: 4ec7fff754ce3cbdccfde7fc58d98af6
ec33fe30 22URL: http://wordpress.org/
087631da
ER
23Requires: php(gettext)
24Requires: php(mysql)
25Requires: php(pcre)
26Requires: php(xml)
27Requires: php(xmlrpc)
3ab985b1 28Requires: webapps
087631da 29Requires: webserver(php) >= 5.0
edeb68e0 30BuildArch: noarch
ec33fe30 31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
3ab985b1
ER
33%define _appdir %{_datadir}/%{name}
34%define _webapps /etc/webapps
35%define _webapp %{name}
36%define _sysconfdir %{_webapps}/%{_webapp}
ec33fe30 37
38%description
39WordPress is a state-of-the-art semantic personal publishing platform
40with a focus on aesthetics, web standards, and usability. WordPress
41was born out of a desire for an elegant, well-architectured personal
42publishing system (also called blog or weblog) built on PHP and MySQL
43and licensed under the GPL. It is the official successor of
44b2/cafelog. WordPress is fresh software, but its roots and development
45go back to 2001.
46
0677b3c7
JR
47%description -l pl.UTF-8
48WordPress jest technologicznie dopracowaną, semantyczną, osobistą
49platformą do publikacji kładącą nacisk na standardy WWW oraz
50użyteczność. WordPress został stworzony w wyniku potrzeby
ec33fe30 51eleganckiego, dobrze zaprojektowanego, osobistego systemu publikacji
0677b3c7
JR
52(nazywanego również blogiem czy weblogiem). Jest to system oparty o
53PHP i MySQL oraz na licencji GPL. Jest oficjalnym następcą b2/cafelog.
54WordPress jest nowym oprogramowaniem, ale jego korzenie i rozwój
55sięgają 2001 roku.
ec33fe30 56
57%prep
58%setup -q -n %{name}
54d512d5 59cp %{SOURCE1} %{SOURCE2} %{SOURCE3} .
3ab985b1 60rm -f license.txt
ec33fe30 61
62%install
63rm -rf $RPM_BUILD_ROOT
f20d6350 64install -d $RPM_BUILD_ROOT{%{_appdir},%{_bindir},%{_sysconfdir},%{_appdir}/wp-content/languages}
ec33fe30 65
3ab985b1
ER
66cp -R * $RPM_BUILD_ROOT%{_appdir}
67rm -f $RPM_BUILD_ROOT%{_appdir}/readme.html
68rm -f $RPM_BUILD_ROOT%{_appdir}/wp-setup.txt
69ln -sf %{_appdir}/wp-setup.sh $RPM_BUILD_ROOT%{_bindir}/wp-setup
70ln -sf %{_appdir}/wp-secure.sh $RPM_BUILD_ROOT%{_bindir}/wp-secure
4b140d58 71
3ab985b1
ER
72install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
73install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
ca1cad3e 74install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/lighttpd.conf
f20d6350
TP
75install %{SOURCE6} $RPM_BUILD_ROOT%{_appdir}/wp-content/languages/pl_PL.po
76install %{SOURCE7} $RPM_BUILD_ROOT%{_appdir}/wp-content/languages/pl_PL.mo
20ae9c53 77
edeb68e0
JB
78%clean
79rm -rf $RPM_BUILD_ROOT
80
ec33fe30 81%post
3ab985b1 82if [ ! -f %{_appdir}/wp-config.php ]; then
59d447d5 83 install -oroot -ghttp -m640 %{_appdir}/wp-config-sample.php %{_appdir}/wp-config.php
3ab985b1
ER
84
85 %banner -e %{name} <<-EOF
86 To finish your configuration DO NOT FORGET to:
87
88 1) Create some MySQL database owned by some user
89 2) Edit the file: %{_appdir}/wp-config.php
90 3) Run a browser and visit: http://`hostname`/wordpress/wp-admin/install.php
91EOF
20ae9c53 92fi
3ab985b1 93
b973cc00 94%triggerin -- apache1 < 1.3.37-3, apache1-base
3ab985b1
ER
95%webapp_register apache %{_webapp}
96
ca1cad3e
RT
97%triggerin -- lighttpd
98%webapp_register lighttpd %{_webapp}
99
b973cc00 100%triggerun -- apache1 < 1.3.37-3, apache1-base
3ab985b1
ER
101%webapp_unregister apache %{_webapp}
102
cda44e30 103%triggerin -- apache < 2.2.0, apache-base
3ab985b1
ER
104%webapp_register httpd %{_webapp}
105
cda44e30 106%triggerun -- apache < 2.2.0, apache-base
3ab985b1
ER
107%webapp_unregister httpd %{_webapp}
108
ca1cad3e
RT
109%triggerun -- lighttpd
110%webapp_unregister lighttpd %{_webapp}
111
ec33fe30 112%files
843f1ee3 113%defattr(644,root,root,755)
114%doc readme.html wp-setup.txt
3ab985b1
ER
115%dir %attr(750,root,http) %{_sysconfdir}
116%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
117%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
ca1cad3e 118%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
3ab985b1
ER
119
120%dir %{_appdir}
121%dir %attr(750,root,http) %{_appdir}/wp-content
122%dir %attr(750,root,http) %{_appdir}/wp-content/plugins
123%dir %attr(750,root,http) %{_appdir}/wp-content/themes
124%dir %attr(750,root,http) %{_appdir}/wp-content/themes/classic
125%dir %attr(750,root,http) %{_appdir}/wp-content/themes/default
75e54d88 126%dir %attr(750,root,http) %{_appdir}/wp-content/themes/default/images
3ab985b1 127%attr(640,root,http) %{_appdir}/wp-content/plugins/*.php
df73685e 128%attr(640,root,http) %{_appdir}/wp-content/plugins/akismet
3ab985b1
ER
129%attr(640,root,http) %{_appdir}/wp-content/themes/classic/*
130%attr(640,root,http) %{_appdir}/wp-content/themes/default/*.php
131%attr(640,root,http) %{_appdir}/wp-content/themes/default/*.css
132%attr(640,root,http) %{_appdir}/wp-content/themes/default/images/*
ca1cad3e 133%{_appdir}/wp-content/index.php
f20d6350 134%{_appdir}/wp-content/languages
ca1cad3e 135%{_appdir}/wp-content/themes/default/screenshot.png
3ab985b1 136%{_appdir}/wp-admin
3ab985b1
ER
137%{_appdir}/wp-includes
138%{_appdir}/*.php
139%{_appdir}/wp-secure.sh
140%{_appdir}/wp-setup.sh
022de391 141%attr(755,root,root) %{_bindir}/wp-secure
142%attr(755,root,root) %{_bindir}/wp-setup
This page took 0.054936 seconds and 4 git commands to generate.