Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37550062
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-SMS-Send

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin