till pushed to perl-MongoDB (epel7). "2015-10-07: Retired orphaned package, because it was orphaned for (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Oct 7 21:06:49 UTC 2015


From 6c15f83ffac90f27aa8a166364ff097cdc8c9406 Mon Sep 17 00:00:00 2001
From: Till Maas <opensource at till.name>
Date: Wed, 7 Oct 2015 23:06:34 +0200
Subject: 2015-10-07: Retired orphaned package, because it was orphaned for
 more than six weeks.

---
 .gitignore        |   5 ---
 dead.package      |   3 ++
 perl-MongoDB.spec | 127 ------------------------------------------------------
 sources           |   1 -
 4 files changed, 3 insertions(+), 133 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 dead.package
 delete mode 100644 perl-MongoDB.spec
 delete mode 100644 sources

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 147a8e3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/MongoDB-0.41.tar.gz
-/MongoDB-0.44.tar.gz
-/MongoDB-0.45.tar.gz
-/MongoDB-0.503.3.tar.gz
-/MongoDB-0.700.0.tar.gz
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..32e8ee3
--- /dev/null
+++ b/dead.package
@@ -0,0 +1,3 @@
+2015-10-07: Retired orphaned package, because it was orphaned for
+more than six weeks.
+
diff --git a/perl-MongoDB.spec b/perl-MongoDB.spec
deleted file mode 100644
index 1891e84..0000000
--- a/perl-MongoDB.spec
+++ /dev/null
@@ -1,127 +0,0 @@
-%{?perl_default_filter}
-
-Name:           perl-MongoDB
-Version:        0.700.0
-Release:        2%{?dist}
-Summary:        Database driver
-License:        ASL 2.0
-Group:          Development/Libraries
-URL:            http://search.cpan.org/dist/MongoDB/
-Source0:        http://www.cpan.org/authors/id/K/KR/KRISTINA/MongoDB-%{version}.tar.gz
-BuildRequires:  perl >= 1:5.10.0
-BuildRequires:  openssl-devel
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Module::Install::Compiler)
-BuildRequires:  perl(Any::Moose)
-BuildRequires:  perl(Moose)
-BuildRequires:  perl(Class::Method::Modifiers)
-BuildRequires:  perl(Digest::MD5)
-BuildRequires:  perl(Tie::IxHash)
-BuildRequires:  perl(DateTime)
-BuildRequires:  perl(XSLoader)
-BuildRequires:  perl(boolean)
-BuildRequires:  /usr/bin/perldoc
-#  test requires
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::Warn)
-BuildRequires:  perl(Data::Types)
-BuildRequires:  perl(File::Slurp)
-BuildRequires:  perl(FileHandle)
-BuildRequires:  perl(JSON)
-BuildRequires:  perl(File::Temp) >= 0.17
-BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(DateTime::Tiny)
-BuildRequires:  mongodb-server
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-# Mongodb must run on a little-endian CPU (see bug #630898)
-ExcludeArch:    ppc ppc64 %{sparc} s390 s390x
-
-%description
-The perl database access module for MongoDB.
-
-%prep
-%setup -q -n MongoDB-%{version}
-
-# upstream missed inc::Module::Install::Compiler
-# https://github.com/mongodb/mongo-perl-driver/pull/54
-cp `perldoc -l Module::Install::Compiler` inc/Module/Install
-
-%build
-%{__perl} Makefile.PL --ssl INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
-make %{?_smp_mflags}
-
-%install
-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 f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
-%{_fixperms} $RPM_BUILD_ROOT/*
-
-%check
-mkdir test_db
-mongod --fork --logpath $PWD/mongod.log --pidfilepath $PWD/mongod.pid --dbpath $PWD/test_db/
-make test
-kill `cat mongod.pid`
-
-%files
-%doc Changes CONTRIBUTING.md LICENSE README
-%{perl_vendorarch}/auto/*
-%{perl_vendorarch}/MongoDB*
-%{_mandir}/man3/*
-
-%changelog
-* Mon Apr 22 2013 Robin Lee <cheeselee at fedoraproject.org> - 0.700.0-2
-- Use perldoc to find Module::Install::Compiler
-
-* Mon Apr 22 2013 Robin Lee <cheeselee at fedoraproject.org> - 0.700.0-1
-- Update to 0.700.0
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.503.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Jan 24 2013 Robin Lee <cheeselee at fedoraproject.org> - 0.503.3-1
-- Update to 0.503.3
-- Enable SSL support
-
-* Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.45-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Jun 22 2012 Petr Pisar <ppisar at redhat.com> - 0.45-4
-- Perl 5.16 rebuild
-
-* Wed Feb 08 2012 Dan HorĂ¡k <dan[at]danny.cz> - 0.45-3
-- set ExcludeArch to all big-endian arches
-
-* Wed Jan 11 2012 Robin Lee <cheeselee at fedoraproject.org> - 0.45-2
-- BR revised
-- Prepare a MongoDB server to run the test suite
-- Other minor cleanup
-
-* Tue Sep 20 2011 Michal Ingeli <mi at v3.sk> 0.45-1
-- Upstream upgrade 0.45
-- removed ccflags patch, fixed in upstream
-
-* Fri Aug 08 2011 Michal Ingeli <mi at v3.sk> 0.44-1
-- Version update to 0.44
-- Removing ccflags from Makefile.PL that breaks i686 build
-
-* Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 0.41-5
-- Perl mass rebuild
-
-* Tue Jul 19 2011 Petr Sabata <contyk at redhat.com> - 0.41-4
-- Perl mass rebuild
-
-* Sat Jan 22 2011 Michal Ingeli <mi at v3.sk> 0.41-3
-- Conditionalize perl_default_filter
-- Added Try::Tiny, required for test phase
-
-* Sat Jan 22 2011 Michal Ingeli <mi at v3.sk> 0.41-2
-- Removed redundant requires
-
-* Wed Jan 19 2011 Michal Ingeli <mi at v3.sk> 0.41-1
-- Provides filtering
-- Fixed license
-- Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
deleted file mode 100644
index 6c7bc94..0000000
--- a/sources
+++ /dev/null
@@ -1 +0,0 @@
-6756b8aafb4b5926a4b0dcdf64758f52  MongoDB-0.700.0.tar.gz
-- 
cgit v0.11.2


	http://pkgs.fedoraproject.org/cgit/perl-MongoDB.git/commit/?h=epel7&id=6c15f83ffac90f27aa8a166364ff097cdc8c9406


More information about the perl-devel mailing list