8
0
Files
perl-Convert-UUlib/perl-Convert-UUlib.spec
Vítězslav Čížek fe0f9b425e - update to 1.4
- avoid a classical buffer overflow in case a progress
          message is too long.
        - this release adds depdencies for snprintf/vsnprintf.
	- some uuencode encoders do not generate a final "space" line
          before the "end" marker, so do not rely on the line to be there.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-UUlib?expand=0&rev=17
2011-05-30 08:04:45 +00:00

69 lines
2.0 KiB
RPMSpec

#
# spec file for package perl-Convert-UUlib (Version 1.4)
#
# 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-UUlib
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Provides: p_conulb
Obsoletes: p_conulb
AutoReqProv: on
Summary: Perl interface to the uulib library
Version: 1.4
Release: 1
Url: http://search.cpan.org/~mlehmann/Convert-UUlib-1.4/UUlib.pm
Source: Convert-UUlib-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
A Perl interface to the uulib library
%prep
%setup -n Convert-UUlib-%{version} -q
# ---------------------------------------------------------------------------
%build
perl Makefile.PL
make %{?_smp_mflags}
%check
make test
# ---------------------------------------------------------------------------
%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
%clean
rm -rf $RPM_BUILD_ROOT
%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
%changelog