rpms/perl-Authen-DigestMD5/devel perl-Authen-DigestMD5.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri May 12 17:10:35 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Authen-DigestMD5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3151/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Authen-DigestMD5.spec 
Log Message:
auto-import perl-Authen-DigestMD5-0.04-1 on branch devel from perl-Authen-DigestMD5-0.04-1.src.rpm


--- NEW FILE perl-Authen-DigestMD5.spec ---
Summary:	SASL DIGEST-MD5 authentication (RFC2831)
Name:		perl-Authen-DigestMD5
Version:	0.04
Release:	1%{?dist}
License:	GPL or Artistic
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Authen-DigestMD5/
Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Authen-DigestMD5-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:	noarch

%description
This module supports DIGEST-MD5 SASL authentication as defined in RFC-2831.

%prep
%setup -q -n Authen-DigestMD5-%{version}

# Fix wrong script interpreter, and set permissions to avoid extra deps
%{__sed} -i -e 's,/usr/local/bin/perl,%{__perl},' digest-md5-auth.pl
%{__chmod} 644 digest-md5-auth.pl

# Fix character encoding
%{__mv} DigestMD5.pm DigestMD5.pm.not-utf8
/usr/bin/iconv -f iso8859-1 -t utf8 -o DigestMD5.pm DigestMD5.pm.not-utf8

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%{__rm} -rf %{buildroot}
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -type d -depth -exec /bin/rmdir {} 2>/dev/null ';'
%{__chmod} -R u+w %{buildroot}/*

# Get rid of sample code that introduces additional dep on perl(OpenLDAP)
%{__rm} -f %{buildroot}%{perl_vendorlib}/Authen/digest-md5-auth.pl

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,0755)
%doc Changes README digest-md5-auth.pl
%{perl_vendorlib}/Authen/
%{_mandir}/man3/Authen::DigestMD5.3pm*

%changelog
* Fri May 12 2006 Paul Howarth <paul at city-fan.org> 0.04-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Authen-DigestMD5/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 May 2006 17:09:28 -0000	1.1
+++ .cvsignore	12 May 2006 17:10:35 -0000	1.2
@@ -0,0 +1 @@
+Authen-DigestMD5-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Authen-DigestMD5/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 May 2006 17:09:28 -0000	1.1
+++ sources	12 May 2006 17:10:35 -0000	1.2
@@ -0,0 +1 @@
+f96d3ccc55c4bf551baf59fd8cb51421  Authen-DigestMD5-0.04.tar.gz




More information about the fedora-extras-commits mailing list