Author: qboosh Date: Sun Mar 23 22:10:57 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, generic URL - use package names
---- Files affected: SPECS: perl-Directory-Scratch-Structured.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/perl-Directory-Scratch-Structured.spec diff -u SPECS/perl-Directory-Scratch-Structured.spec:1.2 SPECS/perl-Directory-Scratch-Structured.spec:1.3 --- SPECS/perl-Directory-Scratch-Structured.spec:1.2 Sun Jan 13 00:11:13 2008 +++ SPECS/perl-Directory-Scratch-Structured.spec Sun Mar 23 23:10:52 2008 @@ -7,7 +7,7 @@ %define pdir Directory %define pnam Scratch-Structured Summary: Directory::Scratch::Structured - creates temporary files and directories from a structured description -#Summary(pl): +Summary(pl.UTF-8): Directory::Scratch::Structured - tworzenie plików i katalogów tymczasowych z opisu strukturalnego Name: perl-Directory-Scratch-Structured Version: 0.03 Release: 1 @@ -16,25 +16,26 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Directory/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: f42c759eb3a8e2d9eb6e07379c25655a +URL: http://search.cpan.org/dist/Directory-Scratch-Structured/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} -BuildRequires: perl(Data::TreeDumper) -BuildRequires: perl(Directory::Scratch) -BuildRequires: perl(Readonly) -BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Sub::Install) -BuildRequires: perl(Test::Block) -BuildRequires: perl(Test::Dependencies) -BuildRequires: perl(Test::Distribution) -BuildRequires: perl(Test::Exception) -BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Perl::Critic) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl(Test::Spelling) -BuildRequires: perl(Test::Strict) -BuildRequires: perl(Test::Warn) +BuildRequires: perl-Data-TreeDumper +BuildRequires: perl-Directory-Scratch +BuildRequires: perl-Readonly +BuildRequires: perl-Sub-Exporter +BuildRequires: perl-Sub-Install +BuildRequires: perl-Test-Block +BuildRequires: perl-Test-Dependencies +BuildRequires: perl-Test-Distribution +BuildRequires: perl-Test-Exception +BuildRequires: perl-Test-NoWarnings +BuildRequires: perl-Test-Perl-Critic +BuildRequires: perl-Test-Pod +BuildRequires: perl-Test-Pod-Coverage +BuildRequires: perl-Test-Spelling +BuildRequires: perl-Test-Strict +BuildRequires: perl-Test-Warn %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -43,9 +44,9 @@ This module adds a create_structured_tree subroutine to the Directory::Scratch. - - -# %description -l pl # TODO +%description -l pl.UTF-8 +Ten moduł dodaje procedurę create_structured_tree do +Directory::Scratch. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -70,7 +71,6 @@ %defattr(644,root,root,755) %doc Changes README %{perl_vendorlib}/Directory/Scratch/*.pm -#%%{perl_vendorlib}/Directory/Scratch/Structured %{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -79,9 +79,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-03-23 22:10:52 qboosh +- pl, generic URL +- use package names + Revision 1.2 2008-01-12 23:11:13 agaran - fixed Source0 url Revision 1.1 2008-01-11 07:41:14 agaran - initial, builds here, rel 1 - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Directory-Scratch-Structured.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
