SPECS: perl-Mail-DomainKeys.spec (NEW) - initial revison

baggins baggins at pld-linux.org
Tue Jan 3 16:28:28 CET 2006


Author: baggins                      Date: Tue Jan  3 15:28:28 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revison

---- Files affected:
SPECS:
   perl-Mail-DomainKeys.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Mail-DomainKeys.spec
diff -u /dev/null SPECS/perl-Mail-DomainKeys.spec:1.1
--- /dev/null	Tue Jan  3 16:28:28 2006
+++ SPECS/perl-Mail-DomainKeys.spec	Tue Jan  3 16:28:23 2006
@@ -0,0 +1,146 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define		pdir	Mail
+%define		pnam	DomainKeys
+Summary:	Mail::Alias - implementation of Yahoo's mail signature protocol
+Summary(pl):	Mail::Alias - implementacja protokołu sygnatur pocztowych Yahoo
+Name:		perl-Mail-DomainKeys
+Version:	0.80
+Release:	0.1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	e3da32a3bfa06b56d151093a194f2904
+Patch0:		%{name}-notconnected.patch
+BuildRequires:	perl-Crypt-OpenSSL-RSA
+#BuildRequires:	perl-Mail-Address
+BuildRequires:	perl-MIME-Base64
+BuildRequires:	perl-Net-DNS >= 0.34
+#BuildRequires:	perl-Test-More
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mail::DomainKeys is a perl implementation of Yahoo's mail signature
+protocol.
+
+This library allows one to sign and verify signatures as per per draft
+03 of the DomainKeys specification:
+
+http://www.ietf.org/internet-drafts/draft-delany-domainkeys-base-03.txt
+
+%description -l pl
+Mail::DomainKeys jest implementacją protokołu sygnatur pocztowych Yahoo.
+
+Ta biblioteka umożliwia sygnowanie i weryfikacje sygnatur zgodnie z
+draftem 03 specyfikacji DomainKeys:
+
+http://www.ietf.org/internet-drafts/draft-delany-domainkeys-base-03.txt
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+%patch0 -p1
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp t/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%dir %{perl_vendorlib}/%{pdir}/%{pnam}
+%dir %{perl_vendorlib}/%{pdir}/%{pnam}/Key
+%{perl_vendorlib}/%{pdir}/%{pnam}.pm
+%{perl_vendorlib}/%{pdir}/%{pnam}/*.pm
+%{perl_vendorlib}/%{pdir}/%{pnam}/Key/*.pm
+%attr(755,root,root) %{_examplesdir}/%{name}-%{version}
+%{_mandir}/man3/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/01/03 15:28:23  baggins
+- initial revison
+
+Revision 1.19  2004/11/03 22:30:31  paladine
+- formatting
+
+Revision 1.18  2004/06/05 19:59:00  radek
+- release 4: informative summary
+
+Revision 1.17  2004/05/07 01:09:22  ankry
+- rel. 3
+
+Revision 1.16  2004/05/06 17:57:00  ankry
+- fixed perl-devel BR
+
+Revision 1.15  2004/04/25 06:25:08  ankry
+- cosmetics: unification
+
+Revision 1.14  2004/04/23 06:22:06  ankry
+- license fixes/unification
+
+Revision 1.13  2004/04/22 20:42:11  ankry
+- bconds added
+
+Revision 1.12  2004/02/18 15:51:30  qboosh
+- s/no/nb/ in Summary langs
+
+Revision 1.11  2003/09/09 10:24:41  ankry
+- spaces -> tab
+
+Revision 1.10  2003/08/27 00:16:33  gotar
+- fixed changelog trailer
+
+Revision 1.9  2003/08/18 08:08:57  gotar
+- mass commit: cosmetics (removed trailing white spaces)
+
+Revision 1.8  2003/05/28 13:00:47  malekith
+- massive attack: source-md5
+
+Revision 1.7  2003/05/25 06:24:46  misi3k
+- massive attack s/pld.org.pl/pld-linux.org/
+
+Revision 1.6  2003/04/11 18:59:25  radek
+- BR: perl-devel; do not BR: perl
+
+Revision 1.5  2003/03/01 20:20:14  radek
+- should be ready for perl-5.8.0; release++
+
+Revision 1.4  2003/02/28 10:08:26  trojan
+- massive attack: perl -pi -e "s/^#+\%\{/#\%\%\{/"
+
+Revision 1.3  2003/02/25 00:40:15  radek
+- use the __perl macro
+
+Revision 1.2  2003/02/18 15:35:59  ankry
+- massive attack: change CPAN URLs
+
+Revision 1.1  2002/07/21 14:06:41  radek
+- new, STBR
+
================================================================


More information about the pld-cvs-commit mailing list