clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Serializer?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
510a3281ad
commit
ea2516f99d
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user