From 042b83f640e1b8ff6f12d66447826deae535aeed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Wed, 20 Jul 2016 16:44:47 +0200
Subject: Revert "2016-05-19: Retired orphaned package, because it was orphaned
 for"

This reverts commit f3cff02bc3028219319d86168ed098cd26d83cf7.
---
 .gitignore                                   |   1 +
 dead.package                                 |   3 -
 perl-MooseX-Emulate-Class-Accessor-Fast.spec | 102 +++++++++++++++++++++++++++
 sources                                      |   1 +
 4 files changed, 104 insertions(+), 3 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 dead.package
 create mode 100644 perl-MooseX-Emulate-Class-Accessor-Fast.spec
 create mode 100644 sources

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c9c62f3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+MooseX-Emulate-Class-Accessor-Fast-0.00903.tar.gz
diff --git a/dead.package b/dead.package
deleted file mode 100644
index 164cb9a..0000000
--- a/dead.package
+++ /dev/null
@@ -1,3 +0,0 @@
-2016-05-19: Retired orphaned package, because it was orphaned for
-more than six weeks.
-
diff --git a/perl-MooseX-Emulate-Class-Accessor-Fast.spec 
b/perl-MooseX-Emulate-Class-Accessor-Fast.spec
new file mode 100644
index 0000000..f846e20
--- /dev/null
+++ b/perl-MooseX-Emulate-Class-Accessor-Fast.spec
@@ -0,0 +1,102 @@
+Name:       perl-MooseX-Emulate-Class-Accessor-Fast
+Version:    0.00903
+Release:    3%{?dist}
+# lib/MooseX/Adopt/Class/Accessor/Fast.pm -> GPL+ or Artistic
+# lib/MooseX/Emulate/Class/Accessor/Fast.pm -> GPL+ or Artistic
+License:    GPL+ or Artistic
+Group:      Development/Libraries
+Summary:    Emulate Class::Accessor::Fast behavior using Moose attributes
+Source:     
http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/MooseX-Emulate-Class-Accessor-Fast-%{version}.tar.gz
+Url:        http://search.cpan.org/dist/MooseX-Emulate-Class-Accessor-Fast
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+BuildArch:  noarch
+
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
+BuildRequires: perl(Moose)               >= 0.84
+BuildRequires: perl(Moose::Role)
+BuildRequires: perl(namespace::clean)
+# tests
+BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Class::Accessor::Fast)
+
+### auto-added reqs!
+Requires:  perl(Moose) >= 0.84
+Requires:  perl(namespace::clean)
+
+%description
+This module attempts to emulate the behavior of Class::Accessor::Fast
+as accurately as possible using the Moose attribute system. The public
+API of "Class::Accessor::Fast" is wholly supported, but the private
+methods are not.  If you are only using the public methods (as you
+should) migration should be a matter of switching your "use base" line
+to a "with" line.
+
+
+%prep
+%setup -q -n MooseX-Emulate-Class-Accessor-Fast-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
+
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%doc README Changes
+%{perl_vendorlib}/*
+%{_mandir}/man3/*.3*
+
+%changelog
+* Mon May 03 2010 Marcela Maslanova <mmasl...@redhat.com> - 0.00903-3
+- Mass rebuild with perl-5.12.0
+
+* Fri Dec  4 2009 Stepan Kasal <ska...@redhat.com> - 0.00903-2
+- rebuild against perl 5.10.1
+
+* Sat Sep 19 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00903-1
+- auto-update to 0.00903 (by cpan-spec-update 0.01)
+
+* Sat Aug 08 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00902-1
+- auto-update to 0.00902 (by cpan-spec-update 0.01)
+- altered br on perl(Moose) (0.74 => 0.84)
+- added a new req on perl(Moose) (version 0.84)
+- added a new req on perl(namespace::clean) (version 0)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.00900-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun May 31 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00900-1
+- auto-update to 0.00900 (by cpan-spec-update 0.01)
+
+* Sun May 17 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00802-1
+- auto-update to 0.00802 (by cpan-spec-update 0.01)
+- altered br on perl(Moose) (0.31 => 0.74)
+
+* Sun Apr 19 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00801-1
+- update to 0.00801
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.00800-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Feb 10 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00800-1
+- update for submission
+
+* Tue Feb 10 2009 Chris Weyl <cw...@alumni.drew.edu> 0.00800-0
+- initial RPM packaging
+- generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8)
diff --git a/sources b/sources
new file mode 100644
index 0000000..08a2eec
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+edb0d626207e7db61154b5cc65112638  
MooseX-Emulate-Class-Accessor-Fast-0.00903.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-MooseX-Emulate-Class-Accessor-Fast.git/commit/?h=el6&id=042b83f640e1b8ff6f12d66447826deae535aeed
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to