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