|
|
@@ -32,8 +32,8 @@ Distribution: OpenPKG
|
|
|
Class: EVAL
|
|
|
Group: Web
|
|
|
License: GPL
|
|
|
-Version: 3.2.3
|
|
|
-Release: 20060305
|
|
|
+Version: 3.2.4
|
|
|
+Release: 20060704
|
|
|
|
|
|
# list of sources
|
|
|
Source0: http://www.modsurvey.org/download/tarballs/modsurvey-%{version}.tgz
|
|
|
@@ -64,7 +64,7 @@ AutoReqProv: no
|
|
|
}
|
|
|
|
|
|
%prep
|
|
|
- %setup -q
|
|
|
+ %setup -q -c
|
|
|
%setup -q -D -T -a 1
|
|
|
%patch -p0
|
|
|
|
|
|
@@ -81,8 +81,11 @@ AutoReqProv: no
|
|
|
|
|
|
# perform standard installation procedure
|
|
|
%{l_shtool} install -c %{l_value -s -a} \
|
|
|
- installer.pl installer
|
|
|
+ mod_survey/installer.pl mod_survey/installer
|
|
|
+ (
|
|
|
+ cd mod_survey &&
|
|
|
%{l_prefix}/bin/perl installer </dev/null
|
|
|
+ ) || exit $?
|
|
|
|
|
|
# post-adust installation paths
|
|
|
mv $RPM_BUILD_ROOT%{l_prefix}/lib/modsurvey/survey.conf \
|