[perl-MooseX-GlobRef] Initial push.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Mar 31 13:42:02 UTC 2011


commit 48f0dfa5676c738fc8e8746718d9069be614892d
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Mar 31 15:40:28 2011 +0200

    Initial push.

 .gitignore               |    1 +
 perl-MooseX-GlobRef.spec |   87 ++++++++++++++++++++++++++++++++++++++++++++++
 sources                  |    1 +
 3 files changed, 89 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bf7294e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/MooseX-GlobRef-0.0701.tar.gz
diff --git a/perl-MooseX-GlobRef.spec b/perl-MooseX-GlobRef.spec
new file mode 100644
index 0000000..42a2309
--- /dev/null
+++ b/perl-MooseX-GlobRef.spec
@@ -0,0 +1,87 @@
+Name:           perl-MooseX-GlobRef
+Version:        0.0701
+Release:        2%{?dist}
+Summary:        Store a Moose object in glob reference
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/MooseX-GlobRef/
+Source0:        http://search.cpan.org/CPAN/authors/id/D/DE/DEXTER/MooseX-GlobRef-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Moose) >= 0.94
+BuildRequires:  perl(parent)
+BuildRequires:  perl(Test::Assert)
+BuildRequires:  perl(Test::Unit::Lite) >= 0.12
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+Obsoletes:      perl-MooseX-GlobRef-Object <= 0.0701-2.fc15
+
+%description
+This meta-policy allows to store Moose object in glob reference or file
+handle. The class attributes will be stored in anonymous hash associated
+with glob reference. It allows to create a Moose version of IO::Handle.
+
+%prep
+%setup -q -n MooseX-GlobRef-%{version}
+
+%build
+%{__perl} Build.PL installdirs=vendor
+./Build
+
+%install
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+./Build test
+
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Mon Mar 14 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.0701-2
+- remove obsoletes -> causing coflicts
+
+* Mon Mar  7 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.0701-1
+- rename package to correct name
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0701-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 09 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.0701-1
+- Upstream update (Fix FTBFS: BZ 660747).
+- Remove requires-filter, adjust BRs.
+
+* Thu May 18 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.07-5
+- Fix build directory.
+- Reflect build directory having changed.
+
+* Mon May 03 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.07-4
+- Mass rebuild with perl-5.12.0
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 0.07-3
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.07-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jun 08 2009 Chris Weyl <cweyl at alumni.drew.edu> 0.07-1
+- auto-update to 0.07 (by cpan-spec-update 0.01)
+- altered br on perl(Test::Unit::Lite) (0.11 => 0.12)
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Feb 18 2009 Allisson Azevedo <allisson at gmail.com> 0.06-1
+- Update to 0.06.
+- Added filter requires.
+
+* Thu Jan 29 2009 Allisson Azevedo <allisson at gmail.com> 0.04-1
+- Initial rpm release.
diff --git a/sources b/sources
index e69de29..5d78d5a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+39328baf1f6b8784ca5f5f249cc11e8b  MooseX-GlobRef-0.0701.tar.gz


More information about the scm-commits mailing list