Accepting request 59804 from devel:languages:perl
Accepted submit request 59804 from user vitezslav_cizek OBS-URL: https://build.opensuse.org/request/show/59804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Devel-Symdump?expand=0&rev=13
This commit is contained in:
commit
07978064f3
3
Devel-Symdump-2.08.tar.bz2
Normal file
3
Devel-Symdump-2.08.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:192d9194fed65974df288df4f13b5545a2f4a3ad7bdb8241637eb022be9358e3
|
||||
size 14625
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a50353a31259b6e61d83cfbdca3ab999b5db74e1009ec3259ad7fbc03f32f263
|
||||
size 15089
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 13:40:52 UTC 2011 - vcizek@novell.com
|
||||
|
||||
- bzipped source tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 21:09:56 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -19,14 +19,14 @@
|
||||
|
||||
|
||||
Name: perl-Devel-Symdump
|
||||
%define mname %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Dump symbol names or the symbol table
|
||||
Version: 2.08
|
||||
Release: 10
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://cpan.org/modules/by-module/Devel/
|
||||
Source: %{mname}-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
Conflicts: perlmod
|
||||
@ -39,14 +39,14 @@ Requires: perl(Carp)
|
||||
|
||||
%description
|
||||
|
||||
%{mname} module for perl
|
||||
%{cpan_name} module for perl
|
||||
This little package serves to access the symbol table of perl.
|
||||
Author: Andreas Koenig <andk@cpan.org>
|
||||
Tom Christiansen <tchrist@perl.com>
|
||||
Based on the old dumpvar.pl by Larry Wall.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{mname}-%{version}
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
|
Loading…
x
Reference in New Issue
Block a user