Name: perl-Dir-Self Version: 0.10 Release: 12%{?dist} Summary: A __DIR__ constant for the directory your source file is in License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Dir-Self/ Source0: http://www.cpan.org/authors/id/M/MA/MAUKE/Dir-Self-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %{?perl_default_filter} %description Perl has two pseudo-constants describing the current location in your source code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the directory your source file is in, as an absolute pathname. %prep %setup -q -n Dir-Self-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue Aug 26 2014 Jitka Plesnikova - 0.10-12 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.10-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.10-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 0.10-9 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.10-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 0.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jun 08 2012 Petr Pisar - 0.10-6 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 0.10-4 - Perl mass rebuild * Thu Dec 16 2010 Marcela Maslanova - 0.10-3 - 661697 rebuild for fixing problems with vendorach/lib * Sat Jun 05 2010 Iain Arnell 0.10-2 - bump for build against perl-5.12 * Sat May 01 2010 Iain Arnell 0.10-1 - Specfile autogenerated by cpanspec 1.78.