]> git.pld-linux.org Git - packages/PHP-nuke.git/blobdiff - PHP-nuke.spec
- one more security note
[packages/PHP-nuke.git] / PHP-nuke.spec
index 7829bdb6a2f943225875183bcf908e52abcdf81e..d2e2a97199d499e1c9659160187b3effc9e337ce 100644 (file)
@@ -1,16 +1,20 @@
+# TODO:
+# - SECURITY: http://securitytracker.com/alerts/2004/Jul/1010734.html
+# - SECURITY: http://securitytracker.com/alerts/2004/Jul/1010722.html
 Summary:       Slashdot-like webnews site written in php, easy to install and use
 Summary(pl):   Serwis nowinek WWW w stylu Slashdota napisany w PHP, ³atwy w instalacji i u¿ywaniu
 Name:          PHP-nuke
-Version:       6.0
-Release:       2
+Version:       7.3
+Release:       1
 License:       GPL
 Group:         Applications/Databases/Interfaces
-Source0:       http://dl.sourceforge.net/phpnuke/PHP-Nuke-%{version}.tar.gz
+Source0:       http://phpnuke.org/files/PHP-Nuke-%{version}.zip
+# Source0-md5: b6bdea4d54e0693e85b96bb405e2c874
 Source1:       PHP-Nuke.README.first
-Patch0:                %{name}-official_fix.patch
-Icon:          phpnuke.gif
+#Icon:         phpnuke.gif
 URL:           http://phpnuke.org/
 Requires:      php-mysql
+Requires:      php-pcre
 Requires:      webserver
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -38,7 +42,7 @@ Wystarczy zrobi
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch0 -p1
+
 install %{SOURCE1} README.first
 
 # (TV): workaround for bad tarball
@@ -58,9 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ADDONS-MODULES BLOCKS CHANGES CREDITS INSTALL README*
-%doc SUPPORT TODO TRANSLATIONS UPGRADE sql/nuke.sql upgrades
+%doc Addons* Blocks* Changes* Credits* Install* README* Readme*
+%doc Support* Upgrade* sql/nuke.sql upgrades
 %dir %{nukeroot}
-%config(noreplace) %attr(644,apache,apache) %{nukeroot}/config.php
+%config(noreplace) %attr(640,http,http) %{nukeroot}/config.php
 %{nukeroot}/[^c]*
 # more needed?
This page took 0.157743 seconds and 4 git commands to generate.