vcdimager-vl.spec 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. Summary: VideoCD (pre-)mastering and ripping tool
  2. Name: vcdimager
  3. Version: 0.7.24
  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. * Sun Jul 13 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.24-1
  81. - update to 0.7.24
  82. * Thu Jul 01 2010 Munehiro Yamamoto <munepi@vinelinux.org> 0.7.23-1
  83. - initial build
  84. * Sun Jan 24 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.7.23-13
  85. - Rebuild for libcdio
  86. * Wed Nov 25 2009 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.7.23-11
  87. - Rebuild for F-12
  88. * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.7.23-10
  89. - rebuild for new F11 features
  90. * Thu Jan 15 2009 kwizart < kwizart at gmail.com > - 0.7.23-9
  91. - Rebuild for libcdio
  92. * Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 0.7.23-8
  93. - Fix URL
  94. - vcdimager-devel Requires libcdio-devel
  95. - Split libs (multilibs compliance)
  96. * Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 0.7.23-7
  97. - merge a few bits from livna spec
  98. * Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.7.23-6
  99. - Rebuild for Fedora 9.
  100. - Add missing ldconfig calls and scriplet info requirements.
  101. * Sun Sep 24 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-5
  102. - Rebuild against new libcdio.
  103. * Fri Mar 17 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-4
  104. - Release bump to drop the disttag number in FC5 build.
  105. * Fri Jan 13 2006 Matthias Saou <http://freshrpms.net/> 0.7.23-3
  106. - Silence install-info scriplets.
  107. * Sat Jul 30 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-2
  108. - Rebuild against new libcdio.
  109. * Tue Jul 12 2005 Matthias Saou <http://freshrpms.net/> 0.7.23-1
  110. - Update to 0.7.23.
  111. - Update libcdio-devel requirement to >= 0.72.
  112. - Change source location from vcdimager.org to gnu.org for this release...
  113. * Tue Jun 28 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-2
  114. - Prevent scriplets from failing if the info calls return an error.
  115. * Tue May 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.22-1
  116. - Update to 0.7.22.
  117. * Sun Apr 17 2005 Matthias Saou <http://freshrpms.net/> 0.7.21-1
  118. - Update to 0.7.21 at last.
  119. - Split off new -devel package.
  120. - Added libcdio build requirement.
  121. - Update Source URL, it's not "UNSTABLE" anymore.
  122. - Remove vcddump.info and add vcd-info.info. Remove .gz from scriplets.
  123. * Mon Aug 30 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-4
  124. - Added missing install-info calls.
  125. * Mon May 24 2004 Matthias Saou <http://freshrpms.net/> 0.7.14-3
  126. - Tried and update to 0.7.20, but the looping libcd* deps are a problem.
  127. - Rebuild for Fedora Core 2.
  128. * Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 0.7.14-2
  129. - Rebuild for Fedora Core 1.
  130. * Fri May 2 2003 Matthias Saou <http://freshrpms.net/>
  131. - Update to 0.7.14.
  132. - Remove infodir/dir, thanks to Florin Andrei.
  133. - Updated URL/Source.
  134. * Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/>
  135. - Rebuilt for Red Hat Linux 9.
  136. * Fri Feb 28 2003 Matthias Saou <http://freshrpms.net/>
  137. - Update to 0.7.13.
  138. - Removed the now unnecessary libxml fix.
  139. * Tue Jan 14 2003 Matthias Saou <http://freshrpms.net/>
  140. - Fix xmlversion.h include path in configure since xml is disabled otherwise,
  141. thanks to Rudolf Kastl for spotting the problem.
  142. * Fri Jan 3 2003 Matthias Saou <http://freshrpms.net/>
  143. - Let's try the 1 year old 0.7 development branch!
  144. * Mon Dec 9 2002 Matthias Saou <http://freshrpms.net/>
  145. - Spec file cleanup.
  146. * Sat Jan 20 2001 Herbert Valerio Riedel <hvr@gnu.org>
  147. - added THANKS file as doc
  148. * Thu Jan 4 2001 Herbert Valerio Riedel <hvr@gnu.org>
  149. - fixed removal of info pages on updating packages
  150. * Sat Dec 23 2000 Herbert Valerio Riedel <hvr@gnu.org>
  151. - added vcdrip
  152. - removed glib dependancy
  153. * Sat Aug 26 2000 Herbert Valerio Riedel <hvr@gnu.org>
  154. - spec file improvements
  155. * Mon Aug 14 2000 Herbert Valerio Riedel <hvr@gnu.org>
  156. - first spec file