Christian Wittmer 2009-07-25 17:36:44 +00:00 committed by Git OBS Bridge
parent 8a0e0d369c
commit 3e54981841
2 changed files with 7 additions and 15 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 25 19:36:40 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Mon Jun 22 13:38:05 CEST 2009 - chris@computersalat.de

View File

@ -48,9 +48,7 @@ Requires: perl(DateTime::Locale) >= 0.41
Requires: perl(DateTime::TimeZone) >= 0.79
Requires: perl(Params::Validate) >= 0.64
#-------------------------------------------------------------------------------
%description
#-------------------------------------------------------------------------------
%{cpan_name} module for perl
This module implements most of strptime(3), the POSIX function that is the
@ -60,43 +58,30 @@ Requires: perl(Params::Validate) >= 0.64
Author: Rick Measham <rickm@cpan.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 Changes LICENSE README
#-------------------------------------------------------------------------------
%changelog
#-------------------------------------------------------------------------------
* Sun Nov 16 2008 - rpm@scorpio-it.net - 1.0800
- upgrade to new version
* Sun Feb 03 2008 - rpm@scorpio-it.net - 1.0702 - 1