forked from pool/perl-Test-Differences
Accepting request 98299 from devel:languages:perl
- fix typo in provide OBS-URL: https://build.opensuse.org/request/show/98299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Differences?expand=0&rev=5
This commit is contained in:
commit
5c5d9d426c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 13:30:21 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- fix typo in provide
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 20 12:31:30 UTC 2011 - coolo@suse.com
|
Sun Nov 20 12:31:30 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -15,27 +15,26 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Differences
|
Name: perl-Test-Differences
|
||||||
Version: 0.61
|
Version: 0.61
|
||||||
Release: 1
|
Release: 0
|
||||||
Summary: Test strings and data structures and show differences if not ok
|
Summary: Test strings and data structures and show differences if not ok
|
||||||
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
|
||||||
Url: http://search.cpan.org/dist/Test-Differences/
|
Url: http://search.cpan.org/dist/Test-Differences/
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
License: GPL-1.0+ or Artistic
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: make perl
|
BuildRequires: make
|
||||||
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::Pod)
|
BuildRequires: perl(Test::Pod)
|
||||||
BuildRequires: perl(Test::Pod::Coverage)
|
BuildRequires: perl(Test::Pod::Coverage)
|
||||||
BuildRequires: perl(Text::Diff)
|
BuildRequires: perl(Text::Diff)
|
||||||
Requires: perl(Text::Diff)
|
Requires: perl(Text::Diff)
|
||||||
# MANUAL
|
# MANUAL
|
||||||
Provides: perl(Test::Diferences) = 0.600
|
Provides: perl(Test::Differences) = 0.600
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Test strings and data structures and show differences if not ok.
|
Test strings and data structures and show differences if not ok.
|
||||||
|
Loading…
Reference in New Issue
Block a user