]> git.pld-linux.org Git - packages/perl-Mail-POP3Client.git/commitdiff
- initial release
authorpius <pius@pld-linux.org>
Wed, 20 Oct 1999 19:46:46 +0000 (19:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Mail-POP3Client.spec -> 1.1

perl-Mail-POP3Client.spec [new file with mode: 0644]

diff --git a/perl-Mail-POP3Client.spec b/perl-Mail-POP3Client.spec
new file mode 100644 (file)
index 0000000..c141e28
--- /dev/null
@@ -0,0 +1,53 @@
+%define                perl_sitelib    %(eval "`perl -V:installsitelib`"; echo $installsitelib)
+Summary:       Mail-POP3Client perl module
+Summary(pl):   Modu³ perla Mail-POP3Client
+Name:          perl-Mail-POP3Client
+Version:       2.0
+Release:       3
+Copyright:     GPL
+Group:         Development/Languages/Perl
+Group(pl):     Programowanie/Jêzyki/Perl
+Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Mail/POP3Client-%{version}.tar.gz
+BuildRequires: perl >= 5.005_03-10
+%requires_eq   perl
+Requires:      %{perl_sitearch}
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+Mail-POP3Client - Perl POP3 client. 
+
+%description -l pl
+Mail-POP3Client - klient POP3 dla perla.
+
+%prep
+%setup -q -n POP3Client-%{version}
+
+%build
+perl Makefile.PL
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+(
+  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Mail/POP3Client
+  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
+  mv .packlist.new .packlist
+)
+
+gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
+        Changes README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc {Changes,README}.gz
+
+%{perl_sitelib}/Mail/POP3Client.pm
+%{perl_sitelib}/auto/Mail/POP3Client
+%{perl_sitearch}/auto/Mail/POP3Client
+
+%{_mandir}/man3/*
This page took 0.047626 seconds and 4 git commands to generate.