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
|
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(Scalar::Util) perl(Data::Dumper)
|
||||||
Requires: perl(version)
|
Requires: perl(version)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%description
|
%description
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%{cpan_name} module for perl
|
%{cpan_name} module for perl
|
||||||
|
|
||||||
This module provides tools that help to implement the "inside out object"
|
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>
|
Author: Damian Conway <DCONWAY@cpan.org>
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%prep
|
%prep
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%build
|
%build
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||||
%{__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
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
# normally you only need to check for doc files
|
# normally you only need to check for doc files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
%changelog
|
%changelog
|
||||||
#-------------------------------------------------------------------------------
|
|
||||||
* Tue Dec 09 2007 Richard Bos <richard@radoeka.nl>
|
* Tue Dec 09 2007 Richard Bos <richard@radoeka.nl>
|
||||||
- Initial rpm build
|
- Initial rpm build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user