]> git.pld-linux.org Git - packages/perl-XML-LibXML.git/commitdiff
- version 1.63 auto/th/perl-XML-LibXML-1_63-1
authorradek <radek@pld-linux.org>
Sat, 14 Jul 2007 19:09:43 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added -empty_PI_tests.patch (remove when not needed)

Changed files:
    perl-XML-LibXML.spec -> 1.51

perl-XML-LibXML.spec

index f19c901496352bf73d7ba51bd8f3dcd5d2b58577..060317097c3887d82d0b1911ca2352f3f3f99385 100644 (file)
@@ -5,18 +5,17 @@
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    XML
 %define                pnam    LibXML
-%define                base_version    1.62
 Summary:       XML::LibXML - interface to the GNOME libxml2 library
 Summary(pl.UTF-8):     XML::LibXML - interfejs do biblioteki libxml2 z GNOME
 Name:          perl-XML-LibXML
-Version:       %{base_version}_001
-%define        ver     %(echo %{version} | tr -d _)
-Release:       2
+Version:       1.63
+Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{ver}.tar.gz
-# Source0-md5: 01655a90b3f44e48efd486ac58c89cd6
+Source0:       http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 750e296f57a6e245caf4829a25440cef
+Patch0:                %{name}-empty_PI_tests.patch
 URL:           http://search.cpan.org/dist/XML-LibXML/
 BuildRequires: gdome2-devel >= 0.7.3
 BuildRequires: libxml2-devel >= 2.5.10
@@ -62,7 +61,8 @@ parsowanie oparte na strumieniach jest bardzo prymitywne i wymagałoby
 wiele pracy, aby umożliwić strumieniowe parsowanie SAX2.
 
 %prep
-%setup -q -n %{pdir}-%{pnam}-%{base_version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
 
 %build
 SKIP_SAX_INSTALL=true;
This page took 0.090599 seconds and 4 git commands to generate.