Author: qboosh Date: Sat Apr 22 16:12:54 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - descs, cleanup
---- Files affected: SPECS: perl-File-DirSync.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-File-DirSync.spec diff -u SPECS/perl-File-DirSync.spec:1.1 SPECS/perl-File-DirSync.spec:1.2 --- SPECS/perl-File-DirSync.spec:1.1 Wed Apr 19 22:11:06 2006 +++ SPECS/perl-File-DirSync.spec Sat Apr 22 18:12:49 2006 @@ -1,30 +1,41 @@ # $Revision$, $Date$ # # Conditional build: -%bcond_without autodeps # don't BR packages needed only for resolving deps %bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir File %define pnam DirSync -Summary: perl(File::DirSync) +Summary: File::DirSync - synchronize two directories rapidly +Summary(pl): File::DirSync - szybka synchronizacja dwóch katalogów Name: perl-File-DirSync Version: 1.13 Release: 0.1 -# note if it is "same as perl" -License: (enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here) +# 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-md5: fa8c8d6be4a339fdda83ea5dff3dd240 Patch0: %{name} -URL: http://search.cpan.org/dist/%{pdir}-%{pnam} +URL: http://search.cpan.org/dist/File-DirSync BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -description +File::DirSync will make two directories exactly the same. The goal is +to perform this syncronization process as quickly as possible with as +few stats and reads and writes as possible. It usually can perform the +syncronization process within a few milliseconds - even for gigabytes +or more of information. + +%description -l pl +File::DirSync czyni dwa katalogi dokładnie takimi samymi. Celem jest +wykonanie tego procesu synchronizacji jak najszybciej, jak najmniejszą +liczbą operacji stat, odczytu i zapisu. Zwykle może wykonać proces +synchronizacji w ciągu kilku milisekund - nawet dla gigabajtów lub +większej ilości informacji. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -49,10 +60,10 @@ %files %defattr(644,root,root,755) %doc Changes README -%{perl_vendorlib}/File/DirSync.pm -%{_mandir}/man3/* %attr(755,root,root) %{_bindir}/dirsync +%{perl_vendorlib}/File/DirSync.pm %{_mandir}/man1/* +%{_mandir}/man3/* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -60,17 +71,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/04/22 16:12:49 qboosh +- descs, cleanup + Revision 1.1 2006/04/19 20:11:06 agaran - initial in PLD, rel 0.1 - -Revision 1.36 2006/02/20 18:43:46 qboosh -- noted generic URL - -Revision 1.35 2005/11/15 22:55:15 glen -- add autodeps, cut languages that nobody fills anyway - -Revision 1.34 2005/08/09 07:50:12 glen -- use pure_install target to prevent perlocal.pod being created (from ExtUtils::MakeMaker manual) - -Revision 1.33 2004/12/02 06:07:36 ankry -- more BR, cut off changelog ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-File-DirSync.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
