diff --git a/Digest-JHash-0.07.tar.bz2 b/Digest-JHash-0.07.tar.bz2 deleted file mode 100644 index 7c88be2..0000000 --- a/Digest-JHash-0.07.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9b6e56abb2f8961df7768af0ff79c84471e5b08a74f8156664b73ed73bf71da -size 8675 diff --git a/Digest-JHash-0.07.tar.gz b/Digest-JHash-0.07.tar.gz new file mode 100644 index 0000000..f2d7c3e --- /dev/null +++ b/Digest-JHash-0.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0207f2ab33aea759f6a8fc34c714a2db29bfaa9ff14b9d63aac1d65ed0885843 +size 8502 diff --git a/perl-Digest-JHash.changes b/perl-Digest-JHash.changes index 69154db..8afdf84 100644 --- a/perl-Digest-JHash.changes +++ b/perl-Digest-JHash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 14 08:05:44 UTC 2011 - coolo@novell.com + +- use original tarball + ------------------------------------------------------------------- Fri Jan 14 11:36:04 UTC 2011 - coolo@novell.com diff --git a/perl-Digest-JHash.spec b/perl-Digest-JHash.spec index 38ff187..a57777b 100644 --- a/perl-Digest-JHash.spec +++ b/perl-Digest-JHash.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Digest-JHash (Version 0.07) # -# 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,11 +23,10 @@ License: Artistic 2.0 Summary: Perl extension for 32 bit Jenkins Hashing Algorithm Url: http://search.cpan.org/dist/Digest-JHash/ Group: Development/Libraries/Perl -#Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Digest-JHash-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description @@ -43,6 +42,7 @@ See http://burtleburtle.net/bob/hash/doobs.html for more information. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -60,7 +60,7 @@ See http://burtleburtle.net/bob/hash/doobs.html for more information. %{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(644,root,root,755) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes examples README %changelog