Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37396691
en ru br
ALT Linux repos
S:1.07-alt1
5.0: 1.00-alt2
4.1: 1.00-alt1
4.0: 0.95-alt1
3.0: 0.95-alt1

Group :: Development/Perl
RPM: perl-File-Flat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define module File-Flat
%define m_distro File-Flat
%define m_name File::Flat
%define m_author_id unknown
%define _enable_test 1

Name: perl-File-Flat
Version: 0.95
Release: alt1

Summary: File::Flat - Implements a flat filesystem

Group: Development/Perl
License: Artistic
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav at altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Jul 12 2005

BuildRequires: perl-Class-Inspector perl-Config-Tiny perl-ExtUtils-AutoInstall perl-File-NCopy perl-File-Remove perl-File-Slurp perl-Module-Build perl-Test-ClassAPI perl-devel perl-prefork

%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.

%prep
%setup -q -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%perl_vendor_man3dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin