From: Grzegorz Sterniczuk Date: Wed, 5 Mar 2003 11:09:41 +0000 (+0000) Subject: - added official_security.patch X-Git-Tag: STABLE X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=598209b928542e4fcf9443f676b7f7e70da01be8;p=packages%2FPHP-nuke.git - added official_security.patch - release++ Changed files: PHP-nuke.spec -> 1.8 --- diff --git a/PHP-nuke.spec b/PHP-nuke.spec index 7829bdb..ea7a49c 100644 --- a/PHP-nuke.spec +++ b/PHP-nuke.spec @@ -2,12 +2,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: 2 +Release: 3 License: GPL Group: Applications/Databases/Interfaces Source0: http://dl.sourceforge.net/phpnuke/PHP-Nuke-%{version}.tar.gz Source1: PHP-Nuke.README.first Patch0: %{name}-official_fix.patch +Patch1: %{name}-official_security.patch Icon: phpnuke.gif URL: http://phpnuke.org/ Requires: php-mysql @@ -39,6 +40,8 @@ Wystarczy zrobi %prep %setup -q -c %{name}-%{version} %patch0 -p1 +%patch1 -p0 + install %{SOURCE1} README.first # (TV): workaround for bad tarball @@ -61,6 +64,6 @@ rm -rf $RPM_BUILD_ROOT %doc ADDONS-MODULES BLOCKS CHANGES CREDITS INSTALL README* %doc SUPPORT TODO TRANSLATIONS 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?