]> git.pld-linux.org Git - packages/perl-Net-IMAP-Simple.git/commitdiff
- new RA-1_0 STABLE perl-Net-IMAP-Simple-0_93-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 5 Aug 2002 12:38:31 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-IMAP-Simple.spec -> 1.1

perl-Net-IMAP-Simple.spec [new file with mode: 0644]

diff --git a/perl-Net-IMAP-Simple.spec b/perl-Net-IMAP-Simple.spec
new file mode 100644 (file)
index 0000000..88f4f77
--- /dev/null
@@ -0,0 +1,53 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+%include       /usr/lib/rpm/macros.perl
+%define                pdir    Net
+%define                pnam    IMAP-Simple
+Summary:       Net::IMAP::Simple Perl module - simple IMAP account handling
+Summary(pl):   Modu³ Perla Net::IMAP::Simple - prosta obs³uga kont IMAP
+Name:          perl-Net-IMAP-Simple
+Version:       0.93
+Release:       1
+License:       Artistic or GPL
+Group:         Development/Languages/Perl
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+BuildRequires: perl >= 5.6
+BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module is a simple way to access IMAP accounts. The API is mostly
+equivalent to the Net::POP3 one, with some aditional methods for
+mailbox handling.
+
+%description -l pl
+Ten modu³ pozwala na ³atwy dostêp do kont IMAP. API w wiêkszo¶ci
+odpowiada temu z modu³u Net::POP3, z paroma dodatkowymi metodami do
+obs³ugi skrzynek.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+perl Makefile.PL
+%{__make}
+
+%{!?_without_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%dir %{perl_sitelib}/Net/IMAP
+%{perl_sitelib}/Net/IMAP/Simple.pm
+%{_mandir}/man3/*
This page took 0.076763 seconds and 4 git commands to generate.