summaryrefslogtreecommitdiff
path: root/smssend.spec
blob: 939d7f87b9016287b8f698f1468abbb14ace53a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Summary:	interface to internet SMS forwarding services
Summary(pl):	interfejs do bramek SMS
Name:		smssend
Version:	2.1
Release:	2
License:	GPL
Group:		Utilities
Source0:	http://zekiller.skytech.org/fichiers/smssend/%{name}-%{version}.tar.gz
URL:		http://zekiller.skytech.org/smssend_menu_en.html
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%description
smssend is a utility providing a command line interface to the GSM
Short Message Service (SMS) via internet gateways. It requires an
active internet connection (HTTP proxy is suitable) and may require a
registration for such gateways. The program is quite configurable for
other gateways than provided, examples are included.

Please keep in mind that these internet to SMS gateways may not
tolerate and may even forbid their usage via scripts.

%description -l pl
smssend to narzędzie udostępniające interfejs wywoływany z lini
poleceń do GSM Short Message Service (SMS) poprzez internetowe
bramki. Program wymaga aktywnego połączenia z internetem i może
wymagać rejstracji na wspomnianych bramkach. Program jest wysoce
konfigurowalny dla innych bramek niż w dostarczonych przykładach.

Proszę weź pod uwagę fakt, że niektóre z bramek SMS nie tolerują
a nawet uniemożliwiają korzystanie z nich za pomocą skryptów.

%prep
%setup -q

%build
%configure \
	--enable-skyutils
make

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

gzip -9nf AUTHORS ChangeLog NEWS README

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc *.gz
%attr(755,root,root) %{_bindir}/*
%{_datadir}/smssend
%{_mandir}/man1/*
%lang(fr) %{_mandir}/fr/man1