]> git.pld-linux.org Git - packages/PHP-nuke.git/blob - PHP-nuke.spec
- ...and one more...
[packages/PHP-nuke.git] / PHP-nuke.spec
1 # TODO:
2 # - SECURITY: http://securitytracker.com/alerts/2004/Jul/1010734.html
3 # - SECURITY: http://securitytracker.com/alerts/2004/Jul/1010722.html
4 # - SECURITY: http://securitytracker.com/alerts/2004/Jun/1010571.html
5 # - SECURITY: http://securitytracker.com/alerts/2004/Jun/1010477.html
6 # - SECURITY: http://securitytracker.com/alerts/2004/Jun/1010420.html
7 # - SECURITY: http://securitytracker.com/alerts/2004/May/1010186.html
8 # - SECURITY: http://securitytracker.com/alerts/2004/May/1010177.html
9 # - SECURITY: http://securitytracker.com/alerts/2004/Aug/1010924.html
10 Summary:        Slashdot-like webnews site written in php, easy to install and use
11 Summary(pl):    Serwis nowinek WWW w stylu Slashdota napisany w PHP, ³atwy w instalacji i u¿ywaniu
12 Name:           PHP-nuke
13 Version:        7.3
14 Release:        1
15 License:        GPL
16 Group:          Applications/Databases/Interfaces
17 Source0:        http://phpnuke.org/files/PHP-Nuke-%{version}.zip
18 # Source0-md5:  b6bdea4d54e0693e85b96bb405e2c874
19 Source1:        PHP-Nuke.README.first
20 #Icon:          phpnuke.gif
21 URL:            http://phpnuke.org/
22 Requires:       php-mysql
23 Requires:       php-pcre
24 Requires:       webserver
25 BuildArch:      noarch
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %define         nukeroot        /home/services/httpd/html/nuke
29
30 %description
31 Web-portal writen in php. Very powerful, yet easy to install and use:
32 see documentation in %{_docdir}/%{name}-%{version} for details.
33
34 You only have to run: mysqladmin create nuke mysql nuke < \
35 %{_docdir}/%{name}-%{version}/nuke.sql
36
37 (read %{_docdir}/%{name}-%{version}/README.first for further
38 information)
39
40 %description -l pl
41 Portal WWW napisany w PHP. Ma du¿e mo¿liwo¶ci, jest ³atwy w instalacji
42 u u¿ywaniu. Szczegó³y w dokumentacji w %{_docdir}/%{name}-%{version}.
43
44 Wystarczy zrobiæ jedno: mysqladmin create nuke mysql nuke < \
45 %{_docdir}/%{name}-%{version}/nuke.sql
46
47 (wiêcej informacji w %{_docdir}/%{name}-%{version}/README.first)
48
49 %prep
50 %setup -q -c %{name}-%{version}
51
52 install %{SOURCE1} README.first
53
54 # (TV): workaround for bad tarball
55 find -type d -exec chmod 755 '{}' \;
56 find -type f -exec chmod 644 '{}' \;
57 find -type f -empty |xargs rm -f
58 chmod 755 */*/*/
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62 install -d $RPM_BUILD_ROOT%{nukeroot}
63
64 cp -ar html/* $RPM_BUILD_ROOT%{nukeroot}
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %files
70 %defattr(644,root,root,755)
71 %doc Addons* Blocks* Changes* Credits* Install* README* Readme*
72 %doc Support* Upgrade* sql/nuke.sql upgrades
73 %dir %{nukeroot}
74 %config(noreplace) %attr(640,http,http) %{nukeroot}/config.php
75 %{nukeroot}/[^c]*
76 # more needed?
This page took 0.034423 seconds and 3 git commands to generate.