]> git.pld-linux.org Git - packages/perl-Data-Taxi.git/blobdiff - perl-Data-Taxi.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Data-Taxi.git] / perl-Data-Taxi.spec
index 91e40488207be5de8dc2c6b2244d2c0d5c434277..551024b4727364168d0b27d0962908edcff2095f 100644 (file)
@@ -2,18 +2,18 @@
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
 #
-%include       /usr/lib/rpm/macros.perl
 %define                pdir    Data
 %define                pnam    Taxi
 Summary:       Data::Taxi - Taint-aware, XML-ish data serialization
+Summary(pl.UTF-8):     Data::Taxi - serializacja danych XML-owych z uwzględnieniem napiętnowania
 Name:          perl-Data-Taxi
-Version:       0.94
+Version:       0.95
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 5d7c981fba542ae8b170e6d31af4c86d
+Source0:       http://www.cpan.org/modules/by-module/Data/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: aaca2b0c02a19c5f1abdf5aa0f34eb60
 URL:           http://search.cpan.org/dist/Data-Taxi/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -21,10 +21,26 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Taxi (Taint-Aware XML-Ish) is a data serializer with several handy features:
-- Taint aware. Taxi does not force you to trust the data you are serializing. None of the input data is executed.
-- Human readable. Taxi produces a human-readable string that simplifies checking the output of your objects.
-- XML-ish. While full XML compliance is not promised, Taxi produces a block of XML-ish data that could probably be read in by other XML parsers.
+Taxi (Taint-Aware XML-Ish) is a data serializer with several handy
+features:
+- Taint aware. Taxi does not force you to trust the data you are
+  serializing. None of the input data is executed.
+- Human readable. Taxi produces a human-readable string that
+  simplifies checking the output of your objects.
+- XML-ish. While full XML compliance is not promised, Taxi produces a
+  block of XML-ish data that could probably be read in by other XML
+  parsers.
+
+%description -l pl.UTF-8
+Taxi (Taint-Aware XML-Ish) to serializator danych z kilkoma dogodnymi
+cechami:
+- uwzględnianie napiętnowania: Taxi nie zmusza do ufania
+  serializowanym danym, żadne z danych wejściowych nie są wykonywane
+- czytelność dla człowieka: Taxi tworzy czytelne dla człowieka
+  łańcuchy znaków, co upraszcza sprawdzanie wyjścia obiektów
+- XML-owość: o ile pełna zgodność z XML nie jest obiecywana, to Taxi
+  tworzy blok danych XML-owych, które prawdopodobnie można odczytać
+  innym analizatorem XML-a.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.07548 seconds and 4 git commands to generate.