]> git.pld-linux.org Git - packages/perl-Devel-StackTrace-AsHTML.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:38:46 +0000 (12:38 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:38:46 +0000 (12:38 +0200)
perl-Devel-StackTrace-AsHTML.spec

index 74f75a7d738d398224fd953925d34f0ac940a386..2e1c92793277f4bd819d7a885539907d571db070 100644 (file)
@@ -1,12 +1,11 @@
 #
 # Conditional build:
 %bcond_without tests           # do not perform "make test"
-#
+
 %define                pdir    Devel
 %define                pnam    StackTrace-AsHTML
 %include       /usr/lib/rpm/macros.perl
 Summary:       Devel::StackTrace::AsHTML - Displays stack trace in HTML
-#Summary(pl.UTF-8):    
 Name:          perl-Devel-StackTrace-AsHTML
 Version:       0.11
 Release:       1
@@ -15,8 +14,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Devel/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 46ff8282d671f63e6a5f48bf45d86bbb
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
+URL:           http://search.cpan.org/dist/Devel-StackTrace-AsHTML/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -26,16 +24,11 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
-displays the stack trace in beautiful HTML, with code snippet context and
-function parameters. If you call it on an instance of
-Devel::StackTrace::WithLexicals, you even get to see the lexical variables
-of each stack frame.
-
-
-
-# %description -l pl.UTF-8
-# TODO
+Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace
+which displays the stack trace in beautiful HTML, with code snippet
+context and function parameters. If you call it on an instance of
+Devel::StackTrace::WithLexicals, you even get to see the lexical
+variables of each stack frame.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
@@ -49,7 +42,6 @@ of each stack frame.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
This page took 0.083673 seconds and 4 git commands to generate.