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
|
Fri Jun 19 15:34:45 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -35,9 +35,7 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Requires: perl = %{perl_version}
|
Requires: perl = %{perl_version}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%description
|
%description
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{cpan_name} module for perl
|
%{cpan_name} module for perl
|
||||||
|
|
||||||
Class::ErrorHandler provides an error-handling mechanism that's generic enough
|
Class::ErrorHandler provides an error-handling mechanism that's generic enough
|
||||||
@@ -49,42 +47,29 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Benjamin Trott <cpan@stupidfool.org>
|
Benjamin Trott <cpan@stupidfool.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
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc README Changes
|
%doc README Changes
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%changelog
|
%changelog
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
* Tue Sep 12 2006 - James Oakley <jfunk@funktronics.ca> - 0.01-1
|
* Tue Sep 12 2006 - James Oakley <jfunk@funktronics.ca> - 0.01-1
|
||||||
- Initial release
|
- Initial release
|
||||||
|
Reference in New Issue
Block a user