forked from pool/perl-Convert-TNEF
Copy from devel:languages:perl/perl-Convert-TNEF based on submit request 29538 from user coolo OBS-URL: https://build.opensuse.org/request/show/29538 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Convert-TNEF?expand=0&rev=5
70 lines
2.0 KiB
RPMSpec
70 lines
2.0 KiB
RPMSpec
#
|
|
# spec file for package perl-Convert-TNEF (Version 0.17)
|
|
#
|
|
# Copyright (c) 2010 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: perl-Convert-TNEF
|
|
BuildRequires: perl-MIME-tools
|
|
License: Artistic
|
|
Group: Development/Libraries/Perl
|
|
Provides: p_tnef
|
|
Obsoletes: p_tnef
|
|
Requires: perl = %{perl_version}
|
|
AutoReqProv: on
|
|
Summary: Perl module to read TNEF files
|
|
Version: 0.17
|
|
Release: 399
|
|
Source: Convert-TNEF-%{version}.tar.gz
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
Perl module to read TNEF files
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Douglas Wilson <dwilson@gtemail.net>
|
|
|
|
%prep
|
|
%setup -n Convert-TNEF-%{version}
|
|
# ---------------------------------------------------------------------------
|
|
|
|
%build
|
|
perl Makefile.PL
|
|
make %{?_smp_mflags}
|
|
make test
|
|
# ---------------------------------------------------------------------------
|
|
|
|
%install
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
%perl_process_packlist
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{perl_vendorlib}/Convert
|
|
%{perl_vendorlib}/Convert/TNEF.pm
|
|
%dir %{perl_vendorarch}/auto/Convert
|
|
%{perl_vendorarch}/auto/Convert/TNEF
|
|
%doc %{_mandir}/man3/Convert::TNEF.3pm.gz
|
|
/var/adm/perl-modules/perl-Convert-TNEF
|
|
%doc Changes MANIFEST README
|
|
|
|
%changelog
|