]> git.pld-linux.org Git - packages/perl-XML-SAX-ExpatXS.git/commitdiff
- up to 1.10
authormigo <migo@pld-linux.org>
Fri, 3 Feb 2006 19:54:24 +0000 (19:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-XML-SAX-ExpatXS.spec -> 1.3

perl-XML-SAX-ExpatXS.spec

index 2cbd363df598a517f4c57c2ca025808edf033810..c373e3b0ae8777db77ee909fddee4743b39d186e 100644 (file)
@@ -8,13 +8,13 @@
 Summary:       XML::SAX::ExpatXS - Perl SAX 2 XS extension to Expat parser
 Summary(pl):   XML::SAX::ExpatXS - rozszerzenie XS Perla SAX 2 do analizatora Expat
 Name:          perl-XML-SAX-ExpatXS
-Version:       1.08
-Release:       0.1
+Version:       1.10
+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: 1304d9ed3ca598ea000ea559dd387e88
+# Source0-md5: 27c8e28fc2faf9e0a651a15189456b5b
 BuildRequires: expat-devel
 %if %{with tests}
 BuildRequires: perl-XML-SAX >= 0.12
@@ -35,7 +35,7 @@ Expat. Implementuje interfejs Perla SAX 2.1.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 # we want to add_parser in post, not on make install
-head -n 11 Makefile.PL > Makefile.PL.tmp
+head -n 98 Makefile.PL > Makefile.PL.tmp
 mv -f Makefile.PL.tmp Makefile.PL
 
 %build
@@ -68,5 +68,8 @@ fi
 %defattr(644,root,root,755)
 %doc Changes
 %{perl_vendorarch}/XML/SAX/*
-%{perl_vendorarch}/auto/XML/SAX/*
+%dir %{perl_vendorarch}/auto/XML/SAX/ExpatXS
+%dir %{perl_vendorarch}/auto/XML/SAX/ExpatXS
+%{perl_vendorarch}/auto/XML/SAX/ExpatXS/*.so
+%{perl_vendorarch}/auto/XML/SAX/ExpatXS/*.bs
 %{_mandir}/man3/*
This page took 0.147964 seconds and 4 git commands to generate.