Author: qboosh Date: Sun Dec 4 15:12:18 2011 GMT Module: packages Tag: HEAD ---- Log message: - generic URL - pl fix - package xpath script just once
---- Files affected: packages/perl-XML-XPath: perl-XML-XPath.spec (1.25 -> 1.26) ---- Diffs: ================================================================ Index: packages/perl-XML-XPath/perl-XML-XPath.spec diff -u packages/perl-XML-XPath/perl-XML-XPath.spec:1.25 packages/perl-XML-XPath/perl-XML-XPath.spec:1.26 --- packages/perl-XML-XPath/perl-XML-XPath.spec:1.25 Mon Jul 28 00:23:12 2008 +++ packages/perl-XML-XPath/perl-XML-XPath.spec Sun Dec 4 16:12:13 2011 @@ -7,14 +7,15 @@ %define pdir XML %define pnam XPath Summary: XML::XPath - a set of modules for parsing and evaluating XPath statements -Summary(pl.UTF-8): XML::XPath - zestaw modułów do parsowania i obliczania wyrażeń XPath +Summary(pl.UTF-8): XML::XPath - zestaw modułów do analizy i obliczania wyrażeń XPath Name: perl-XML-XPath Version: 1.13 Release: 4 License: GPL or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/XML/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: b5919d9220d83982feb6e2321850c5d7 +URL: http://search.cpan.org/dist/XML-XPath/ BuildRequires: perl-XML-Parser >= 2.23 BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 @@ -30,8 +31,8 @@ %description -l pl.UTF-8 Ten moduł ma być zgodny ze specyfikacją XPath (dostępną pod http://www.w3.org/TR/xpath) i pozwala na dodawanie rozszerzeń -w postaci funkcji. Moduły takie jak XSLT i XPointer mogą być -potrzebne do tego, jako że obsługują funkcjonalność spoza XPath. +w postaci funkcji. Do tego mogą być potrzebne moduły takie jak XSLT i +XPointer, jako że obsługują funkcjonalność spoza XPath. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -49,7 +50,7 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +install examples/test.xml $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT @@ -57,14 +58,12 @@ %files %defattr(644,root,root,755) %doc TODO README -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/xpath %{perl_vendorlib}/XML/XPath.pm %{perl_vendorlib}/XML/XPath/*.pm %{perl_vendorlib}/XML/XPath/Node -%{_mandir}/man3/* -%dir %{_examplesdir}/%{name}-%{version} -%attr(755,root,root) %{_examplesdir}/%{name}-%{version}/xpath -%{_examplesdir}/%{name}-%{version}/*.xml +%{_mandir}/man3/XML::XPath*.3pm* +%{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -72,6 +71,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2011/12/04 15:12:13 qboosh +- generic URL +- pl fix +- package xpath script just once + Revision 1.25 2008/07/27 22:23:12 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-XML-XPath/perl-XML-XPath.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
