2011-05-06 11:50:23 +00:00
|
|
|
#
|
2011-05-24 07:24:38 +00:00
|
|
|
# spec file for package perl-Test-NoTabs
|
2011-05-06 11:50:23 +00:00
|
|
|
#
|
2018-04-23 07:46:49 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2011-05-06 11:50:23 +00:00
|
|
|
#
|
|
|
|
# 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 http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-05-24 07:24:38 +00:00
|
|
|
|
2011-05-06 11:50:23 +00:00
|
|
|
Name: perl-Test-NoTabs
|
2018-04-23 07:46:49 +00:00
|
|
|
Version: 2.02
|
2013-06-04 15:32:14 +00:00
|
|
|
Release: 0
|
2011-05-06 11:50:23 +00:00
|
|
|
%define cpan_name Test-NoTabs
|
|
|
|
Summary: Check the presence of tabs in your project
|
2018-04-23 07:46:49 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2011-05-06 11:50:23 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2011-08-25 22:44:33 +00:00
|
|
|
Url: http://search.cpan.org/dist/Test-NoTabs/
|
2017-04-12 17:20:05 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
|
|
|
Source1: cpanspec.yml
|
2011-05-24 07:24:28 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-05-06 11:50:23 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module scans your project/distribution for any perl files (scripts,
|
|
|
|
modules, etc) for the presence of tabs.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%check
|
|
|
|
%{__make} test
|
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
2011-05-24 07:24:28 +00:00
|
|
|
%defattr(-,root,root,755)
|
2017-04-12 17:20:05 +00:00
|
|
|
%doc Changes CONTRIBUTING README
|
|
|
|
%license LICENSE
|
2011-05-06 11:50:23 +00:00
|
|
|
|
|
|
|
%changelog
|