2010-11-05 Sancho Lerena <slerena@artica.es>

* Makefile.PL: Now default install for libs are the same than
        used in RPM, this will help to avoid problems of duped libs.

        * pandora_server.spec,
        pandora_server.redhat.spec: Update version and release.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3535 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2010-11-05 10:48:54 +00:00
parent 4829e73c5f
commit ee2ab48463
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2010-11-05 Sancho Lerena <slerena@artica.es>
* Makefile.PL: Now default install for libs are the same than used in
RPM, this will help to avoid problems of duped libs.
* pandora_server.spec,
pandora_server.redhat.spec: Update version and release.
2010-11-04 Sergio Martin <sergio.martin@artica.es>
* lib/PandoraFMS/DB.pm

View File

@ -2,6 +2,7 @@ use 5.000;
use ExtUtils::MakeMaker;
WriteMakefile(
INSTALLSITELIB => '/usr/lib/perl5',
NAME => 'PandoraFMS',
VERSION_FROM => 'lib/PandoraFMS/Config.pm',
AUTHOR => 'Artica ST <info@artica.es>',

View File

@ -2,7 +2,7 @@
# Pandora FMS Server
#
%define name pandorafms_server
%define version 3.1
%define version 3.2RC1
%define release 2
Summary: Pandora FMS Server

View File

@ -3,7 +3,7 @@
#
%define name pandorafms_server
%define version 3.2RC1
%define release 1
%define release 2
Summary: Pandora FMS Server
Name: %{name}