Author: qboosh Date: Mon Mar 24 01:52:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, generic URL, attr fix
---- Files affected: SPECS: perl-File-Copy-Link.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/perl-File-Copy-Link.spec diff -u SPECS/perl-File-Copy-Link.spec:1.3 SPECS/perl-File-Copy-Link.spec:1.4 --- SPECS/perl-File-Copy-Link.spec:1.3 Sun Dec 30 19:20:24 2007 +++ SPECS/perl-File-Copy-Link.spec Mon Mar 24 02:52:44 2008 @@ -7,19 +7,18 @@ %define pdir File %define pnam Copy-Link Summary: File::Copy::Link - Perl extension for replacing a link by a copy of the linked file -#Summary(pl): +Summary(pl.UTF-8): File::Copy::Link - rozszerzenie Perla do zastępowania dowiązania kopią pliku Name: perl-File-Copy-Link Version: 0.110 Release: 0.3 # 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: http://www.cpan.org/modules/by-module/File/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: b434d5069cf108950ed785565916c2b0 +URL: http://search.cpan.org/dist/File-Copy-Link/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 -%if %{with tests} -%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -28,16 +27,25 @@ "File::Copy::copy", the functionality is available in a command line script copylink. -# %description -l pl -# TODO +%description -l pl.UTF-8 +Ten moduł to w większości obudowanie na "File::Spec::Link::linked" i +"File::Copy::copy"; jego funkcjonalność jest dostępna z linii poleceń +poprzez skrypt copylink. %package -n perl-File-Spec-Link Summary: File::Spec::Link - Perl extension for reading and resolving symbolic links +Summary(pl.UTF-8): File::Spec::Link - rozszerzenie Perla do odczytu i rozwiązywania dowiązań symbolicznych Group: Development/Languages/Perl %description -n perl-File-Spec-Link File::Spec::Link is an extension to File::Spec, adding methods for -resolving symbolic links; it was created to implement File::Copy::Link. +resolving symbolic links; it was created to implement +File::Copy::Link. + +%description -n perl-File-Spec-Link -l pl.UTF-8 +File::Spec::Link to rozszerzenie File::Spec dodające metody do +rozwiązywania dowiązań symbolicznych; zostało stworzone w celu +zaimplementowania File::Copy::Link. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -69,6 +77,7 @@ %{_mandir}/man1/copylink* %files -n perl-File-Spec-Link +%defattr(644,root,root,755) %{perl_vendorlib}/File/Spec/Link.pm %{_mandir}/man3/File::Spec* @@ -78,6 +87,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2008-03-24 01:52:44 qboosh +- pl, generic URL, attr fix + Revision 1.3 2007-12-30 18:20:24 agaran - fixed perl path @@ -86,4 +98,3 @@ Revision 1.1 2007-12-30 17:41:34 agaran - initial, builds here, tests under way - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-File-Copy-Link.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
