Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core-src > by-pkgid > 88b23ad06a9d3e6ef25d33e38012f825 > files > 3

perl-Class-Singleton-1.4-alt1.src.rpm

%define dist Class-Singleton
Name: perl-%dist
Version: 1.4
Release: alt1

Summary: Implementation of a "Singleton" class
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: %dist-%version.tar
Patch: %name-%version-%release.patch

BuildArch: noarch

# Automatically added by buildreq on Wed Mar 05 2008
BuildRequires: perl-devel

%description
This is the Class::Singleton module.  A Singleton describes an object
class that can have only one instance in any system.  An example of a
Singleton might be a print spooler or system registry.  This module
implements a Singleton class from which other classes can be derived.
By itself, the Class::Singleton module does very little other than
manage the instantiation of a single object.  In deriving a class from
Class::Singleton, your module will inherit the Singleton instantiation
method and can implement whatever specific functionality is required.

%prep
%setup -q -n %dist-%version
%patch -p1

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/Class*

%changelog
* Wed Mar 05 2008 Alexey Tourbin <at@altlinux.ru> 1.4-alt1
- 1.03 -> 1.4

* Sun Aug 21 2005 Alexey Tourbin <at@altlinux.ru> 1.03-alt1
- initial revision