Author: qboosh Date: Sun Aug 20 12:36:29 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, mess cleanup, bin perms
---- Files affected: SPECS: perl-XML-Tape.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-XML-Tape.spec diff -u SPECS/perl-XML-Tape.spec:1.1 SPECS/perl-XML-Tape.spec:1.2 --- SPECS/perl-XML-Tape.spec:1.1 Sun Jul 30 21:41:51 2006 +++ SPECS/perl-XML-Tape.spec Sun Aug 20 14:36:24 2006 @@ -7,31 +7,43 @@ %include /usr/lib/rpm/macros.perl %define pdir XML %define pnam Tape -Summary: perl(XML::Tape) - module for the manipulation of XMLtape archives +Summary: XML::Tape - module for the manipulation of XMLtape archives +Summary(pl): XML::Tape - moduł do obróbki archiwów XMLtape Name: perl-XML-Tape Version: 0.22 Release: 0.1 -# note if it is "same as perl" -License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here) +License: unknown Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 50be9e231bd225b850fe6ca7f0c55210 -URL: http://search.cpan.org/dist/XML-Tape +URL: http://search.cpan.org/dist/XML-Tape/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} || %{with tests} -#BuildRequires: perl- +BuildRequires: perl-DB_File +BuildRequires: perl-Digest-MD5 +BuildRequires: perl-XML-LibXML +BuildRequires: perl-XML-Parser +BuildRequires: perl-XML-SAX-Writer +BuildRequires: perl(HTTP::OAI) %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'perl(anything_fake_or_conditional)' - %description -The XMLtape provides a write#once/read#many XML wrapper for a collection of XML -documents. The wrapper provides an easy storage format for big collections of -XML files which can be processed with off the shelf tools and validated against -a schema. The XMLtape is typically used in digital preservation projects. +The XMLtape provides a write-once/read-many XML wrapper for a +collection of XML documents. The wrapper provides an easy storage +format for big collections of XML files which can be processed with +off the shelf tools and validated against a schema. The XMLtape is +typically used in digital preservation projects. + +%description -l pl +Moduł XML::Tape to opakowanie XML jednokrotnego zapisu i wielokrotnego +odczytu dla zbioru dokumentów XML. Udostępnia łatwy format +przechowywania dużych zbiorów plików XML, które mogą być przetwarzane +przy użyciu odpowiednich narzędzi i sprawdzane pod kątem zgodności ze +schematem. XMLtape zwykle jest używany przy projektach cyfrowych +zabezpieczeń. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -41,9 +53,6 @@ INSTALLDIRS=vendor %{__make} -# if module isn't noarch, use: -# %{__make} \ -# OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} @@ -59,8 +68,8 @@ %files %defattr(644,root,root,755) %doc Changes README -%{_bindir}/xmltape -%{_bindir}/xmlindex +%attr(755,root,root) %{_bindir}/xmltape +%attr(755,root,root) %{_bindir}/xmlindex %{perl_vendorlib}/XML/Tape.pm %dir %{perl_vendorlib}/XML/Tape %{perl_vendorlib}/XML/Tape/Index.pm @@ -72,6 +81,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/20 12:36:24 qboosh +- pl, mess cleanup, bin perms + Revision 1.1 2006/07/30 19:41:51 agaran - initial 0.22, rel 0.1, builds here - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-XML-Tape.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
