Author: glen                         Date: Thu Jun 18 09:00:29 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/mysql-sandbox:
   mysql-sandbox.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mysql-sandbox/mysql-sandbox.spec
diff -u /dev/null packages/mysql-sandbox/mysql-sandbox.spec:1.1
--- /dev/null   Thu Jun 18 11:00:30 2009
+++ packages/mysql-sandbox/mysql-sandbox.spec   Thu Jun 18 11:00:24 2009
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    MySQL
+%define                pnam    Sandbox
+Summary:       Quickly installs MySQL side server, either standalone or in 
groups
+Name:          mysql-sandbox
+Version:       3.0.04
+Release:       0.1
+License:       GPL
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/MySQL/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 3670480412c0b381075322f765b19805
+URL:           http://www.mysqlsandbox.net/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+MySQL Sandbox is a tool that installs one or more MySQL servers within
+seconds, easily, securely, and with full control.
+
+Once installed, the sandbox is easily used and maintained, without
+using complex options.
+
+Replicated and multiple sandboxes can be used individually or all at
+once.
+
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} pure_install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/low_level_make_sandbox
+%attr(755,root,root) %{_bindir}/make_multiple_custom_sandbox
+%attr(755,root,root) %{_bindir}/make_multiple_sandbox
+%attr(755,root,root) %{_bindir}/make_replication_sandbox
+%attr(755,root,root) %{_bindir}/make_sandbox
+%attr(755,root,root) %{_bindir}/make_sandbox_from_installed
+%attr(755,root,root) %{_bindir}/make_sandbox_from_source
+%attr(755,root,root) %{_bindir}/sandbox
+%attr(755,root,root) %{_bindir}/sb
+%attr(755,root,root) %{_bindir}/sbtool
+%attr(755,root,root) %{_bindir}/test_sandbox
+%{perl_vendorlib}/MySQL/*.pm
+%{perl_vendorlib}/MySQL/Sandbox
+%{_mandir}/man3/*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/06/18 09:00:24  glen
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to