From 01664327e5e95f239f8319943459eb8e49395f20 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Tue, 6 Sep 2016 12:22:58 +0200
Subject: Initial import to EPEL 7

---
 .gitignore         |   1 +
 Makefile           |  21 ----------
 perl-File-Pid.spec | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |   1 +
 4 files changed, 115 insertions(+), 21 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 Makefile
 create mode 100644 perl-File-Pid.spec

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..01d4253
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/File-Pid-1.01.tar.gz
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 01844c5..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Makefile for source rpm: perl-File-Pid
-# $Id$
-NAME := perl-File-Pid
-SPECFILE = $(firstword $(wildcard *.spec))
-
-define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; 
then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q 
update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
-endef
-
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
-
-ifeq ($(MAKEFILE_COMMON),)
-# attept a checkout
-define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo 
"common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to 
checkout the 'common' module." ; exit -1 ; } >&2
-endef
-
-MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
-endif
-
-include $(MAKEFILE_COMMON)
diff --git a/perl-File-Pid.spec b/perl-File-Pid.spec
new file mode 100644
index 0000000..228d047
--- /dev/null
+++ b/perl-File-Pid.spec
@@ -0,0 +1,113 @@
+Name:           perl-File-Pid
+Version:        1.01
+Release:        20%{?dist}
+Summary:        Pid File Manipulation
+License:        GPL+ or Artistic
+URL:            http://search.cpan.org/dist/File-Pid/
+Source0:        
http://www.cpan.org/authors/id/C/CW/CWEST/File-Pid-%{version}.tar.gz
+BuildArch:      noarch
+# Build
+BuildRequires:  findutils
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl-generators
+BuildRequires:  perl(ExtUtils::MakeMaker)
+# Runtime
+BuildRequires:  perl(base)
+BuildRequires:  perl(Class::Accessor::Fast) >= 0.19
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
+Requires:       perl(Class::Accessor::Fast) >= 0.19
+
+%global __requires_exclude 
%{?__requires_exclude:%__requires_exclude|}^perl\\(Class::Accessor::Fast\\)$
+
+%description
+This software manages a pid file for you. It will create a pid file,
+query the process within to discover if it's still running, and remove
+the pid file.
+
+%prep
+%setup -q -n File-Pid-%{version}
+
+%build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} %{buildroot}/*
+
+%check
+make test
+
+%files
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 1.01-20
+- Perl 5.24 rebuild
+
+* Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.01-19
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Thu Jan 28 2016 Petr Šabata <con...@redhat.com> - 1.01-18
+- Package cleanup
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Thu Jun 04 2015 Jitka Plesnikova <jples...@redhat.com> - 1.01-16
+- Perl 5.22 rebuild
+
+* Thu Aug 28 2014 Jitka Plesnikova <jples...@redhat.com> - 1.01-15
+- Perl 5.20 rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-14
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Jul 18 2013 Petr Pisar <ppi...@redhat.com> - 1.01-12
+- Perl 5.18 rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Jun 11 2012 Petr Pisar <ppi...@redhat.com> - 1.01-9
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Jun 20 2011 Marcela Mašláňová <mmasl...@redhat.com> - 1.01-7
+- Perl mass rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Thu Dec 16 2010 Marcela Maslanova <mmasl...@redhat.com> - 1.01-5
+- 661697 rebuild for fixing problems with vendorach/lib
+
+* Sat May 01 2010 Marcela Maslanova <mmasl...@redhat.com> - 1.01-4
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <ska...@redhat.com> - 1.01-3
+- rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.01-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Fri Apr 10 2009 Iain Arnell 1.01-1
+- Specfile autogenerated by cpanspec 1.77.
diff --git a/sources b/sources
index e69de29..56cd215 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+d927b40215cbfbff233d9feb53529532  File-Pid-1.01.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-File-Pid.git/commit/?h=epel7&id=01664327e5e95f239f8319943459eb8e49395f20
--
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