|
|
|
@ -1,15 +1,15 @@
|
|
|
|
|
Name: perl-Class-Trigger
|
|
|
|
|
Version: 0.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Mixin to add / call inheritable triggers
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: GPL or Artistic
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: http://search.cpan.org/dist/Class-Trigger/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Class-Trigger-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(IO::Scalar), perl(Class::Data::Inheritable)
|
|
|
|
|
BuildRequires: perl(IO::Scalar), perl(Class::Data::Inheritable), perl(Test::More)
|
|
|
|
|
Requires: perl(IO::Scalar)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
@ -44,6 +44,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
|
|
|
|
|
- bump to 0.12
|
|
|
|
|
- license fix
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.10-2
|
|
|
|
|
- bump for fc6
|
|
|
|
|
|
|
|
|
|