]> git.pld-linux.org Git - packages/bucardo.git/blame - bucardo.spec
- missing Source-md5:
[packages/bucardo.git] / bucardo.spec
CommitLineData
69b2d010 1%define realname Bucardo
2Summary: PgSQL replication system for both multi-master and multi-slave operations
3Summary(pl.UTF-8): System replikacji dla PgSQL wspierający multi-master i multi-slave
4Name: bucardo
5Version: 4.4.0
601bdf96 6Release: 0.2
69b2d010 7License: BSD
8Group: Applications/Databases
9URL: http://bucardo.org/
10Source0: http://bucardo.org/downloads/%{realname}-%{version}.tar.gz
601bdf96 11#Source0-md5: bf32b4dc7302baa1bc269dd34ff65da5
69b2d010 12BuildRequires: perl(DBD::Pg)
13BuildRequires: perl(DBI)
14BuildRequires: perl(DBIx::Safe)
15BuildRequires: perl(ExtUtils::MakeMaker)
16BuildRequires: perl(ExtUtils::MakeMaker)
17BuildRequires: perl(IO::Handle)
18BuildRequires: perl(Net::SMTP)
19BuildRequires: perl(Sys::Hostname)
20BuildRequires: perl(Sys::Syslog)
21BuildRequires: rpm-perlprov
22Requires: perl(DBD::Pg)
23Requires: perl(DBI)
24Requires: perl(DBIx::Safe)
25Requires: postgresql-module-plperl
26Requires: postgresql-module-plpgsql
27BuildArch: noarch
28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29#testsuite
30Requires: perl(Test::Harness)
31Requires: perl(Test::More)
32Requires: perl(Test::Simple)
33
34%description
35Bucardo is an asynchronous PostgreSQL replication system, allowing for
36both multi-master and multi-slave operations. It was developed at
37Backcountry.com primarily by Greg Sabino Mullane of End Point
38Corporation.
39
40%description -l pl.UTF-8
41Bucardo jest systemem asynchronicznej replikacji PostgreSQL,
42pozwalającym na replikację multi-master jak i master-slave. Został
43on stworzony w Backcountry.com głównie przez Grega Sabino Mullane z
44End Point Corporation
45
46%prep
47%setup -q -n %{realname}-%{version}
48
49%build
50%{__perl} Makefile.PL INSTALLDIRS=vendor
51%{__make}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
56install -d $RPM_BUILD_ROOT%{_localstatedir}/run/%{name}
57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
61
62%files
63%defattr(644,root,root,755)
64%doc bucardo_ctl.html Bucardo.pm.html bucardo.schema Changes
65%doc INSTALL LICENSE README SIGNATURE TODO
66%{perl_vendorlib}/*
67%{_mandir}/man3/*
68%attr(755,root,root) %{_bindir}/%{name}_ctl
69%{_datadir}/%{name}/%{name}.schema
70%{_mandir}/man1/%{name}_ctl.1pm*
71%dir %{_localstatedir}/run/%{name}
72%dir %{_datadir}/%{name}/
This page took 0.113753 seconds and 4 git commands to generate.