Advertisement
barjac

zm.patch

Sep 23rd, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. --- zoneminder.spec_orig 2011-09-23 09:45:55.707816571 +0100
  2. +++ zoneminder.spec 2011-09-23 09:51:06.188997925 +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. @@ -77,7 +75,7 @@
  32. It is designed to run on distributions which support the Video For Linux (V4L)
  33. interface and has been tested with video cameras attached to BTTV cards,
  34. various USB cameras and also supports most IP network cameras.
  35. -This package includes cambozola.jar and the performance patch by Kfir Itzhak.
  36. +This package includes the performance patch by Kfir Itzhak.
  37.  
  38. %prep
  39. %setup -q -n ZoneMinder-%{version}
  40. @@ -221,6 +219,5 @@
  41. %dir %attr(755,%{zmuid},%{zmgid}) %{_localstatedir}/log/zm
  42. %attr(755,root,root) %{initdir}/zoneminder
  43.  
  44. -%clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement