[perl-Class-Data-Inheritable/el6] Revert retirement for ppc64 support (#1033515)

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 27 16:28:17 UTC 2014


commit 7e26a2705c474a4398539e6b475e3ce83a010ebc
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 27 14:08:42 2014 +0000

    Revert retirement for ppc64 support (#1033515)

 .gitignore                       |    1 +
 dead.package                     |    1 -
 perl-Class-Data-Inheritable.spec |   94 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 4 files changed, 96 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a543a8b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Class-Data-Inheritable-[0-9.]*.tar.gz
diff --git a/perl-Class-Data-Inheritable.spec b/perl-Class-Data-Inheritable.spec
new file mode 100644
index 0000000..81d3245
--- /dev/null
+++ b/perl-Class-Data-Inheritable.spec
@@ -0,0 +1,94 @@
+Name:           perl-Class-Data-Inheritable
+Version:        0.08
+Release:        3.1%{?dist}
+Summary:        Inheritable, overridable class data
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Class-Data-Inheritable/
+Source0:        http://search.cpan.org/CPAN/authors/id/T/TM/TMTM/Class-Data-Inheritable-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+BuildRequires:  perl >= 1:5.6.1, perl(Test::More)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+# For improved tests
+BuildRequires: perl(Test::Pod::Coverage) >= 1.00
+BuildRequires: perl(Test::Pod) >= 1.00
+
+%description
+Class::Data::Inheritable is for creating accessor/mutators to 
+class data. That is, if you want to store something about your 
+class as a whole (instead of about a single object). This data 
+is then inherited by your subclasses and can be overriden.
+
+%prep
+%setup -q -n Class-Data-Inheritable-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+chmod -R u+w $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%{perl_vendorlib}/Class/
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Mon Apr 26 2010 Dennis Gregorovic <dgregor at redhat.com> - 0.08-3.1
+- Rebuilt for RHEL 6
+Related: rhbz#566527
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.08-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Jul 09 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.08-1
+- Upstream update.
+- BR: perl(Test::Pod), perl(Test::Pod::Coverage).
+
+* Wed Jul 09 2008 Ralf Corsépius <rc040203 at freenet.de> - 0.06-5
+- Fix broken Source0-URL.
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.06-4
+- Rebuild for perl 5.10 (again)
+
+* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.06-3
+- rebuild for new perl
+
+* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.06-2
+- license fix
+
+* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.06-1
+- bump to 0.06
+
+* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.05-1
+- bump to 0.05
+
+* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.04-1
+- bump to 0.04
+
+* Sun Jul 10 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-3
+- changed /Class/Data to /Class, for proper ownership
+
+* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-2
+- cleanups
+
+* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.02-1
+- Initial package for Fedora Extras
diff --git a/sources b/sources
new file mode 100644
index 0000000..0e7c9da
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+fc0fe65926eb8fb932743559feb54eb9  Class-Data-Inheritable-0.08.tar.gz



More information about the perl-devel mailing list