8
0
Christian Wittmer
2009-07-25 17:29:44 +00:00
committed by Git OBS Bridge
parent 0da13c3e47
commit 1ba3da8e6a
2 changed files with 7 additions and 15 deletions

View File

@@ -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

View File

@@ -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