clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=3
This commit is contained in:
parent
8a0e0d369c
commit
3e54981841
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user