8
0
Christian Wittmer
2009-07-25 17:29:25 +00:00
committed by Git OBS Bridge
parent 4e8165ca9c
commit 869e77f8e8
2 changed files with 7 additions and 15 deletions

View File

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

View File

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