[perl-Class-Accessor/el6] Revert retirement for ppc64 support (#1033514)

Paul Howarth pghmcfc at fedoraproject.org
Mon Jan 27 16:29:12 UTC 2014


commit 3be8c0311abe20e68428bf191dc05f9e1fcdb24b
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Jan 27 13:54:02 2014 +0000

    Revert retirement for ppc64 support (#1033514)

 .gitignore               |    1 +
 dead.package             |    1 -
 perl-Class-Accessor.spec |   90 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 4 files changed, 92 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..53b224c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/Class-Accessor-[0-9.]*.tar.gz
diff --git a/perl-Class-Accessor.spec b/perl-Class-Accessor.spec
new file mode 100644
index 0000000..9b882f9
--- /dev/null
+++ b/perl-Class-Accessor.spec
@@ -0,0 +1,90 @@
+Name:           perl-Class-Accessor
+Version:        0.31
+Release:        6.1%{?dist}
+Summary:        Automated accessor generation
+Group:          Development/Libraries
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/Class-Accessor/
+Source0:        http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/Class-Accessor-%{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))
+
+%description
+%{summary}.
+
+%prep
+%setup -q -n Class-Accessor-%{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,-)
+%doc Changes examples/
+%{perl_vendorlib}/Class
+%{_mandir}/man3/*.3*
+
+
+%changelog
+* Mon Apr 26 2010 Dennis Gregorovic <dgregor at redhat.com> - 0.31-6.1
+- Rebuilt for RHEL 6
+Related: rhbz#566527
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.31-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.31-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.31-4
+- Rebuild for perl 5.10 (again)
+
+* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.31-3
+- rebuild for new perl
+
+* Fri Aug 24 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.31-2
+- license fix
+
+* Fri Jul 27 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.31-1
+- update for 0.31, hooray for performance patches
+
+* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.30-1
+- bump to 0.30
+
+* Thu Sep 14 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.27-2
+- bump for fc6
+
+* Wed Aug  2 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.27-1
+- bump to 0.27
+
+* Fri Mar 31 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.25-1
+- bump to 0.25
+
+* Mon Jan  9 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.22-1
+- bump to 0.22
+
+* Fri Aug  5 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-3
+- add examples/ to %doc
+
+* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-2
+- cleanups
+
+* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-1
+- Initial package for Fedora Extras
diff --git a/sources b/sources
new file mode 100644
index 0000000..0ae2a2d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+d13df2381878ccdb847c23ab6af7e4fa  Class-Accessor-0.31.tar.gz


More information about the scm-commits mailing list