]> git.pld-linux.org Git - packages/WebGUI.git/commitdiff
- autoupdated to 5.2.1
authormis <mis@pld-linux.org>
Mon, 24 Mar 2003 09:50:30 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WebGUI.spec -> 1.4

WebGUI.spec

index b69ed13b4566897532a96900d289bfdbf962cdb4..9d0ef7947e9b1f7177aec2a2fa4ec34336695ba2 100644 (file)
@@ -1,13 +1,12 @@
 %include       /usr/lib/rpm/macros.perl
 Summary:       Open source content management system (CMS)
 Name:          WebGUI
-Version:       5.1.2
+Version:       5.2.1
 Release:       0.1
 License:       GPL
 Group:         Development/Languages/Perl
 URL:           http://www.plainblack.com/webgui
 Source0:       http://files.plainblack.com/downloads/5.x.x/webgui-%{version}.tar.gz
-Patch0:                %{name}-etc.patch
 BuildRequires: perl >= 5.6
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildArch:     noarch
@@ -22,11 +21,12 @@ content management taking up the time of the busy IT Staff.
 
 %prep
 %setup -q -n %{name}
-%patch0 -p0
 
 %{__perl} -pi -e 's|/data/WebGUI|%{_libdir}/WebGUI|' sbin/preload.perl etc/WebGUI.conf*
 %{__perl} -pi -e 's|configFile\s+=\s+\"WebGUI.conf\"|configFile = \"%{_sysconfdir}/WebGUI/WebGUI.conf\"|' www/index.pl
 %{__perl} -pi -e 's|webguiRoot\s*=\s*\".+?\"|webguiRoot = \"%{_libdir}/WebGUI\"|' www/index.pl
+%{__perl} -pi -e "s|(\\\$session\{config\}\{webguiRoot\}\.'/etc/')|'/etc/'|g;" \
+          lib/WebGUI/Session.pm
 
 %build
 
This page took 0.058857 seconds and 4 git commands to generate.