# Detect the distribution in use %global __despace head -n 1 | tr -d '[:space:]' | sed -e 's/[(].*[)]//g' %global __lower4 cut -c 1-4 | tr '[:upper:]' '[:lower:]' %global __distfile %([ -f /etc/SuSE-release ] && echo /etc/SuSE-release || echo /etc/redhat-release) %global __distinit %(sed -e 's/ release .*//' -e 's/\\([A-Za-z]\\)[^ ]*/\\1/g' %{__distfile} | %{__despace} | %{__lower4}) %global __distvers %(sed -e 's/.* release \\([^. ]*\\).*/\\1/' %{__distfile} | %{__despace}) # Identify Alma, CentOS, CentOS Stream and Rocky Linux as rhel %if "%{__distinit}" == "a" || "%{__distinit}" == "c" || "%{__distinit}" == "cl" || "%{__distinit}" == "cs" || "%{__distinit}" == "rl" %global __distinit rhel %endif # Dist tag for Fedora is still "fc" %if "%{__distinit}" == "f" %global __distinit fc %endif Name: perl-File-Find-Rule-VCS Version: 1.09 Release: 1.%{__distinit}%{__distvers} Summary: Exclude files/directories for Version Control Systems License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/File-Find-Rule-VCS Source0: https://cpan.metacpan.org/modules/by-module/File/File-Find-Rule-VCS-%{version}.tar.gz BuildArch: noarch # Module Build BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(warnings) # Module Runtime BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(File::Find::Rule) >= 0.20 BuildRequires: perl(strict) BuildRequires: perl(Text::Glob) >= 0.08 # Test Suite BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) >= 0.47 # Optional Tests BuildRequires: perl(CPAN::Meta) >= 2.120900 # Dependencies %if 0%{?fedora} < 38 && 0%{?rhel} < 10 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %endif %description Many tools need to be equally useful both on ordinary files, and on code that has been checked out from revision control systems. %prep %setup -q -n File-Find-Rule-VCS-%{version} %build perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -delete %{_fixperms} -c %{buildroot} %check make test %files %license LICENSE %doc Changes CONTRIBUTING README %{perl_vendorlib}/File/ %{_mandir}/man3/File::Find::Rule::VCS.3* %changelog * Sat Apr 29 2023 Paul Howarth - 1.09-1 - Update to 1.09 - Tooling updates - Use SPDX-format license tag - Use %%license unconditionally * Fri Jun 26 2020 Paul Howarth - 1.08-27 - Switch upstream from search.cpan.org to metacpan.org * Tue Jun 13 2017 Paul Howarth - 1.08-18 - Fix building on Perls without '.' in @INC - Drop support for EOL distributions prior to F-13 - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %%install section - Drop explicit %%clean section * Tue Aug 23 2016 Paul Howarth - 1.08-16 - Classify buildreqs by usage - Simplify find command using -delete * Fri Aug 29 2014 Paul Howarth - 1.08-11 - Drop %%defattr, redundant since rpm 4.4 - Use %%license where possible * Mon Aug 5 2013 Paul Howarth - 1.08-10 - Import from Fedora * Sat Aug 03 2013 Fedora Release Engineering - 1.08-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jul 21 2013 Petr Pisar - 1.08-8 - Perl 5.18 rebuild * Thu Feb 14 2013 Fedora Release Engineering - 1.08-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering - 1.08-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Jun 12 2012 Petr Pisar - 1.08-5 - Perl 5.16 rebuild * Fri Jan 13 2012 Fedora Release Engineering - 1.08-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jun 21 2011 Marcela Mašláňová - 1.08-3 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 1.08-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Oct 06 2010 Petr Pisar - 1.08-1 - 1.08 bump * Wed Sep 15 2010 Petr Pisar - 1.07-1 - 1.07 bump - Remove duplicate perl(File::Find::Rule) Requires * Sat May 01 2010 Marcela Maslanova - 1.05-5 - Mass rebuild with perl-5.12.0 * Mon Dec 7 2009 Stepan Kasal - 1.05-4 - Rebuild against perl 5.10.1 * Sat Jul 25 2009 Fedora Release Engineering - 1.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 1.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Dec 5 2008 Marcela Mašláňová 1.05-1 - Update * Thu Sep 25 2008 Marcela Mašláňová - 1.04-2 - Add email * Wed Sep 24 2008 Marcela Mašláňová - 1.04-1 - Specfile autogenerated by cpanspec 1.77