diff --git a/Digest-Perl-MD5-1.8.tar.bz2 b/Digest-Perl-MD5-1.8.tar.bz2 deleted file mode 100644 index 9f7bfac..0000000 --- a/Digest-Perl-MD5-1.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb2ebaa518dcb6941d0e822842ec6fda00e4eb6131be9f38eb526053d151017e -size 75245 diff --git a/Digest-Perl-MD5-1.8.tar.gz b/Digest-Perl-MD5-1.8.tar.gz new file mode 100644 index 0000000..64a5946 --- /dev/null +++ b/Digest-Perl-MD5-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b1f32a09ced075606d98a1b6ed24a44b2e18bfd0ab515dc987f99d9112d860 +size 74077 diff --git a/perl-Digest-Perl-MD5.spec b/perl-Digest-Perl-MD5.spec index de3c180..cc323ab 100644 --- a/perl-Digest-Perl-MD5.spec +++ b/perl-Digest-Perl-MD5.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Digest-Perl-MD5 (Version 1.8) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,14 +23,11 @@ License: CHECK(GPL+ or Artistic) Summary: Perl implementation of Ron Rivests MD5 Algorithm Url: http://search.cpan.org/dist/Digest-Perl-MD5/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/D/DE/DELTA/Digest-Perl-MD5-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 -BuildRequires: perl(Exporter) +Source: http://www.cpan.org/authors/id/D/DE/DELTA/%{cpan_name}-%{version}.tar.gz +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -Requires: perl(Exporter) -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch %{perl_requires} %description @@ -59,6 +56,7 @@ For a detailed Documentation see the 'Digest::MD5' module. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -76,7 +74,7 @@ For a detailed Documentation see the 'Digest::MD5' module. %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc CHANGES rand.f README %changelog