Stephan Kulow 2011-06-07 07:22:14 +00:00 committed by Git OBS Bridge
parent c7d711719f
commit 4bc4eb9f77
3 changed files with 9 additions and 11 deletions

View File

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

View File

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

View File

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