Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37041573
en ru br
ALT Linux repos
S:0.60-alt2

Group :: Development/Databases
RPM: mysqldiff

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: mysqldiff
Version: 0.60
Release: alt2

Summary: Comparing the schema (table structures) of two MySQL databases

License: Public domain
Group: Development/Databases
Url: http://adamspiers.org/computing/mysqldiff/

# Source-git: https://github.com/aspiers/mysqldiff

Source: %name-%version.tar

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch

# Automatically added by buildreq on Tue Nov 08 2011

# optimized out: MySQL-client perl-Encode perl-Pod-Escapes perl-Pod-Simple perl-YAML-Tiny perl-devel perl-podlators
BuildRequires: perl-File-Slurp perl-Module-Build perl-JSON-PP

BuildRequires: perl-Dist-Zilla perl-App-cpanminus perl-String-ShellQuote

%description
MySQL-Diff is suite of Perl modules and accompanying
CLI script for comparing the schema (table structures) of two MySQL databases.

%prep
%setup

%build
dzil build
#perl_vendor_build

%install
dzil install --install-command="cpanm --local-lib=%buildroot/%_prefix ."

# FIXME

mv %buildroot%_prefix/lib %buildroot%_datadir
mv %buildroot%_prefix/man %buildroot%_datadir/

%files
%_bindir/%name
%perl_vendor_privlib/MySQL/Diff/
%perl_vendor_privlib/MySQL/Diff.pm
%_man1dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin