summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2002-08-18 13:54:20 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit14759bc53da65f2325ba0e75a392fd115864cbbe (patch)
treef6ed1f09d1f5d2aa855c4493d4473d39084f14cc
parentcb773648d78152ea81c91bf39fc3c0bfa9ce85dd (diff)
downloadperl-DBIx-Copy-14759bc53da65f2325ba0e75a392fd115864cbbe.zip
perl-DBIx-Copy-14759bc53da65f2325ba0e75a392fd115864cbbe.tar.gz
- pl description, release ++perl-DBIx-Copy-0_02-2STABLERA-1_0
Changed files: perl-DBIx-Copy.spec -> 1.2
-rw-r--r--perl-DBIx-Copy.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/perl-DBIx-Copy.spec b/perl-DBIx-Copy.spec
index 57dd4c1..e07995e 100644
--- a/perl-DBIx-Copy.spec
+++ b/perl-DBIx-Copy.spec
@@ -4,19 +4,19 @@
%include /usr/lib/rpm/macros.perl
%define pdir DBIx
%define pnam Copy
-Summary: DBIx::Copy 0.02 - For copying database content from one db to another
-#Summary(pl):
+Summary: DBIx::Copy - For copying database content from one db to another
+Summary(pl): Moduł DBIx::Copy - do kopiowania zawartości jednej bazy danych do innej
Name: perl-DBIx-Copy
Version: 0.02
-Release: 1
+Release: 2
License: GPL/Artistic
Group: Development/Languages/Perl
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-26
%if %{?_without_tests:0}%{!?_without_tests:1}
BuildRequires: perl-DBI
%endif
+BuildRequires: rpm-perlprov >= 3.0.3-26
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -25,8 +25,10 @@ For copying a DB. Future versions might handle mirroring as well,
but it's generally better if the source might send over a transaction
log somehow.
-# %description -l pl
-# TODO
+%description -l pl
+Moduł służy do kopiowania baz danych. Być może przyszłe wersje będą
+obsługiwały także mirroring, ale lepiej, jeśli źródło może wysyłać log
+transakcji.
%prep
%setup -q -n %{pnam}
@@ -34,6 +36,7 @@ log somehow.
%build
perl Makefile.PL
%{__make}
+
%{!?_without_tests:%{__make} test}
%install