]> git.pld-linux.org Git - packages/perl-Tie-TransactHash.git/commitdiff
- pl description, release++
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Aug 2002 21:44:23 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Tie-TransactHash.spec -> 1.22

perl-Tie-TransactHash.spec

index 44eb5de03d86e6e2de335d18ea8c569f2edc7aeb..b3458455fb9f2752c69ae035e64740a288ce48d8 100644 (file)
@@ -1,19 +1,20 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Tie
 %define        pnam    TransactHash
-Summary:       Tie::TransactHash - Edit hash in transactions not changing order during trans.
+Summary:       Tie::TransactHash - Edit hash in transactions not changing order during trans
+Summary(pl):   Tie::TransactHash - edycja hasza w transakcjach nie zmieniaj±cych kolejno¶ci
 Name:          perl-Tie-TransactHash
 Version:       0.03
-Release:       9
+Release:       10
 License:       GPL
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6
 %if %{?_without_tests:0}%{!?_without_tests:1}
 BuildRequires: perl-Getopt-Mixed
 BuildRequires: perl-Tie-IxHash
 %endif
+BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,9 +23,20 @@ Tie::TransactHash is a package which provides facilities for editing
 any other hash in transactions.  A transaction is a group of changes
 which go together and are either all applied or none.  When working on
 a standard perl hash or a hash indexed DBM file, one advantage is that
-the original hash remains untouched during the transaction, so its order
-(the order the each(), keys() or values functions give out) is maintained
-- changes can be made to the transact hash whilst iterating over it.
+the original hash remains untouched during the transaction, so its
+order (the order the each(), keys() or values() functions give out) is
+maintained - changes can be made to the transact hash whilst iterating
+over it.
+
+%description -l pl
+Tie::TransactHash to pakiet udostêpniaj±cy mo¿liwo¶æ modyfikowania
+innych haszy w transakcjach. Transakcja to grupa zmian, które albo s±
+wykonywanie wszystkie, albo ¿adna. Przy pracy z normalnymi haszami
+perlowymi lub plikiem DBM poindeksowanym haszem, zalet± jest to, ¿e
+oryginalny hasz pozostaje nietkniêty podczas transakcji, wiêc jego
+kolejno¶æ (kolejno¶æ, w jakiej zwracaj± warto¶ci funkcje each(),
+keys() i values()) jest zachowana - zmainy mog± byæ robione w
+transakcji podczas iteracji po haszu.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -32,6 +44,7 @@ the original hash remains untouched during the transaction, so its order
 %build
 perl Makefile.PL
 %{__make}
+
 %{!?_without_tests:%{__make} test}
 
 %install
@@ -39,14 +52,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README TODO
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README TODO
 %attr(755,root,root) %{_bindir}/edit-db.pl
 %{perl_sitelib}/Tie/TransactHash.pm
 %{_mandir}/man[13]/*
This page took 0.042579 seconds and 4 git commands to generate.