Advertisement
barjac

zm.spec.patch

Sep 22nd, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.38 KB | None | 0 0
  1. --- zoneminder.spec_orig    2011-09-22 20:07:15.877119828 +0100
  2. +++ zoneminder.spec 2011-09-22 23:10:13.986142357 +0100
  3. @@ -1,6 +1,6 @@
  4.  %define name   zoneminder
  5.  %define version    1.24.4
  6. -%define release    %mkrel 6
  7. +%define release    %mkrel 7
  8.  %define zmuid  apache
  9.  %define zmgid  apache
  10.  %define initdir    /etc/rc.d/init.d
  11. @@ -49,8 +49,7 @@
  12.  BuildRequires: ant
  13.  BuildRequires: perl-Archive-Zip perl-Archive-Tar perl-MIME-tools perl-DBD-mysql
  14.  BuildRequires: perl-Sys-Mmap perl-Device-SerialPort perl-MIME-Lite perl-Date-Manip
  15. -
  16. -#BuildRequires:    perl-libwww-perl
  17. +BuildRequires: perl-X10 perl-libwww-perl
  18.  
  19.  %if %{tainted}
  20.  BuildRequires: ffmpeg-devel ffmpeg
  21. @@ -59,8 +58,7 @@
  22.  Requires:  apache mysql php php-mysql php-sockets apache-mod_php
  23.  Requires:  perl-Archive-Zip perl-Archive-Tar perl-MIME-tools perl-DBD-mysql
  24.  Requires:  perl-Sys-Mmap perl-Device-SerialPort perl-MIME-Lite perl-Date-Manip
  25. -Requires:  perl-libwww-perl
  26. -#Requires: perl-X10-ActiveHome //when available
  27. +Requires:  perl-X10 perl-libwww-perl
  28.  
  29.  %if %{tainted}
  30.  Requires:  ffmpeg lame
  31. @@ -222,6 +220,8 @@
  32.  %attr(755,root,root) %{initdir}/zoneminder
  33.  
  34.  %changelog
  35. +* Thu Sep 22 2011 Barry Jackson <zen25000@zen.co.uk> - 1.24.4-7
  36. +- Added perl-X10 and perl-libwww-perl (Build)Requires
  37.  
  38.  * Tue Sep 20 2011 Barry Jackson <zen25000@zen.co.uk> - 1.24.4-6
  39.  - cambozola.jar removed from SOURCES and now built from source.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement