[packages/perl-CSS] - pl
qboosh
qboosh at pld-linux.org
Mon Jun 8 22:20:12 CEST 2015
commit 6331e020fd791fd7101b40be9c105f7050536013
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Jun 8 22:21:26 2015 +0200
- pl
perl-CSS.spec | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/perl-CSS.spec b/perl-CSS.spec
index 0d96ac2..8ce8d01 100644
--- a/perl-CSS.spec
+++ b/perl-CSS.spec
@@ -5,6 +5,7 @@
%include /usr/lib/rpm/macros.perl
%define pdir CSS
Summary: CSS - Object oriented access to Cascading Style Sheets (CSS)
+Summary(pl.UTF-8): CSS - zorientowany obiektowo dostęp do arkuszy CSS (Cascading Style Sheets)
Name: perl-CSS
Version: 1.09
Release: 1
@@ -25,12 +26,19 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-This module can be used, along with a CSS::Parse::* module, to parse
+CSS module can be used, along with a CSS::Parse::* modules, to parse
CSS data and represent it as a tree of objects.
-Using a CSS::Adaptor::* module, the CSS data tree can then be
+Using a CSS::Adaptor::* modules, the CSS data tree can then be
transformed into other formats.
+%description -l pl.UTF-8
+Modułu CSS wraz z modułami CSS::Parse::* można używać do analizy
+danych CSS oraz reprezentowania ich jako drzewa obiektów.
+
+Przy użyciu modułów CSS::Adaptor::* drzewo danych CSS można
+przekształcić do innych formatów.
+
%prep
%setup -q -n %{pdir}-%{version}
%undos -f pm,pl
@@ -58,9 +66,10 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%{perl_vendorlib}/*.pm
+%{perl_vendorlib}/CSS.pm
%{perl_vendorlib}/CSS/*.pm
%{perl_vendorlib}/CSS/Adaptor
%{perl_vendorlib}/CSS/Parse
-%{_mandir}/man3/*
+%{_mandir}/man3/CSS.3pm*
+%{_mandir}/man3/CSS::*.3pm*
%{_examplesdir}/%{name}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-CSS.git/commitdiff/6331e020fd791fd7101b40be9c105f7050536013
More information about the pld-cvs-commit
mailing list