8
0
Stephan Kulow
2011-07-14 08:07:06 +00:00
committed by Git OBS Bridge
parent a25ee2744a
commit 0142115da9
4 changed files with 14 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c9b6e56abb2f8961df7768af0ff79c84471e5b08a74f8156664b73ed73bf71da
size 8675

3
Digest-JHash-0.07.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0207f2ab33aea759f6a8fc34c714a2db29bfaa9ff14b9d63aac1d65ed0885843
size 8502

View File

@@ -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

View File

@@ -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