8
0
Stephan Kulow
2012-06-25 11:37:50 +00:00
committed by Git OBS Bridge
parent 7a599fd5df
commit 77b32ca1fb
4 changed files with 16 additions and 12 deletions

View File

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

3
Test-Simple-0.98.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 18 11:10:18 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Feb 23 08:28:21 UTC 2011 - lars@linux-schulserver.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Simple (Version 0.96)
# spec file for package perl-Test-Simple
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%bcond_with pod
Name: perl-Test-Simple
%define cpan_name Test-Simple
Summary: Basic utilities for writing tests
Version: 0.98
Release: 1
License: GPL+ or Artistic
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 0.98
Release: 0
Url: http://search.cpan.org/dist/Test-Simple/
#Source: http://www.cpan.org/modules/by-module/Test/Test-Simple-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
%if 0%{?fedora}
Buildrequires: perl-devel
BuildRequires: perl-devel
%endif
BuildRequires: perl-macros
%if %{with pod}