Files
perl-File-Find-Rule-VCS/perl-File-Find-Rule-VCS.spec

85 lines
2.4 KiB
RPMSpec
Raw Permalink Normal View History

#
# spec file for package perl-File-Find-Rule-VCS
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name File-Find-Rule-VCS
Name: perl-File-Find-Rule-VCS
Version: 1.90.0
Release: 0
# 1.09 -> normalize -> 1.90.0
%define cpan_version 1.09
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Exclude files/directories for Version Control Systems
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
2025-08-12 18:14:05 +02:00
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Find::Rule) >= 0.20
BuildRequires: perl(Text::Glob) >= 0.08
Requires: perl(File::Find::Rule) >= 0.20
Requires: perl(Text::Glob) >= 0.08
Provides: perl(File::Find::Rule::VCS) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
Many tools need to be equally useful both on ordinary files, and on code
that has been checked out from revision control systems.
*File::Find::Rule::VCS* provides quick and convenient methods to exclude
the version control directories of several major Version Control Systems
(currently CVS, subversion, and Bazaar).
*File::Find::Rule::VCS* implements methods to ignore the following:
* *CVS*
* *Subversion*
* *Bazaar*
In addition, the following version control systems do not create
directories in the checkout and do not require the use of any ignore
methods
* *SVK*
* *Git*
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes CONTRIBUTING README
%license LICENSE
%changelog