]> git.pld-linux.org Git - packages/PHP-nuke.git/blobdiff - PHP-nuke.spec
- outdated
[packages/PHP-nuke.git] / PHP-nuke.spec
index 9938234e91bd0f184e14b68b4019545fa175024f..b66b48d01f3a7fef16c9a49534801242073e2e8e 100644 (file)
@@ -1,12 +1,13 @@
 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:       1mdk
+Version:       6.5
+Release:       0.1
 License:       GPL
 Group:         Applications/Databases/Interfaces
-Source0:       http://belnet.dl.sourceforge.net/sourceforge/phpnuke/PHP-Nuke-%{version}.tar.bz2
-Source1:       PHP-Nuke-README.first.bz2
+Source0:       http://dl.sourceforge.net/phpnuke/PHP-Nuke-%{version}.tar.gz
+# Source0-md5: 2b223d8181fd3afb553c6d2aeb177c05
+Source1:       PHP-Nuke.README.first
 Icon:          phpnuke.gif
 URL:           http://phpnuke.org/
 Requires:      php-mysql
@@ -14,7 +15,7 @@ Requires:     webserver
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                nukeroot        /home/httpd/html/nuke
+%define                nukeroot        /home/services/httpd/html/nuke
 
 %description
 Web-portal writen in php. Very powerful, yet easy to install and use:
@@ -38,8 +39,7 @@ Wystarczy zrobi
 %prep
 %setup -q -c %{name}-%{version}
 
-cp -f %{SOURCE1} README.first.bz2
-bunzip2 *.bz2
+install %{SOURCE1} README.first
 
 # (TV): workaround for bad tarball
 find -type d -exec chmod 755 '{}' \;
@@ -59,8 +59,8 @@ 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 SUPPORT TODO 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.082751 seconds and 4 git commands to generate.