You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

154 line
6.1KB

  1. Name: recordmydesktop
  2. Version: 0.3.8.1
  3. Release: 15%{?dist}
  4. Summary: Desktop session recorder with audio and video
  5. License: GPLv2+
  6. URL: http://recordmydesktop.sourceforge.net/
  7. Source0: http://downloads.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.gz
  8. # from gentoo: http://bugs.gentoo.org/attachment.cgi?id=209904
  9. # 2010-01-15: Bug with proposed fix already upstream:
  10. # http://sourceforge.net/tracker/?func=detail&aid=2889699&group_id=172357&atid=861428
  11. Patch0: recordmydesktop-shmstr.h-to-shmproto.h.patch
  12. # Use default Alsa device instead of hardcoded device:
  13. # https://bugzilla.redhat.com/show_bug.cgi?id=538853
  14. Patch1: recordmydesktop-ALSA-default.patch
  15. # Use sane theora defaults
  16. # https://bugzilla.redhat.com/show_bug.cgi?id=525155
  17. Patch2: recordmydesktop-sane-theora-defaults.patch
  18. # Fix jack support detection
  19. # https://bugzilla.redhat.com/show_bug.cgi?id=554292
  20. # Patch by debian
  21. # 2010-01-15: patch submitted upstream:
  22. # https://sourceforge.net/tracker/?func=detail&aid=2894861&group_id=172357&atid=861428
  23. Patch3: recordmydesktop-fix-configure-ac-jack-support.patch
  24. # Use /var/tmp by default for writing large files
  25. # See http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
  26. Patch4: recordmydesktop-var-tmp.patch
  27. BuildRequires: libXdamage-devel, libSM-devel
  28. BuildRequires: libXext-devel
  29. BuildRequires: alsa-lib-devel, zlib-devel
  30. BuildRequires: libtheora-devel, libvorbis-devel, jack-audio-connection-kit-devel
  31. Requires: jack-audio-connection-kit-example-clients
  32. %description
  33. recordMyDesktop is a desktop session recorder for linux that attempts to be
  34. easy to use, yet also effective at it's primary task.
  35. As such, the program is separated in two parts; a simple command line tool that
  36. performs the basic tasks of capturing and encoding and an interface that
  37. exposes the program functionality in a usable way.
  38. %prep
  39. %setup -q
  40. # seems that shmstr.h was renamed to shmproto.h in Fedora 12
  41. %if 0%{?fedora} >= 12
  42. %patch0 -p1 -b .shmstr.h-to-shmproto.h
  43. %endif
  44. %patch1 -p1 -b .ALSA-default
  45. %patch2 -p1 -b .sane-theora-defaults
  46. %patch3 -p1 -b .fix-configure-ac-jack-support
  47. %patch4
  48. %build
  49. # re-run autoreconf to add support for aarch64
  50. autoreconf -i -f
  51. %configure
  52. make %{?_smp_mflags}
  53. %install
  54. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
  55. %files
  56. %doc AUTHORS COPYING README ChangeLog
  57. %{_bindir}/*
  58. %{_mandir}/man?/*
  59. %changelog
  60. * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-15
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  62. * Fri Apr 03 2015 Mat Booth <mat.booth@redhat.com> - 0.3.8.1-14
  63. - Use /var/tmp by default for writing large tmp files, rhbz#1060324
  64. - http://fedoraproject.org/wiki/Features/tmp-on-tmpfs
  65. * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-13
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
  67. * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-12
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  69. * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-11
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
  71. * Mon Apr 29 2013 Mat Booth <fedora@matbooth.co.uk> - 0.3.8.1-10
  72. - Re-run autoreconf to add support for aarch64, rhbz #926435
  73. * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-9
  74. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  75. * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-8
  76. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  77. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-7
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  79. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-6
  80. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  81. * Tue Feb 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.3.8.1-5
  82. - update URL
  83. * Fri Jan 15 2010 Till Maas <opensource@till.name> - 0.3.8.1-4
  84. - fix jack support: https://bugzilla.redhat.com/show_bug.cgi?id=554292
  85. - use default Alsa device: https://bugzilla.redhat.com/show_bug.cgi?id=538853
  86. - use sane theora defaults: https://bugzilla.redhat.com/show_bug.cgi?id=525155
  87. - apply patch0 only for F12 and higher
  88. * Fri Jan 15 2010 Till Maas <opensource@till.name> - 0.3.8.1-3
  89. - Fix SF.net Source0 URL
  90. - Fix BTFS bug with patch from gentoo: https://bugzilla.redhat.com/show_bug.cgi?id=538931
  91. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-2
  92. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  93. * Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 0.3.8.1-1
  94. - New upstream release
  95. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7.3-3
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  97. * Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.7.3-2
  98. - fix license tag
  99. * Wed May 28 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 0.3.7.3-1
  100. - New upstream release
  101. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.7-3
  102. - Autorebuild for GCC 4.3
  103. * Tue Jan 22 2008 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.7-2
  104. - Add missing jack dependency
  105. * Thu Jan 17 2008 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.7-1
  106. - New upstream release
  107. * Sun Dec 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.6-2
  108. - Add jack support
  109. * Sun Oct 21 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.6-1
  110. - New version
  111. - Update URL
  112. * Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.4-1
  113. - New version 0.3.4
  114. * Mon Mar 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-3
  115. - chmod +x on source files to make rpmlint happy
  116. * Mon Mar 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-2
  117. - Remove duplicate BR
  118. - Add missing zlib-devel BR
  119. - Preserve timestamps
  120. * Sun Mar 04 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-1
  121. - Initial build