Author: qboosh Date: Sat Aug 19 23:31:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - pl
---- Files affected: SPECS: perl-File-Flat.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/perl-File-Flat.spec diff -u SPECS/perl-File-Flat.spec:1.1 SPECS/perl-File-Flat.spec:1.2 --- SPECS/perl-File-Flat.spec:1.1 Sat Jul 29 13:06:19 2006 +++ SPECS/perl-File-Flat.spec Sun Aug 20 01:31:51 2006 @@ -2,12 +2,13 @@ # # Conditional build: %bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without tests # do not perform "make test" +%bcond_without tests # do not perform "make test" # %include /usr/lib/rpm/macros.perl %define pdir File %define pnam Flat -Summary: perl(File::Flat) - Implements a flat filesystem +Summary: File::Flat - implements a flat filesystem +Summary(pl): File::Flat - implementacja płaskiego systemu plików Name: perl-File-Flat Version: 0.96 Release: 0.1 @@ -16,24 +17,34 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 1cfc9d23bf76e0deeae0dbb0765b486c -URL: http://search.cpan.org/dist/%{pdir}-%{pnam} +URL: http://search.cpan.org/dist/File-Flat/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with autodeps} || %{with tests} -BuildRequires: perl-Test-ClassAPI BuildRequires: perl-File-NCopy BuildRequires: perl-File-Remove +BuildRequires: perl-Test-ClassAPI %endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -File::Flat implements a flat filesystem. A flat filesystem is a filesystem in -which directories do not exist. It provides an abstraction over any normal -filesystem which makes it appear as if directories do not exist. In effect, it -will automatically create directories as needed. This is create for things -like install scripts and such, as you never need to worry about the existance -of directories, just write to a file, no matter where it is. +File::Flat implements a flat filesystem. A flat filesystem is a +filesystem in which directories do not exist. It provides an +abstraction over any normal filesystem which makes it appear as if +directories do not exist. In effect, it will automatically create +directories as needed. This is created for things like install scripts +and such, as you never need to worry about the existance of +directories, just write to a file, no matter where it is. + +%description -l pl +File::Flat implementuje płaski system plików. Płaski system plików to +taki, w którym nie istnieją katalogi. Moduł udostępnia abstrakcję +ponad każdym normalnym systemem plików, powodującą, że zachowuje się, +jakby katalogi nie istniały. W efekcie automatycznie tworzy wszystkie +potrzebne katalogi. Służy do rzeczy takich jak skrypty instalacyjne i +inne, żeby nie trzeba było się martwić o istnienie katalogów - +wystarczy po prostu pisać do pliku, nie ważne gdzie on jest. %prep %setup -q -n %{pdir}-%{pnam}-%{version} @@ -67,6 +78,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/08/19 23:31:51 qboosh +- pl + Revision 1.1 2006/07/29 11:06:19 agaran - initial, 0.96 rel 0.1, builds here, am bit curious if it really need perl(prefork) - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-File-Flat.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
