]> git.pld-linux.org Git - packages/perl-Modem-Vgetty.git/commitdiff
- new
authorradek <radek@pld-linux.org>
Mon, 17 Mar 2003 00:00:02 +0000 (00:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Modem-Vgetty.spec -> 1.1

perl-Modem-Vgetty.spec [new file with mode: 0644]

diff --git a/perl-Modem-Vgetty.spec b/perl-Modem-Vgetty.spec
new file mode 100644 (file)
index 0000000..5e72b81
--- /dev/null
@@ -0,0 +1,48 @@
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Modem
+%define        pnam    Vgetty
+Summary:       Modem::Vgetty - interface to vgetty(8)
+#Summary(pl):  
+Name:          perl-Modem-Vgetty
+Version:       0.03
+Release:       1
+License:       GPL or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{!?_without_tests:1}0
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+C<Modem::Vgetty> is an encapsulation object for writing applications for
+voice modems using the B<vgetty(8)> or B<vm(8)> package. The answering
+machines and sofisticated voice applications can be written using
+this module.
+
+# %description -l pl
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{perl_vendorlib}/%{pdir}/*.pm
+%{_mandir}/man3/*
This page took 0.09319 seconds and 4 git commands to generate.