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
|
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(File::Spec)
|
||||||
Requires: perl(Scalar::Util)
|
Requires: perl(Scalar::Util)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%description
|
%description
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
The Devel::StackTrace module contains two classes, Devel::StackTrace and
|
The Devel::StackTrace module contains two classes, Devel::StackTrace and
|
||||||
Devel::StackTraceFrame. The goal of this object is to encapsulate the
|
Devel::StackTraceFrame. The goal of this object is to encapsulate the
|
||||||
information that can found through using the caller() function, as well
|
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.
|
of Exception::Class) but may be useful in other contexts.
|
||||||
|
|
||||||
Authors: Dave Rolsky, <autarch@urth.org>
|
Authors: Dave Rolsky, <autarch@urth.org>
|
||||||
--------------------------------------------------------------------------------
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%prep
|
%prep
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%build
|
%build
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
%{__make}
|
%{__make}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%install
|
%install
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%clean
|
%clean
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
%{__rm} -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# normally you only need to check for doc files
|
# normally you only need to check for doc files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes LICENSE README SIGNATURE
|
%doc Changes LICENSE README SIGNATURE
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%changelog
|
%changelog
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user