8
0
Christian Wittmer
2009-07-25 17:41:54 +00:00
committed by Git OBS Bridge
parent cf98eb7545
commit 37e12fc639
2 changed files with 7 additions and 15 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 25 19:41:51 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Sun Jun 28 00:41:41 CEST 2009 - chris@computersalat.de

View File

@@ -39,47 +39,32 @@ Requires: perl = %{perl_version}
Requires: perl(File::Find)
Requires: perl(Storable)
#-------------------------------------------------------------------------------
%description
#-------------------------------------------------------------------------------
Perl interface to the unix process table.
Author: D. Urist <durist@frii.com>
-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
%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
#-------------------------------------------------------------------------------
%defattr(0644,root,root,0755)
%doc Changes PORTING README README.linux TODO contrib
#-------------------------------------------------------------------------------
%changelog
#-------------------------------------------------------------------------------