]> git.pld-linux.org Git - packages/perl-Mail-SPF.git/commitdiff
- pl, cleanup auto/th/perl-Mail-SPF-2_00-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 20 Aug 2006 08:48:09 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Mail-SPF.spec -> 1.2

perl-Mail-SPF.spec

index f8d5e3b571104d49e01e54eabc3b382916ccaecc..06beb7be95cc7434c1a31b5027efaecd8b08677e 100644 (file)
@@ -1,12 +1,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
@@ -15,17 +16,23 @@ License:    GPL or Artistic
 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}
@@ -43,8 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__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
@@ -53,8 +60,8 @@ rm -rf $RPM_BUILD_ROOT
 %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}
This page took 0.171257 seconds and 4 git commands to generate.