1
0
Christian Wittmer 2009-07-25 17:37:40 +00:00 committed by Git OBS Bridge
parent 903310e11f
commit 19b978db76
2 changed files with 7 additions and 15 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 25 19:37:37 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Tue Jul 14 12:37:51 CEST 2009 - chris@computersalat.de

View File

@ -44,9 +44,7 @@ Requires: perl(Scalar::Util)
Requires: perl(Class::Data::Inheritable) >= 0.02
Requires: perl(Devel::StackTrace) >= 1.20
#-------------------------------------------------------------------------------
%description
#-------------------------------------------------------------------------------
Exception::Class allows you to declare exception hierarchies in your modules in
a "Java-esque" manner.
@ -67,42 +65,29 @@ You will also want to look at the documentation for Exception::Class::Base,
by this module.
Author: 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(0644,root,root,0755)
%doc Changes LICENSE SIGNATURE
#-------------------------------------------------------------------------------
%changelog
#-------------------------------------------------------------------------------
* Thu Nov 01 2007 - James Oakley <jfunk@funktronics.ca> - 1.23-1
- Initial release