From d5f1c68dd0038a81d946b114e10030ef2362063c8dec81eb458644af52b318f6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Apr 2015 20:25:09 +0000 Subject: [PATCH] Accepting request 295842 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/295842 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Singleton?expand=0&rev=9 --- Class-Singleton-1.4.tar.gz | 3 --- Class-Singleton-1.5.tar.gz | 3 +++ perl-Class-Singleton.changes | 6 ++++++ perl-Class-Singleton.spec | 42 ++++++++++++++---------------------- 4 files changed, 25 insertions(+), 29 deletions(-) delete mode 100644 Class-Singleton-1.4.tar.gz create mode 100644 Class-Singleton-1.5.tar.gz diff --git a/Class-Singleton-1.4.tar.gz b/Class-Singleton-1.4.tar.gz deleted file mode 100644 index 5cd285b..0000000 --- a/Class-Singleton-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfafc6e7c842e04fc11cc3e700551461a6aaa0b139470273aea2f29026e79150 -size 7793 diff --git a/Class-Singleton-1.5.tar.gz b/Class-Singleton-1.5.tar.gz new file mode 100644 index 0000000..dd0a8e7 --- /dev/null +++ b/Class-Singleton-1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38220d04f02e3a803193c2575a1644cce0b95ad4b95c19eb932b94e2647ef678 +size 7785 diff --git a/perl-Class-Singleton.changes b/perl-Class-Singleton.changes index 3a145ba..91b8dd8 100644 --- a/perl-Class-Singleton.changes +++ b/perl-Class-Singleton.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 13 19:13:23 UTC 2015 - coolo@suse.com + +- updated to 1.5 + see /usr/share/doc/packages/perl-Class-Singleton/Changes + ------------------------------------------------------------------- Tue Nov 30 19:19:58 UTC 2010 - coolo@novell.com diff --git a/perl-Class-Singleton.spec b/perl-Class-Singleton.spec index aa0aea2..6ac63d2 100644 --- a/perl-Class-Singleton.spec +++ b/perl-Class-Singleton.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Class-Singleton (Version 1.4) +# spec file for package perl-Class-Singleton # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,44 +15,41 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Class-Singleton -%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) +Version: 1.5 +Release: 0 +%define cpan_name Class-Singleton Summary: Implementation of a "Singleton" class -Version: 1.4 -Release: 4 -License: Artistic-1.0 +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Class-Singleton/ -Source: http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Class-Singleton-1.4.tar.gz +Source: http://www.cpan.org/authors/id/S/SH/SHAY/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +%{perl_requires} %description -This is the "Class::Singleton" module. A Singleton describes an object +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 +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 +'Class::Singleton', your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required. For a description and discussion of the Singleton class, see "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2. -Author: Andy Wardley - %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" +%{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check @@ -60,18 +57,11 @@ Author: Andy Wardley %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes README %changelog