]> git.pld-linux.org Git - packages/perl-Modem-Vgetty.git/blame - perl-Modem-Vgetty.spec
- new
[packages/perl-Modem-Vgetty.git] / perl-Modem-Vgetty.spec
CommitLineData
19789111 1%include /usr/lib/rpm/macros.perl
2%define pdir Modem
3%define pnam Vgetty
4Summary: Modem::Vgetty - interface to vgetty(8)
5#Summary(pl):
6Name: perl-Modem-Vgetty
7Version: 0.03
8Release: 1
9License: GPL or Artistic
10Group: Development/Languages/Perl
11Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12BuildRequires: perl >= 5.6
13BuildRequires: rpm-perlprov >= 4.1-13
14%if %{!?_without_tests:1}0
15%endif
16BuildArch: noarch
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19%description
20C<Modem::Vgetty> is an encapsulation object for writing applications for
21voice modems using the B<vgetty(8)> or B<vm(8)> package. The answering
22machines and sofisticated voice applications can be written using
23this module.
24
25# %description -l pl
26# TODO
27
28%prep
29%setup -q -n %{pdir}-%{pnam}-%{version}
30
31%build
32%{__perl} Makefile.PL \
33 INSTALLDIRS=vendor
34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%{perl_vendorlib}/%{pdir}/*.pm
48%{_mandir}/man3/*
This page took 0.685675 seconds and 4 git commands to generate.