Skip to content

Commit

Permalink
* Changing filenames of tarball and deb/rpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorim committed Sep 12, 2011
1 parent 95a1a62 commit 9e09734
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use inc::Module::Install;

name 'MySQL-MasterHA-Node';
name 'mha4mysql-node';

version_from 'lib/MHA/NodeConst.pm';

Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MySQL-MasterHA-Node - MySQL Master High Availability manager and tools (MHA) for automating master failover and fast master switch. This package contains utility scripts running on a MySQL server machine. See http://code.google.com/p/mysql-master-ha/wiki/TableOfContents?tm=6 for details.
mha4mysql-node - Master High Availability Manager and tools for MySQL (MHA) for automating master failover and fast master switch. This package contains utility scripts running on a MySQL server machine. See http://code.google.com/p/mysql-master-ha/wiki/TableOfContents?tm=6 for details.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mysql-masterha-node (0.50) stable; urgency=low
mha4mysql-node (0.50) stable; urgency=low

* (Note: All changelogs are written here: http://code.google.com/p/mysql-master-ha/wiki/ReleaseNotes )
* Version 0.50
Expand Down
6 changes: 3 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: mysql-masterha-node
Source: mha4mysql-node
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.2.13)
Expand All @@ -7,7 +7,7 @@ Maintainer: Yoshinori Matsunobu <[email protected]>
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/mysql-master-ha/

Package: mysql-masterha-node
Package: mha4mysql-node
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl, libdbd-mysql-perl
Description: MySQL Master High Availability Manager and Tools, Node Package
Description: Master High Availability Manager and Tools for MySQL, Node Package
8 changes: 4 additions & 4 deletions rpm/masterha_node.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Summary: MySQL-MasterHA-Node Perl module
Name: MySQL-MasterHA-Node
Summary: Master High Availability Manager and Tools for MySQL, Node Package
Name: mha4mysql-node
Version: 0.51
Release: 0
License: GPL v2
Expand All @@ -11,13 +11,13 @@ BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
Requires: perl(DBD::mysql)
Requires: perl(DBI)
Source0: MySQL-MasterHA-Node-%{version}.tar.gz
Source0: mha4mysql-node-%{version}.tar.gz

%description
%{summary}.

%prep
%setup -q -n MySQL-MasterHA-Node-%{version}
%setup -q -n mha4mysql-node-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS="vendor" INSTALLVENDORLIB=/usr/lib/perl5/vendor_perl
Expand Down

0 comments on commit 9e09734

Please sign in to comment.