Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37534535
en ru br
ALT Linux repos
S:1.07-alt1

Group :: Development/Perl
RPM: perl-SMS-Send

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define module_name SMS-Send


Name:       perl-%module_name
Version:    1.07
Release:    alt1

Summary:    Driver-based API for sending SMS messages
License:    %perl_license
Group:      Development/Perl
Url:        %CPAN %module_name
Source0:    http://www.cpan.org/authors/id/E/ET/ETHER/%{module_name}-%{version}.tar.gz

BuildArch: noarch

BuildRequires: rpm-build-licenses

BuildRequires: perl-devel perl-Module-Pluggable perl-Params-Util perl-Class-Adapter

%description
'SMS::Send' is intended to provide a driver-based single API for sending
SMS and MMS messages. The intent is to provide a single API against which
to write the code to send an SMS message.

At the same time, the intent is to remove the limits of some of the
previous attempts at this sort of API, like "must be free internet-based
SMS services".

'SMS::Send' drivers are installed seperately, and might use the web, email
or physical SMS hardware. It could be a free or paid. The details shouldn't
matter.

%prep
%setup -q -n %{module_name}-%{version}

%build
%perl_vendor_build

%check
%make test

%install
%perl_vendor_install

%files
%doc README META.yml Changes CONTRIBUTING
%perl_vendor_privlib/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin