2007-04-17 Manuel Arostegui <marostegui@artica.es>
* specs/fedoracore5/pandora_server.spec: Added code to evaluate the perl version using by the system. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@424 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
924c489e96
commit
4de10dde97
|
@ -1,3 +1,8 @@
|
|||
2007-04-17 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* specs/fedoracore5/pandora_server.spec: Added code to evaluate
|
||||
the perl version using by the system.
|
||||
|
||||
2007-04-11 Manuel Arostegui <marostegui@artica.es>
|
||||
|
||||
* conf/pandora_server.conf: Changed PATHS to adapt them to the
|
||||
|
|
|
@ -27,6 +27,9 @@ Pandora watchs your systems and applications, and allows to know the status of a
|
|||
%prep
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
#Evaluate perl version:
|
||||
perl_version=`rpm -q --queryformat='%{VERSION}' perl`
|
||||
|
||||
%setup -q -n pandora_server
|
||||
|
||||
%build
|
||||
|
@ -74,7 +77,7 @@ if [ -f $RPM_BUILD_ROOT%{prefix}/%{name}-%{version}-%{release}/%{name}.spec ] ;
|
|||
fi
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
#rm -rf $RPM_BUILD_ROOT
|
||||
rm -fr $RPM_BUILD_ROOT%{prefix}/%{name}-%{version}-%{release}
|
||||
%post
|
||||
if [ "$1" = "0" ]; then
|
||||
|
|
Loading…
Reference in New Issue