clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=7
This commit is contained in:
parent
7c004b5ece
commit
7a45a94aed
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:37:10 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- spec mods
|
||||
* removed ^----------
|
||||
* removed ^#---------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 28 01:06:14 CEST 2009 - chris@computersalat.de
|
||||
|
||||
|
@ -42,9 +42,7 @@ Requires: perl = %{perl_version}
|
||||
Requires: perl(File::Spec)
|
||||
Requires: perl(Scalar::Util)
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%description
|
||||
#-------------------------------------------------------------------------------
|
||||
The Devel::StackTrace module contains two classes, Devel::StackTrace and
|
||||
Devel::StackTraceFrame. The goal of this object is to encapsulate the
|
||||
information that can found through using the caller() function, as well
|
||||
@ -58,41 +56,28 @@ This code was created to support my Exception::Class::Base class (part
|
||||
of Exception::Class) but may be useful in other contexts.
|
||||
|
||||
Authors: Dave Rolsky, <autarch@urth.org>
|
||||
--------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
%prep
|
||||
#-------------------------------------------------------------------------------
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%build
|
||||
#-------------------------------------------------------------------------------
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
%{__make}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%install
|
||||
#-------------------------------------------------------------------------------
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%clean
|
||||
#-------------------------------------------------------------------------------
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%files -f %{name}.files
|
||||
#-------------------------------------------------------------------------------
|
||||
# normally you only need to check for doc files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes LICENSE README SIGNATURE
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%changelog
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user