Accepting request 71008 from devel:languages:perl

- updated to 1.1
    - Fix test fails if cwd or perl has a space in its path RT#67376

OBS-URL: https://build.opensuse.org/request/show/71008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-NoTabs?expand=0&rev=3
This commit is contained in:
Sascha Peilicke 2011-05-24 07:24:28 +00:00 committed by Git OBS Bridge
parent abbd0a5878
commit 1f128a8602
4 changed files with 15 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8c96e9d3017153c4feead07b8d5b0b7a6fe2e10c382adf35bdcdfd67d056ab8
size 23784

3
Test-NoTabs-1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b3dd44c6eb5fdb8f02bd7f518005d5eaff6ee7c9308a5ddb01631119bdd3dd0
size 29167

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 23 10:58:57 UTC 2011 - coolo@novell.com
- updated to 1.1
- Fix test fails if cwd or perl has a space in its path RT#67376
-------------------------------------------------------------------
Sat Jan 22 19:55:19 UTC 2011 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Test-NoTabs
# spec file for package perl-Test-NoTabs (Version 1.1)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,26 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Test-NoTabs
Version: 1.0
Version: 1.1
Release: 1
License: GPL+ or Artistic
%define cpan_name Test-NoTabs
Summary: Check the presence of tabs in your project
Url: http://search.cpan.org/dist/Test-NoTabs/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/Test-NoTabs-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec)
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Requires: perl(File::Find)
Requires: perl(File::Spec)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@ -60,7 +53,7 @@ modules, etc) for the presence of tabs.
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes README
%changelog