]> git.pld-linux.org Git - packages/perl-YAML-LibYAML.git/commitdiff
- pl, descs, cleanup
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Mar 2008 21:17:44 +0000 (21:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-YAML-LibYAML.spec -> 1.2

perl-YAML-LibYAML.spec

index 1c97c67ce45ff4b0349156d601fc69fe9188c2b8..b6f7d6fa537250021797273a761cf9d6199809b9 100644 (file)
@@ -1,13 +1,12 @@
 #
 # Conditional build:
-%bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    YAML
 %define        pnam    LibYAML
 Summary:       YAML::XS::LibYAML - An XS Wrapper Module of libyaml
-#Summary(pl.UTF-8):    
+Summary(pl.UTF-8):     YAML::XS::LibYAML - moduł wrappera XS dla libyaml
 Name:          perl-YAML-LibYAML
 Version:       0.26
 Release:       1
@@ -16,19 +15,21 @@ License:    GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/YAML/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: b2da17e2393888cdc5996dc48fbae71a
-# generic URL, check or change before uncommenting
 URL:           http://search.cpan.org/dist/YAML-LibYAML/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with autodeps} || %{with tests}
-%endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+YAML::XS is a Perl YAML implementation using XS and libyaml.
 
+YAML::XS::LibYAML is an XS wrapper module for libyaml.
 
-# %description -l pl.UTF-8
-# TODO
+%description -l pl.UTF-8
+YAML::XS to perlowa implementacja YAML-a przy użyciu XS i biblioteki
+libyaml.
+
+YAML::XS::LibYAML to moduł wrappera XS dla libyaml.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.093925 seconds and 4 git commands to generate.