vcdimager-vl.spec 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. Summary: VideoCD (pre-)mastering and ripping tool
  2. Name: vcdimager
  3. Version: 0.7.23
  4. Release: 1%{?_dist_release}
  5. License: GPLv2+
  6. Group: Applications/Multimedia
  7. URL: http://www.gnu.org/software/vcdimager/
  8. Source: ftp://ftp.gnu.org/pub/gnu/vcdimager/vcdimager-%{version}.tar.gz
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  10. Requires(post): info
  11. Requires(preun): info
  12. BuildRequires: libcdio-devel >= 0.72
  13. BuildRequires: libxml2-devel >= 2.3.8
  14. BuildRequires: zlib-devel
  15. BuildRequires: pkgconfig >= 0.9
  16. BuildRequires: popt-devel
  17. %description
  18. VCDImager allows you to create VideoCD BIN/CUE CD images from MPEG
  19. files. These can be burned with cdrdao or any other program capable of
  20. burning BIN/CUE files.
  21. Also included is VCDRip which does the reverse operation, that is to
  22. rip MPEG streams from images or burned VideoCDs and to show
  23. information about a VideoCD.
  24. %package devel
  25. Summary: Header files and static library for VCDImager
  26. Group: Development/Libraries
  27. Requires: %{name} = %{version}-%{release}
  28. Requires: pkgconfig
  29. Requires: libcdio-devel
  30. %description devel
  31. VCDImager allows you to create VideoCD BIN/CUE CD images from mpeg
  32. files which can be burned with cdrdao or any other program capable of
  33. burning BIN/CUE files.
  34. This package contains the header files and a static library to develop
  35. applications that will use VCDImager.
  36. %prep
  37. %setup -q
  38. %build
  39. %configure --disable-static --disable-dependency-tracking
  40. %{__make} %{?_smp_mflags}
  41. %install
  42. %{__rm} -rf %{buildroot}
  43. %{__make} DESTDIR=%{buildroot} install INSTALL="install -p"
  44. find $RPM_BUILD_ROOT -type f -name "*.la" -exec %__rm -f {} ';'
  45. # Sometimes this file gets created... but we don't want it!
  46. %__rm -f %{buildroot}%{_infodir}/dir
  47. %clean
  48. %__rm -rf %{buildroot}
  49. %post
  50. /sbin/ldconfig
  51. for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
  52. /sbin/install-info %{_infodir}/${infofile} %{_infodir}/dir 2>/dev/null || :
  53. done
  54. %preun
  55. /sbin/ldconfig
  56. if [ $1 -eq 0 ]; then
  57. for infofile in vcdxrip.info vcdimager.info vcd-info.info; do
  58. /sbin/install-info --delete %{_infodir}/${infofile} %{_infodir}/dir \
  59. 2>/dev/null || :
  60. done
  61. fi
  62. %files
  63. %defattr(-,root,root,-)
  64. %doc AUTHORS BUGS ChangeLog* COPYING FAQ NEWS README THANKS TODO
  65. %doc frontends/xml/videocd.dtd
  66. %{_bindir}/*
  67. %{_infodir}/vcdxrip.info*
  68. %{_infodir}/vcdimager.info*
  69. %{_infodir}/vcd-info.info*
  70. %{_mandir}/man1/*
  71. ## libs
  72. %{_libdir}/libvcdinfo.so.*
  73. %files devel
  74. %defattr(-,root,root,-)
  75. %doc HACKING
  76. %{_includedir}/libvcd/
  77. %{_libdir}/libvcdinfo.so
  78. %{_libdir}/pkgconfig/libvcdinfo.pc
  79. %changelog
  80. * Thu Jul 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.23-1
  81. - initial build
  82. * Sun Jan 24 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.7.23-13
  83. - Rebuild for libcdio
  84. * Wed Nov 25 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.7.23-11
  85. - Rebuild for F-12
  86. * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.23-10
  87. - rebuild for new F11 features
  88. * Thu Jan 15 2009 kwizart < kwizart at gmail.com > - 0.7.23-9
  89. - Rebuild for libcdio
  90. * Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 0.7.23-8
  91. - Fix URL
  92. - vcdimager-devel Requires libcdio-devel
  93. - Split libs (multilibs compliance)
  94. * Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.7.23-7
  95. - merge a few bits from livna spec
  96. * Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.7.23-6
  97. - Rebuild for Fedora 9.
  98. - Add missing ldconfig calls and scriplet info requirements.
  99. * Sun Sep 24 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-5
  100. - Rebuild against new libcdio.
  101. * Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-4
  102. - Release bump to drop the disttag number in FC5 build.
  103. * Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-3
  104. - Silence install-info scriplets.
  105. * Sat Jul 30 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-2
  106. - Rebuild against new libcdio.
  107. * Tue Jul 12 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-1
  108. - Update to 0.7.23.
  109. - Update libcdio-devel requirement to >= 0.72.
  110. - Change source location from vcdimager.org to gnu.org for this release...
  111. * Tue Jun 28 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-2
  112. - Prevent scriplets from failing if the info calls return an error.
  113. * Tue May 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-1
  114. - Update to 0.7.22.
  115. * Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.21-1
  116. - Update to 0.7.21 at last.
  117. - Split off new -devel package.
  118. - Added libcdio build requirement.
  119. - Update Source URL, it's not "UNSTABLE" anymore.
  120. - Remove vcddump.info and add vcd-info.info. Remove .gz from scriplets.
  121. * Mon Aug 30 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-4
  122. - Added missing install-info calls.
  123. * Mon May 24 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-3
  124. - Tried and update to 0.7.20, but the looping libcd* deps are a problem.
  125. - Rebuild for Fedora Core 2.
  126. * Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 0.7.14-2
  127. - Rebuild for Fedora Core 1.
  128. * Fri May 2 2003 Matthias Saou <http://freshrpms.net/>
  129. - Update to 0.7.14.
  130. - Remove infodir/dir, thanks to Florin Andrei.
  131. - Updated URL/Source.
  132. * Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
  133. - Rebuilt for Red Hat Linux 9.
  134. * Fri Feb 28 2003 Matthias Saou <http://freshrpms.net/>
  135. - Update to 0.7.13.
  136. - Removed the now unnecessary libxml fix.
  137. * Tue Jan 14 2003 Matthias Saou <http://freshrpms.net/>
  138. - Fix xmlversion.h include path in configure since xml is disabled otherwise,
  139. thanks to Rudolf Kastl for spotting the problem.
  140. * Fri Jan 3 2003 Matthias Saou <http://freshrpms.net/>
  141. - Let's try the 1 year old 0.7 development branch!
  142. * Mon Dec 9 2002 Matthias Saou <http://freshrpms.net/>
  143. - Spec file cleanup.
  144. * Sat Jan 20 2001 Herbert Valerio Riedel <hvr@gnu.org>
  145. - added THANKS file as doc
  146. * Thu Jan 4 2001 Herbert Valerio Riedel <hvr@gnu.org>
  147. - fixed removal of info pages on updating packages
  148. * Sat Dec 23 2000 Herbert Valerio Riedel <hvr@gnu.org>
  149. - added vcdrip
  150. - removed glib dependancy
  151. * Sat Aug 26 2000 Herbert Valerio Riedel <hvr@gnu.org>
  152. - spec file improvements
  153. * Mon Aug 14 2000 Herbert Valerio Riedel <hvr@gnu.org>
  154. - first spec file