9
0
Christian Wittmer
2009-07-25 17:37:49 +00:00
committed by Git OBS Bridge
parent 3700dfe9ae
commit 05f0d4595e
2 changed files with 7 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 25 19:37:46 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 21 22:41:25 CEST 2009 - chris@computersalat.de Sun Jun 21 22:41:25 CEST 2009 - chris@computersalat.de

View File

@@ -43,9 +43,7 @@ Requires: perl(File::Spec) >= 0.8
Requires: perl(Fcntl) >= 1.03 Requires: perl(Fcntl) >= 1.03
Requires: perl(File::Path) Requires: perl(File::Path)
#-------------------------------------------------------------------------------
%description %description
#-------------------------------------------------------------------------------
%{cpan_name} module for perl %{cpan_name} module for perl
File::Temp can be used to create and open temporary files in a safe way. File::Temp can be used to create and open temporary files in a safe way.
@@ -56,42 +54,29 @@ Requires: perl(File::Path)
Author: Tim Jenness <tjenness (at) cpan.org> Author: Tim Jenness <tjenness (at) 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 ChangeLog README %doc ChangeLog README
#-------------------------------------------------------------------------------
%changelog %changelog
#-------------------------------------------------------------------------------
* Thu Aug 21 2008 - rpm@scorpio-it.net - 0.20 * Thu Aug 21 2008 - rpm@scorpio-it.net - 0.20
- initial Package - initial Package