Vítězslav Čížek 2011-02-02 13:50:33 +00:00 committed by Git OBS Bridge
parent 027ba90397
commit 395557a1f4
4 changed files with 12 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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