Name: perl-Convert-Morse
Summary: Convert between ASCII and MORSE code
Version: 0.04
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Convert-Morse/
Description: A package to convert between ASCII and MORSE code.
The build could not start because the following file is missing: Convert-Morse-0.04.tar.gz
The build could not start because the following file is missing: Convert-Morse-0.04.tar.gz
The spec file used by the build system currently has the following contents:
# $Id: perl-Convert-Morse.spec 3128 2005-04-16 08:40:14Z dries $ # Authority: dries # Upstream: Tels <nospam-abuse$bloodgate,com> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Convert-Morse Summary: Convert between ASCII and MORSE code Name: perl-Convert-Morse Version: 0.04 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Convert-Morse/ Source: http://search.cpan.org/CPAN/authors/id/T/TE/TELS/Convert-Morse-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl %description A package to convert between ASCII and MORSE code. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes README %doc %{_mandir}/man3/* %dir %{perl_vendorlib}/Convert/ %{perl_vendorlib}/Convert/Morse.pm %changelog * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 0.04-1 - Initial package.