8
0

Accepting request 59801 from devel:languages:perl

Accepted submit request 59801 from user vitezslav_cizek

OBS-URL: https://build.opensuse.org/request/show/59801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-TNEF?expand=0&rev=11
This commit is contained in:
Ruediger Oertel
2011-02-03 00:50:33 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 2 13:40:34 UTC 2011 - vcizek@novell.com
- bzipped source tarball
-------------------------------------------------------------------
Wed Dec 1 13:31:13 UTC 2010 - coolo@novell.com

View File

@@ -19,6 +19,7 @@
Name: perl-Convert-TNEF
%define cpan_name Convert-TNEF
BuildRequires: perl-MIME-tools
BuildRequires: perl-macros
License: Artistic
@@ -29,7 +30,7 @@ AutoReqProv: on
Summary: Perl module to read TNEF files
Version: 0.17
Release: 407
Source: Convert-TNEF-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@@ -43,7 +44,7 @@ Authors:
Douglas Wilson <dwilson@gtemail.net>
%prep
%setup -n Convert-TNEF-%{version}
%setup -n %{cpan_name}-%{version}
# ---------------------------------------------------------------------------
%build