Accepting request 68732 from devel:languages:perl

- add description

OBS-URL: https://build.opensuse.org/request/show/68732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Algorithm-CheckDigits?expand=0&rev=3
This commit is contained in:
Sascha Peilicke 2011-05-02 12:12:57 +00:00 committed by Git OBS Bridge
parent 5090dd5d9a
commit 0c4ab29846
2 changed files with 10 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 28 19:15:34 UTC 2011 - coolo@opensuse.org
- add description
-------------------------------------------------------------------
Sun Apr 3 15:33:33 UTC 2011 - coolo@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Algorithm-CheckDigits
# spec file for package perl-Algorithm-CheckDigits (Version 1.1.1)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Algorithm-CheckDigits
Version: 1.1.1
Release: 1
@ -25,20 +23,19 @@ License: GPL+ or Artistic
Summary: Perl extension to generate and test check digits
Url: http://search.cpan.org/dist/Algorithm-CheckDigits/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/Algorithm-CheckDigits-v%{version}.tar.gz
Source: %{cpan_name}-v%{version}.tar.gz
Source: http://www.cpan.org/authors/id/M/MA/MAMAWE/%{cpan_name}-v%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl(Module::Build)
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Probe::Perl)
BuildRequires: perl(version)
Requires: perl(version)
%{perl_requires}
%description
sorry, no description found
Perl extension to generate and test check digits
%prep
%setup -q -n %{cpan_name}-v%{version}
@ -58,7 +55,7 @@ sorry, no description found
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc cgi-bin Changes README
%changelog