taglib-extras-vl.spec 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. Name: taglib-extras
  2. Summary: Taglib support for other formats
  3. Version: 1.0.1
  4. Release: 2%{?_dist_release}
  5. Group: System Environment/Libraries
  6. # all LGPLv2, except for rmff/ which is GPLv2+/LGPLv2+
  7. License: LGPLv2
  8. URL: http://websvn.kde.org/trunk/kdesupport/taglib-extras/
  9. Source0: http://www.kollide.net/~jefferai/taglib-extras-%{version}.tar.gz
  10. # taglib-extras-config: drop multilib-conflicting mention of libdir, since
  11. # it's already in default linker search path
  12. Patch1: taglib-extras-0.1-multilib-1.patch
  13. ## upstream patches
  14. Patch100: taglib-extras-1.0.1-version.patch
  15. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  16. BuildRequires: cmake >= 2.6.0
  17. BuildRequires: taglib-devel >= 1.6
  18. Requires: taglib >= 1.6
  19. %description
  20. Taglib-extras delivers support for reading and editing the meta-data of
  21. audio formats not supported by taglib.
  22. %package devel
  23. Summary: Development files for %{name}
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: pkgconfig
  27. %description devel
  28. %{summary}.
  29. %prep
  30. %setup -q
  31. %patch1 -p1 -b .multilib
  32. %patch100 -p1 -b .version
  33. %build
  34. mkdir -p %{_target_platform}
  35. pushd %{_target_platform}
  36. %cmake ..
  37. popd
  38. make %{?_smp_mflags} -C %{_target_platform}
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. %post -p /sbin/ldconfig
  45. %postun -p /sbin/ldconfig
  46. %files
  47. %defattr(-,root,root,-)
  48. %doc COPYING.LGPL
  49. %{_libdir}/libtag-extras.so.1*
  50. %files devel
  51. %defattr(-,root,root,-)
  52. %{_bindir}/taglib-extras-config
  53. %{_includedir}/taglib-extras/
  54. %{_libdir}/libtag-extras.so
  55. %{_libdir}/pkgconfig/taglib-extras.pc
  56. %changelog
  57. * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.1-2
  58. - initial build for Vine Linux
  59. * Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-1
  60. - taglib-extras-1.0.1
  61. * Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-2
  62. - drop (deprecated/no-op) kde integration
  63. * Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-1
  64. - taglib-extras-1.0.0 (API/ABI bump)
  65. * Wed Sep 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.7-1
  66. - taglib-extras-0.1.7
  67. * Mon Aug 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.6-1
  68. - taglib-extras-0.1.6
  69. * Fri Jul 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.5-1
  70. - taglib-extras-0.1.5
  71. * Fri Jun 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.4-1
  72. - taglib-extras-0.1.4
  73. * Sat May 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.3-1
  74. - taglib-extras-0.1.3
  75. * Thu Apr 07 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1.2-1
  76. - taglib-extras-0.1.2
  77. * Thu Mar 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-2
  78. - enable KDE integration, -DWITH_KDE
  79. * Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
  80. - taglib-extras-0.1.1
  81. * Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-4
  82. - refetch tarball
  83. * Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-3
  84. - -devel: Requires: taglib-devel
  85. - Source0: full URL
  86. * Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-2
  87. - fixup for review
  88. * Fri Mar 20 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1-1
  89. - initial package