Author: glen Date: Sun Nov 26 14:20:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2: use php(extension) virtuals
---- Files affected: SPECS: postnuke.spec (1.46 -> 1.47) ---- Diffs: ================================================================ Index: SPECS/postnuke.spec diff -u SPECS/postnuke.spec:1.46 SPECS/postnuke.spec:1.47 --- SPECS/postnuke.spec:1.46 Fri Sep 29 23:25:58 2006 +++ SPECS/postnuke.spec Sun Nov 26 15:20:07 2006 @@ -21,7 +21,7 @@ Summary(pl): System zarządzania treścią Name: postnuke Version: 0.762 -Release: 1.15 +Release: 2 License: GPL v2 Group: Applications/WWW Source0: http://downloads.postnuke.com/sf/postnuke/PostNuke-%{version}.tar.gz @@ -39,11 +39,12 @@ Patch2: %{name}-smarty.patch URL: http://www.postnuke.com/ BuildRequires: rpmbuild(macros) >= 1.268 -Requires: php-exif -Requires: php-mysql >= 3:4.0.2 -Requires: php-tokenizer -Requires: webapps Requires: Smarty >= 2.6.10-4 +Requires: php(exif) +Requires: php(mysql) +Requires: php(tokenizer) +Requires: php-common >= 3:4.0.2 +Requires: webapps Obsoletes: postnuke-install BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -102,22 +103,19 @@ insecure to keep the setup files in place. %description setup -l pl -Ten pakiet należy zainstalować w celu wstępnej konfiguracji Postnuke po -pierwszej instalacji. Potem należy go odinstalować, jako że +Ten pakiet należy zainstalować w celu wstępnej konfiguracji Postnuke +po pierwszej instalacji. Potem należy go odinstalować, jako że pozostawienie plików instalacyjnych mogłoby być niebezpieczne. %prep %setup -q -n PostNuke-%{version} -a1 -a2 -# dosi reavahetused maha. lihtsam pätsida. find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,' %patch0 -p1 %patch1 -p1 %patch2 -p1 -# pole mőtet seda vana faili sinna toppida > html/config-old.php -# roogime smarti välja install -d smarty mv html/includes/classes/Smarty/plugins/resource.{userdb,var}.php smarty rm -rf html/includes/classes/Smarty @@ -206,6 +204,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.47 2006/11/26 14:20:07 glen +- rel 2: use php(extension) virtuals + Revision 1.46 2006/09/29 21:25:58 glen - update webapp triggers due apache1 package split ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/postnuke.spec?r1=1.46&r2=1.47&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
