2007-01-15 23:30:10 +00:00
|
|
|
#
|
2011-11-11 11:15:01 +00:00
|
|
|
# spec file for package perl-Convert-UUlib
|
2007-01-15 23:30:10 +00:00
|
|
|
#
|
2018-09-26 07:34:38 +00:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-15 23:30:10 +00:00
|
|
|
#
|
2008-10-23 02:42:44 +00:00
|
|
|
# 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/
|
2007-01-15 23:30:10 +00:00
|
|
|
#
|
|
|
|
|
2008-10-23 02:42:44 +00:00
|
|
|
|
2018-09-26 07:34:38 +00:00
|
|
|
%define cpan_name Convert-UUlib
|
2008-10-23 02:42:44 +00:00
|
|
|
Name: perl-Convert-UUlib
|
2018-09-26 07:34:38 +00:00
|
|
|
Version: 1.5
|
2014-10-09 05:35:44 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Perl interface to the uulib library
|
2018-09-26 07:34:38 +00:00
|
|
|
License: GPL-1.0-or-later OR Artistic-1.0
|
2014-10-09 05:35:44 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2018-09-26 07:34:38 +00:00
|
|
|
Url: https://metacpan.org/pod/Convert::UUlib
|
|
|
|
Source: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz
|
2010-10-19 10:50:50 +00:00
|
|
|
BuildRequires: perl
|
2010-12-03 13:59:02 +00:00
|
|
|
BuildRequires: perl-macros
|
2018-09-26 07:34:38 +00:00
|
|
|
BuildRequires: perl(Canary::Stability)
|
2014-10-09 05:35:44 +00:00
|
|
|
Provides: p_conulb
|
|
|
|
Obsoletes: p_conulb
|
2018-09-26 07:34:38 +00:00
|
|
|
%{perl_requires}
|
2007-01-15 23:30:10 +00:00
|
|
|
|
|
|
|
%description
|
2011-05-30 08:04:45 +00:00
|
|
|
A Perl interface to the uulib library
|
2007-01-15 23:30:10 +00:00
|
|
|
|
|
|
|
%prep
|
2018-09-26 07:34:38 +00:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
2007-01-15 23:30:10 +00:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL
|
2010-01-12 13:12:54 +00:00
|
|
|
make %{?_smp_mflags}
|
2008-10-23 02:42:44 +00:00
|
|
|
|
|
|
|
%check
|
2018-09-26 07:34:38 +00:00
|
|
|
make %{?_smp_mflags} test
|
2007-01-15 23:30:10 +00:00
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%install
|
2018-09-26 07:34:38 +00:00
|
|
|
make DESTDIR=%{buildroot} install_vendor
|
2007-01-15 23:30:10 +00:00
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%files
|
|
|
|
%dir %{perl_vendorarch}/Convert
|
|
|
|
%{perl_vendorarch}/Convert/UUlib.pm
|
|
|
|
%dir %{perl_vendorarch}/auto/Convert
|
|
|
|
%{perl_vendorarch}/auto/Convert/UUlib
|
2018-09-26 07:34:38 +00:00
|
|
|
%{_mandir}/man3/Convert::UUlib.3pm.gz
|
|
|
|
%license COPYING COPYING.Artistic COPYING.GNU
|
|
|
|
%doc Changes MANIFEST README example-decoder doc
|
2007-01-15 23:30:10 +00:00
|
|
|
|
2008-10-23 02:42:44 +00:00
|
|
|
%changelog
|