rpms/perl-Crypt-SmbHash/EL-5 perl-Crypt-SmbHash.spec,1.3,1.4

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Wed Nov 28 16:33:25 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-SmbHash/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16741

Modified Files:
	perl-Crypt-SmbHash.spec 
Log Message:
Resync with devel


Index: perl-Crypt-SmbHash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-SmbHash/EL-5/perl-Crypt-SmbHash.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Crypt-SmbHash.spec	29 Aug 2006 17:16:46 -0000	1.3
+++ perl-Crypt-SmbHash.spec	28 Nov 2007 16:32:44 -0000	1.4
@@ -1,14 +1,14 @@
 Summary:	Pure-perl Lanman and NT MD4 hash functions
 Name:		perl-Crypt-SmbHash
 Version:	0.12
-Release:	4%{?dist}
-License:	GPL
+Release:	6%{?dist}
+License:	GPLv2+
 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)
+BuildRequires:	perl(Digest::MD4), perl(ExtUtils::MakeMaker)
 Requires:	perl(Digest::MD4)
 BuildArch:	noarch
 
@@ -31,19 +31,26 @@
 %{__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 ';'
+/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
 %{__chmod} -R u+w %{buildroot}/*
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
-%defattr(-,root,root,0755)
+%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Crypt/
 %{_mandir}/man3/Crypt::SmbHash.3pm*
 
 %changelog
+* Sun Aug 12 2007 Paul Howarth <paul at city-fan.org> 0.12-6
+- Clarify license as GPL version 2 or later
+
+* Thu Mar  8 2007 Paul Howarth <paul at city-fan.org> 0.12-5
+- Buildrequire perl(ExtUtils::MakeMaker)
+- Fix argument order for find with -depth
+
 * Tue Aug 29 2006 Paul Howarth <paul at city-fan.org> 0.12-4
 - FE6 mass rebuild
 




More information about the fedora-extras-commits mailing list