]> git.pld-linux.org Git - packages/PHP-nuke.git/commitdiff
This commit was manufactured by cvs2git to create branch 'RA-branch'. RA-branch
authorcvs2git <feedback@pld-linux.org>
Fri, 20 Feb 2004 13:19:58 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2003-03-05 11:08:52 UTC Grzegorz Sterniczuk <grzegorz@sterniczuk.eu> 'd07ecac79cc01e0a75526f23f8c02fa8  PHP-nuke-official_security.patch'
Cherrypick from master 2004-02-20 13:19:58 UTC ankry <ankry@pld-linux.org> '- 7.0':
    PHP-nuke.spec -> 1.16

PHP-nuke.spec

index 7829bdb6a2f943225875183bcf908e52abcdf81e..297cb06387cd902254a7ea06ba95d0fc08d68ad2 100644 (file)
@@ -1,16 +1,17 @@
 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.0
+Release:       0.1
 License:       GPL
 Group:         Applications/Databases/Interfaces
-Source0:       http://dl.sourceforge.net/phpnuke/PHP-Nuke-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/phpnuke/PHP-Nuke-%{version}.zip
+# Source0-md5: e58de86107e90079a6d054992c98a195
 Source1:       PHP-Nuke.README.first
-Patch0:                %{name}-official_fix.patch
 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 +39,7 @@ Wystarczy zrobi
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch0 -p1
+
 install %{SOURCE1} README.first
 
 # (TV): workaround for bad tarball
@@ -58,9 +59,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.108481 seconds and 4 git commands to generate.