rpms/perl-XML-SAX/devel perl-XML-SAX.spec,1.25,1.26

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Nov 12 12:05:42 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-XML-SAX/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28031

Modified Files:
	perl-XML-SAX.spec 
Log Message:
* Thu Nov 12 2009 Marcela Mašláňová <mmaslano at redhat.com> - 0.96-7
- instead of path into post used perl_vendorlib macro
- rebuilt will be needed for perl-5.10.1



Index: perl-XML-SAX.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-XML-SAX/devel/perl-XML-SAX.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- perl-XML-SAX.spec	12 Nov 2009 11:45:43 -0000	1.25
+++ perl-XML-SAX.spec	12 Nov 2009 12:05:42 -0000	1.26
@@ -1,7 +1,7 @@
 Summary:        XML-SAX Perl module
 Name:           perl-XML-SAX
 Version:        0.96
-Release:        6%{?dist}
+Release:        7%{?dist}
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -59,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %post
-if [ ! -f "/usr/lib/perl5/vendor_perl/5.10.0/XML/SAX/ParserDetails.ini" ] ; then
+if [ ! -f "%{perl_vendorlib}/XML/SAX/ParserDetails.ini" ] ; then
   perl -MXML::SAX -e \
     'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()' 2>/dev/null || :
 fi
@@ -86,6 +86,10 @@ fi
 
 
 %changelog
+* Thu Nov 12 2009 Marcela Mašláňová <mmaslano at redhat.com> - 0.96-7
+- instead of path into post used perl_vendorlib macro
+- rebuilt will be needed for perl-5.10.1
+
 * Thu Nov 12 2009 Marcela Mašláňová <mmaslano at redhat.com> - 0.96-6
 - post scriptlet needs to check whether the file is installed. When it isn't,
  then it's needed call for adding PurePerl parser




More information about the scm-commits mailing list