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:
parent
5090dd5d9a
commit
0c4ab29846
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user