rpms/perl-Crypt-SmbHash/devel perl-Crypt-SmbHash.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Jan 25 13:54:51 UTC 2006


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Crypt-SmbHash/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12300/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Crypt-SmbHash.spec 
Log Message:
auto-import perl-Crypt-SmbHash-0.12-2 on branch devel from perl-Crypt-SmbHash-0.12-2.src.rpm


--- NEW FILE perl-Crypt-SmbHash.spec ---
Summary:	Pure-perl Lanman and NT MD4 hash functions
Name:		perl-Crypt-SmbHash
Version:	0.12
Release:	2%{?dist}
License:	GPL
Group:		Development/Libraries
Url:		http://search.cpan.org/dist/Crypt-SmbHash/
Source0:	http://search.cpan.org/CPAN/authors/id/B/BJ/BJKUIT/Crypt-SmbHash-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:	perl(Digest::MD4)
Requires:	perl(Digest::MD4)
BuildArch:	noarch

%description
This module generates Lanman and NT MD4 style password hashes, using perl-only
code for portability. The module aids in the administration of Samba style
systems.

%prep
%setup -q -n Crypt-SmbHash-%{version}

%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}/*

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

%files
%defattr(-,root,root,0755)
%doc Changes README
%{perl_vendorlib}/Crypt/
%{_mandir}/man3/Crypt::SmbHash.3pm*

%changelog
* Wed Jan 25 2006 Paul Howarth <paul at city-fan.org> 0.12-2
- Added buildreq perl(Digest::MD4) to ensure that the test suite runs in the
  same environment as the installed package will do (i.e. with the optional
  Digest::MD4 module installed)

* Tue Jan 17 2006 Paul Howarth <paul at city-fan.org> 0.12-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-SmbHash/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jan 2006 13:54:02 -0000	1.1
+++ .cvsignore	25 Jan 2006 13:54:51 -0000	1.2
@@ -0,0 +1 @@
+Crypt-SmbHash-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-SmbHash/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jan 2006 13:54:02 -0000	1.1
+++ sources	25 Jan 2006 13:54:51 -0000	1.2
@@ -0,0 +1 @@
+a6e3f4d65a89bfcc9ba0c69691e6105b  Crypt-SmbHash-0.12.tar.gz




More information about the fedora-extras-commits mailing list