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
|
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(DateTime::TimeZone) >= 0.79
|
||||||
Requires: perl(Params::Validate) >= 0.64
|
Requires: perl(Params::Validate) >= 0.64
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%description
|
%description
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{cpan_name} module for perl
|
%{cpan_name} module for perl
|
||||||
|
|
||||||
This module implements most of strptime(3), the POSIX function that is the
|
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>
|
Author: Rick Measham <rickm@cpan.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 Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%changelog
|
%changelog
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
* Sun Nov 16 2008 - rpm@scorpio-it.net - 1.0800
|
* Sun Nov 16 2008 - rpm@scorpio-it.net - 1.0800
|
||||||
- upgrade to new version
|
- upgrade to new version
|
||||||
* Sun Feb 03 2008 - rpm@scorpio-it.net - 1.0702 - 1
|
* Sun Feb 03 2008 - rpm@scorpio-it.net - 1.0702 - 1
|
||||||
|
Loading…
Reference in New Issue
Block a user