Christian Wittmer
2009-07-25 17:36:24 +00:00
committed by Git OBS Bridge
parent 510a3281ad
commit ea2516f99d
2 changed files with 7 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 25 19:36:21 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Fri Jun 19 00:54:45 CEST 2009 - chris@computersalat.de

View File

@@ -96,9 +96,7 @@ Requires: perl(XML::Dumper)
Requires: perl(YAML)
Requires: perl(YAML::Syck)
#-------------------------------------------------------------------------------
%description
#-------------------------------------------------------------------------------
%{cpan_name} module for perl
Provides a unified interface to the various serializing modules
@@ -107,42 +105,29 @@ Requires: perl(YAML::Syck)
Author: Neil Neely <neil (at) neely.cx>
--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
%prep
#-------------------------------------------------------------------------------
%setup -q -n %{cpan_name}-%{version}
#-------------------------------------------------------------------------------
%build
#-------------------------------------------------------------------------------
CFLAGS="$RPM_OPT_FLAGS" perl Build.PL --prefix $RPM_BUILD_ROOT/usr --installdirs vendor
./Build
%check
./Build test
#-------------------------------------------------------------------------------
%install
#-------------------------------------------------------------------------------
./Build install
%perl_process_packlist
%perl_gen_filelist
#-------------------------------------------------------------------------------
%clean
#-------------------------------------------------------------------------------
%{__rm} -rf $RPM_BUILD_ROOT
#-------------------------------------------------------------------------------
%files -f %{name}.files
#-------------------------------------------------------------------------------
%defattr(-,root,root)
%doc Changes INSTALL README
#-------------------------------------------------------------------------------
%changelog
#-------------------------------------------------------------------------------
* Mon Aug 25 2008 - rpm@scorpio-it.net - 0.48
- initial Package