source: projects/specs/trunk/p/perl-Test-NoTabs/perl-Test-NoTabs-vl.spec @ 12120

Revision 12120, 2.8 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Test-NoTabs
2Version:        2.02
3Release:        1%{?_dist_release}
4Summary:        Check the presence of tabs in your project
5Group:          Development/Libraries
6License:        GPL+ or Artistic
7URL:            http://search.cpan.org/dist/Test-NoTabs/
8Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-NoTabs-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
10BuildArch:      noarch
11BuildRequires:  perl(Test::More)
12BuildRequires:  perl(Test::Pod)
13BuildRequires:  perl(Test::Pod::Coverage)
14Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18
19%description
20This module scans your project/distribution for any perl files (scripts,
21modules, etc.) for the presence of tabs.
22
23%prep
24%setup -q -n Test-NoTabs-%{version}
25
26%build
27perl Makefile.PL --skip INSTALLDIRS=vendor
28make %{?_smp_mflags}
29
30%install
31rm -rf %{buildroot}
32make pure_install PERL_INSTALL_ROOT=%{buildroot}
33find %{buildroot} -type f -name .packlist -exec rm -f {} \;
34find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
35%{_fixperms} %{buildroot}
36
37%check
38make test
39
40%clean
41rm -rf %{buildroot}
42
43%files
44%defattr(-,root,root,-)
45%doc Changes README
46%{perl_vendorlib}/Test/
47%{_mandir}/man3/Test::NoTabs.3pm*
48
49%changelog
50* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.02-1
51- new upstream release.
52- rebuilt with perl-5.26.
53
54* Mon Jun 30 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.3-1
55- new upstream release.
56
57* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.1-1
58- initial build for Vine Linux
59
60* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
62
63* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.1-2
64- Perl mass rebuild
65
66* Fri Apr 29 2011 Paul Howarth <paul@city-fan.org> 1.1-1
67- Update to 1.1
68  - Fix test fails if cwd or perl has a space in its path (CPAN RT#67376)
69- Remove remaining uses of macros for commands
70
71* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 1.0-5
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
73
74* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> 1.0-4
75- Rebuild to fix problems with vendorarch/lib (#661697)
76
77* Wed Jun 16 2010 Paul Howarth <paul@city-fan.org> 1.0-3
78- Clean up for Fedora submission
79
80* Mon May 17 2010 Paul Howarth <paul@city-fan.org> 1.0-2
81- Fix dist tag for RHEL-6 Beta
82
83* Thu Feb 11 2010 Paul Howarth <paul@city-fan.org> 1.0-1
84- Update to 1.0 (patches upstreamed)
85
86* Wed Feb 10 2010 Paul Howarth <paul@city-fan.org> 0.9-2
87- Add patch and test case for CPAN RT#53727 (broken POD breaks tab detection)
88- Fix a `Parentheses missing around "my" list' warning in old Perls (RT#54477)
89
90* Mon Feb  1 2010 Paul Howarth <paul@city-fan.org> 0.9-1
91- Initial RPM version
Note: See TracBrowser for help on using the repository browser.