diff --git a/String-CRC32-1.4.tar.bz2 b/String-CRC32-1.4.tar.bz2 deleted file mode 100644 index ed72d5a..0000000 --- a/String-CRC32-1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:651dbe27d0569aa83eefbf74323714ee0f90c33c8474fb138cd91d1016caa8ca -size 6756 diff --git a/perl-String-CRC32.spec b/perl-String-CRC32.spec index 54a6670..0f09b11 100644 --- a/perl-String-CRC32.spec +++ b/perl-String-CRC32.spec @@ -1,4 +1,23 @@ +# +# spec file for package perl-String-CRC32 +# +# 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + %define modname String-CRC32 + Name: perl-%{modname} Version: 1.4 Release: 1 @@ -7,8 +26,8 @@ BuildRequires: perl BuildRequires: perl-macros License: Public Domain Group: Development/Libraries/Perl -Source: %{modname}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-root +Source: %{modname}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} %description @@ -43,6 +62,3 @@ rm -rf %{buildroot} %{perl_vendorarch}/auto/String %changelog - -* Tue Sep 12 2006 - James Oakley - 1.4-1 -- Initial release