SPECS: perl-Mail-SPF.spec - pl, cleanup

qboosh qboosh at pld-linux.org
Sun Aug 20 10:48:14 CEST 2006


Author: qboosh                       Date: Sun Aug 20 08:48:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, cleanup

---- Files affected:
SPECS:
   perl-Mail-SPF.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/perl-Mail-SPF.spec
diff -u SPECS/perl-Mail-SPF.spec:1.1 SPECS/perl-Mail-SPF.spec:1.2
--- SPECS/perl-Mail-SPF.spec:1.1	Thu Jul 27 23:31:21 2006
+++ SPECS/perl-Mail-SPF.spec	Sun Aug 20 10:48:09 2006
@@ -2,12 +2,13 @@
 #
 # Conditional build:
 %bcond_without	autodeps	# don't BR packages needed only for resolving deps
-%bcond_without	tests	# do not perform "make test"
+%bcond_without	tests		# do not perform "make test"
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Mail
 %define		pnam	SPF
-Summary:	perl(Mail::SPF) - Mail Sender Authentication
+Summary:	Mail::SPF - Mail Sender Authentication
+Summary(pl):	Mail::SPF - uwierzytelnianie wysyłającego pocztę
 Name:		perl-Mail-SPF
 Version:	2.00
 Release:	0.1
@@ -16,17 +17,23 @@
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	7fb935f9f070d5df092dc46f34975b00
-#Patch0:		%{name}
-URL:		http://search.cpan.org/dist/%{pdir}-%{pnam}
+URL:		http://search.cpan.org/dist/Mail-SPF/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is an initial draft object oriented reimplementation of Mail::SPF::Query.
-It is not yet fully tested, and does not yet contain all of the additional
-features expected of a practical SPF implementation.
+This is an initial draft object oriented reimplementation of
+Mail::SPF::Query. It is not yet fully tested, and does not yet contain
+all of the additional features expected of a practical SPF
+implementation.
+
+%description -l pl
+To jest początkowa zorientowana obiektowo reimplementacja
+Mail::SPF::Query. Nie jest jeszcze w pełni przetestowana i nie zawiera
+jeszcze wszystkich dodatkowych możliwości oczekiwanych od praktycznej
+implementacji SPF.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -44,8 +51,8 @@
 
 %{__make} pure_install \
 	DESTDIR=$RPM_BUILD_ROOT
-%{__install} -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
-%{__install} eg/dns.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+install eg/dns.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -54,8 +61,8 @@
 %defattr(644,root,root,755)
 %{perl_vendorlib}/Mail/SPF.pm
 %dir %{perl_vendorlib}/Mail/SPF
-%dir %{perl_vendorlib}/Mail/SPF/Mech
 %{perl_vendorlib}/Mail/SPF/*.pm
+%dir %{perl_vendorlib}/Mail/SPF/Mech
 %{perl_vendorlib}/Mail/SPF/Mech/*.pm
 %{_mandir}/man3/*
 %dir %{_examplesdir}/%{name}-%{version}
@@ -67,6 +74,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/08/20 08:48:09  qboosh
+- pl, cleanup
+
 Revision 1.1  2006/07/27 21:31:21  agaran
 - initial, version 2.0, rel 0.1, builds here,
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Mail-SPF.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list