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
|
|
|
#
|
2014-10-09 05:35:44 +00:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
|
|
|
|
|
|
Name: perl-Convert-UUlib
|
2011-05-30 08:04:45 +00:00
|
|
|
Version: 1.4
|
2014-10-09 05:35:44 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Perl interface to the uulib library
|
|
|
|
License: GPL-1.0+ or Artistic-1.0
|
|
|
|
Group: Development/Libraries/Perl
|
2011-05-30 08:04:45 +00:00
|
|
|
Url: http://search.cpan.org/~mlehmann/Convert-UUlib-1.4/UUlib.pm
|
2014-10-09 05:35:44 +00:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Convert-UUlib-%version.tar.gz
|
2008-10-23 02:42:44 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-12-03 13:59:02 +00:00
|
|
|
%{perl_requires}
|
2010-10-19 10:50:50 +00:00
|
|
|
BuildRequires: perl
|
2010-12-03 13:59:02 +00:00
|
|
|
BuildRequires: perl-macros
|
2014-10-09 05:35:44 +00:00
|
|
|
Provides: p_conulb
|
|
|
|
Obsoletes: p_conulb
|
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
|
2010-12-16 12:49:50 +00:00
|
|
|
%setup -n Convert-UUlib-%{version} -q
|
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
|
2007-01-15 23:30:10 +00:00
|
|
|
make test
|
|
|
|
# ---------------------------------------------------------------------------
|
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{perl_vendorarch}/Convert
|
|
|
|
%{perl_vendorarch}/Convert/UUlib.pm
|
|
|
|
%dir %{perl_vendorarch}/auto/Convert
|
|
|
|
%{perl_vendorarch}/auto/Convert/UUlib
|
|
|
|
%doc /usr/share/man/man3/Convert::UUlib.3pm.gz
|
|
|
|
%doc COPYING COPYING.Artistic COPYING.GNU Changes MANIFEST README example-decoder doc
|
|
|
|
|
2008-10-23 02:42:44 +00:00
|
|
|
%changelog
|