forked from pool/perl-Class-ErrorHandler
clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-ErrorHandler?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
4e8165ca9c
commit
869e77f8e8
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:29:22 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- spec mods
|
||||
* removed ^----------
|
||||
* removed ^#---------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 15:34:45 CEST 2009 - chris@computersalat.de
|
||||
|
||||
|
@@ -35,9 +35,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl = %{perl_version}
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%description
|
||||
#-------------------------------------------------------------------------------
|
||||
%{cpan_name} module for perl
|
||||
|
||||
Class::ErrorHandler provides an error-handling mechanism that's generic enough
|
||||
@@ -49,42 +47,29 @@ Authors:
|
||||
--------
|
||||
Benjamin Trott <cpan@stupidfool.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
|
||||
#-------------------------------------------------------------------------------
|
||||
%defattr(-, root, root)
|
||||
%doc README Changes
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%changelog
|
||||
#-------------------------------------------------------------------------------
|
||||
* Tue Sep 12 2006 - James Oakley <jfunk@funktronics.ca> - 0.01-1
|
||||
- Initial release
|
||||
|
Reference in New Issue
Block a user