forked from pool/perl-Class-Std
clean up spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Std?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
0da13c3e47
commit
1ba3da8e6a
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:29:40 CEST 2009 - chris@computersalat.de
|
||||
|
||||
- spec mods
|
||||
* removed ^----------
|
||||
* removed ^#---------
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 01:09:38 CEST 2009 - chris@computersalat.de
|
||||
|
||||
|
||||
@@ -45,9 +45,7 @@ Requires: perl = %{perl_version}
|
||||
Requires: perl(Scalar::Util) perl(Data::Dumper)
|
||||
Requires: perl(version)
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%description
|
||||
#-------------------------------------------------------------------------------
|
||||
%{cpan_name} module for perl
|
||||
|
||||
This module provides tools that help to implement the "inside out object"
|
||||
@@ -55,44 +53,31 @@ class structure in a convenient and standard way.
|
||||
|
||||
Author: Damian Conway <DCONWAY@cpan.org>
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%prep
|
||||
#-------------------------------------------------------------------------------
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%build
|
||||
#-------------------------------------------------------------------------------
|
||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
%{__make}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%install
|
||||
#-------------------------------------------------------------------------------
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%clean
|
||||
#-------------------------------------------------------------------------------
|
||||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%files -f %{name}.files
|
||||
#-------------------------------------------------------------------------------
|
||||
# normally you only need to check for doc files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
%changelog
|
||||
#-------------------------------------------------------------------------------
|
||||
* Tue Dec 09 2007 Richard Bos <richard@radoeka.nl>
|
||||
- Initial rpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user