|
@@ -1,6 +1,6 @@
|
|
Name: perl-Class-Singleton
|
|
Name: perl-Class-Singleton
|
|
Version: 1.4
|
|
Version: 1.4
|
|
-Release: 6%{?_dist_release}
|
|
|
|
|
|
+Release: 7%{?_dist_release}
|
|
Summary: Implementation of a "Singleton" class
|
|
Summary: Implementation of a "Singleton" class
|
|
License: GPL+ or Artistic
|
|
License: GPL+ or Artistic
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
@@ -12,6 +12,10 @@ BuildRequires: perl(ExtUtils::MakeMaker)
|
|
BuildRequires: perl(Test::More)
|
|
BuildRequires: perl(Test::More)
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
+Packager: yasumichi, inagaki
|
|
|
|
+
|
|
%description
|
|
%description
|
|
This is the Class::Singleton module. A Singleton describes an object class
|
|
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
|
|
that can have only one instance in any system. An example of a Singleton
|
|
@@ -52,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_mandir}/man3/*
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jan 25 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.4-7
|
|
|
|
+- rebuild with perl-5.12.3
|
|
|
|
+
|
|
* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4-6
|
|
* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.4-6
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|
|
|
|
|