]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- small info in trigger - hope it'll work right
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 30 Aug 2003 13:05:32 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpBB.spec -> 1.35

phpBB.spec

index ce6146e51c1e98c6b6c101ee1b91f424da1c9e09..9752e9340661b3f3aa52dafeb913ee69580fb7d5 100644 (file)
@@ -2,7 +2,7 @@ Summary:        A feature-rich PHP discussion board
 Summary(pl):   Forum dyskusyjne o du¿ych mo¿liwo¶ciach
 Name:          phpBB
 Version:       2.0.6
-Release:       1
+Release:       1.1
 License:       GPL v2
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/phpbb/%{name}-%{version}.tar.gz
@@ -85,7 +85,14 @@ tar zxfv %{SOURCE6} -C $RPM_BUILD_ROOT%{_phpdir}/templates/
 rm -rf $RPM_BUILD_ROOT
 
 %post install
-echo "Remember to uninstall %{name}-install after initiation of %{name}!!"
+echo "For instalation: http://<your.site.address>/<path>/install/install.php"
+echo "For upgrade: http://<your.site.address>/<path>/install/upgrade.php"
+echo
+echo "Remember to uninstall %{name}-install after initiation/upgrade of %{name}!!"
+
+%triggerpostun  -- %{name} <= %{version}
+echo "You have to install %{name}-install package to prepare upgrade!!!"
+echo "For upgrade: http://<your.site.address>/<path>/install/upgrade.php"
 
 %files
 %defattr(644,root,root,755)
This page took 0.036898 seconds and 4 git commands to generate.