Christian Wittmer 2009-07-25 17:37:14 +00:00 committed by Git OBS Bridge
parent 7c004b5ece
commit 7a45a94aed
2 changed files with 7 additions and 15 deletions

View File

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

View File

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