rpms/perl-Test-NoTabs/F-12 perl-Test-NoTabs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth pghmcfc at fedoraproject.org
Wed Jun 23 08:34:39 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Test-NoTabs/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14350/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Test-NoTabs.spec 
Log Message:
Initial import of perl-Test-NoTabs-1.0-3


--- NEW FILE perl-Test-NoTabs.spec ---
Name:		perl-Test-NoTabs
Version:	1.0
Release:	3%{?dist}
Summary:	Check the presence of tabs in your project
Group:		Development/Libraries
License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/Test-NoTabs/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-NoTabs-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	perl(Test::More)
BuildRequires:	perl(Test::Pod)
BuildRequires:	perl(Test::Pod::Coverage)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module scans your project/distribution for any perl files (scripts,
modules, etc.) for the presence of tabs.

%prep
%setup -q -n Test-NoTabs-%{version}

%build
perl Makefile.PL --skip INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} %{buildroot}

%check
make test

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Test/
%{_mandir}/man3/Test::NoTabs.3pm*

%changelog
* Wed Jun 16 2010 Paul Howarth <paul at city-fan.org> 1.0-3
- Clean up for Fedora submission

* Mon May 17 2010 Paul Howarth <paul at city-fan.org> 1.0-2
- Fix dist tag for RHEL-6 Beta

* Thu Feb 11 2010 Paul Howarth <paul at city-fan.org> 1.0-1
- Update to 1.0 (patches upstreamed)

* Wed Feb 10 2010 Paul Howarth <paul at city-fan.org> 0.9-2
- Add patch and test case for CPAN RT#53727 (broken POD breaks tab detection)
- Fix a `Parentheses missing around "my" list' warning in old Perls (RT#54477)

* Mon Feb  1 2010 Paul Howarth <paul at city-fan.org> 0.9-1
- Initial RPM version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-NoTabs/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	23 Jun 2010 01:59:11 -0000	1.1
+++ .cvsignore	23 Jun 2010 08:34:39 -0000	1.2
@@ -0,0 +1 @@
+Test-NoTabs-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Test-NoTabs/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	23 Jun 2010 01:59:11 -0000	1.1
+++ sources	23 Jun 2010 08:34:39 -0000	1.2
@@ -0,0 +1 @@
+ffb71ba9485b787a1abd25bd27e0020f  Test-NoTabs-1.0.tar.gz




More information about the perl-devel mailing list