packages: bucardo/bucardo.spec (NEW) - initial - separate user required? - ...
matik
matik at pld-linux.org
Thu Oct 29 15:33:15 CET 2009
Author: matik Date: Thu Oct 29 14:33:15 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- initial
- separate user required?
- seems to work
- rel 0.1
---- Files affected:
packages/bucardo:
bucardo.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/bucardo/bucardo.spec
diff -u /dev/null packages/bucardo/bucardo.spec:1.1
--- /dev/null Thu Oct 29 15:33:15 2009
+++ packages/bucardo/bucardo.spec Thu Oct 29 15:33:10 2009
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+%define realname Bucardo
+Summary: PgSQL replication system for both multi-master and multi-slave operations
+Summary(pl.UTF-8): System replikacji dla PgSQL wspierający multi-master i multi-slave
+Name: bucardo
+Version: 4.4.0
+Release: 0.1
+License: BSD
+Group: Applications/Databases
+URL: http://bucardo.org/
+Source0: http://bucardo.org/downloads/%{realname}-%{version}.tar.gz
+BuildRequires: perl(DBD::Pg)
+BuildRequires: perl(DBI)
+BuildRequires: perl(DBIx::Safe)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires: perl(IO::Handle)
+BuildRequires: perl(Net::SMTP)
+BuildRequires: perl(Sys::Hostname)
+BuildRequires: perl(Sys::Syslog)
+BuildRequires: rpm-perlprov
+Requires: perl(DBD::Pg)
+Requires: perl(DBI)
+Requires: perl(DBIx::Safe)
+Requires: postgresql-module-plperl
+Requires: postgresql-module-plpgsql
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+#testsuite
+Requires: perl(Test::Harness)
+Requires: perl(Test::More)
+Requires: perl(Test::Simple)
+
+%description
+Bucardo is an asynchronous PostgreSQL replication system, allowing for
+both multi-master and multi-slave operations. It was developed at
+Backcountry.com primarily by Greg Sabino Mullane of End Point
+Corporation.
+
+%description -l pl.UTF-8
+Bucardo jest systemem asynchronicznej replikacji PostgreSQL,
+pozwalającym na replikację multi-master jak i master-slave. Został
+on stworzony w Backcountry.com głównie przez Grega Sabino Mullane z
+End Point Corporation
+
+%prep
+%setup -q -n %{realname}-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_localstatedir}/run/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(644,root,root,755)
+%doc bucardo_ctl.html Bucardo.pm.html bucardo.schema Changes
+%doc INSTALL LICENSE README SIGNATURE TODO
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+%attr(755,root,root) %{_bindir}/%{name}_ctl
+%{_datadir}/%{name}/%{name}.schema
+%{_mandir}/man1/%{name}_ctl.1pm*
+%dir %{_localstatedir}/run/%{name}
+%dir %{_datadir}/%{name}/
+
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2009/10/29 14:33:10 matik
+- initial
+- separate user required?
+- seems to work
+- rel 0.1
+
================================================================
More information about the pld-cvs-commit
mailing list