mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
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:
parent
75ee2e364a
commit
00d793c06b
@ -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>
|
2010-11-04 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/DB.pm
|
* lib/PandoraFMS/DB.pm
|
||||||
|
@ -2,6 +2,7 @@ use 5.000;
|
|||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
|
|
||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
|
INSTALLSITELIB => '/usr/lib/perl5',
|
||||||
NAME => 'PandoraFMS',
|
NAME => 'PandoraFMS',
|
||||||
VERSION_FROM => 'lib/PandoraFMS/Config.pm',
|
VERSION_FROM => 'lib/PandoraFMS/Config.pm',
|
||||||
AUTHOR => 'Artica ST <info@artica.es>',
|
AUTHOR => 'Artica ST <info@artica.es>',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Pandora FMS Server
|
# Pandora FMS Server
|
||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 3.1
|
%define version 3.2RC1
|
||||||
%define release 2
|
%define release 2
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
%define name pandorafms_server
|
%define name pandorafms_server
|
||||||
%define version 3.2RC1
|
%define version 3.2RC1
|
||||||
%define release 1
|
%define release 2
|
||||||
|
|
||||||
Summary: Pandora FMS Server
|
Summary: Pandora FMS Server
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user