Author: steve Update of /cvs/pkgs/rpms/perl-Class-Singleton/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10869 Modified Files: .cvsignore perl-Class-Singleton.spec sources Log Message: Update to 1.4. Update License tag. Drop our copy of the license text. Improve Summary. Make description match cpanspec output. BR Test::More. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Singleton/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Sep 2005 21:50:45 -0000 1.2 +++ .cvsignore 15 Oct 2007 20:06:39 -0000 1.3 @@ -1 +1 @@ -Class-Singleton-1.03.tar.gz +Class-Singleton-1.4.tar.gz Index: perl-Class-Singleton.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Singleton/devel/perl-Class-Singleton.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Class-Singleton.spec 17 Apr 2007 22:42:43 -0000 1.4 +++ perl-Class-Singleton.spec 15 Oct 2007 20:06:39 -0000 1.5 @@ -1,29 +1,29 @@ Name: perl-Class-Singleton -Version: 1.03 -Release: 4%{?dist} -Summary: Class::Singleton Perl module -License: Artistic +Version: 1.4 +Release: 1%{?dist} +Summary: Implementation of a "Singleton" class +License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Class-Singleton/ Source0: http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %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 +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 Class-Singleton-%{version} -chmod a-x Singleton.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -39,8 +39,6 @@ %{_fixperms} $RPM_BUILD_ROOT/* -perldoc -t perlartistic > Artistic - %check make test @@ -49,11 +47,19 @@ %files %defattr(-,root,root,-) -%doc Changes README Artistic +%doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Mon Oct 15 2007 Steven Pritchard <steve@xxxxxxxxx> 1.4-1 +- Update to 1.4. +- Update License tag. +- Drop our copy of the license text. +- Improve Summary. +- Make description match cpanspec output. +- BR Test::More. + * Tue Apr 17 2007 Steven Pritchard <steve@xxxxxxxxx> 1.03-4 - Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Class-Singleton/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Sep 2005 21:50:45 -0000 1.2 +++ sources 15 Oct 2007 20:06:39 -0000 1.3 @@ -1 +1 @@ -80202a57411cb3e939fec327a87564bf Class-Singleton-1.03.tar.gz +a18b108ab97e2107cbbe816d2b3e2ee3 Class-Singleton-1.4.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list