taglib-extras-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. Name: taglib-extras
  2. Summary: Taglib support for other formats
  3. Version: 1.0.1
  4. Release: 4%{?_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. Summary(ja): %{name} の開発用ファイル
  25. Group: Development/Libraries
  26. Requires: %{name} = %{version}-%{release}
  27. Requires: pkgconfig
  28. %description devel
  29. %{summary}.
  30. %prep
  31. %setup -q
  32. %patch1 -p1 -b .multilib
  33. %patch100 -p1 -b .version
  34. %build
  35. mkdir -p %{_target_platform}
  36. pushd %{_target_platform}
  37. %cmake ..
  38. popd
  39. make %{?_smp_mflags} -C %{_target_platform}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
  43. %clean
  44. rm -rf $RPM_BUILD_ROOT
  45. %post -p /sbin/ldconfig
  46. %postun -p /sbin/ldconfig
  47. %files
  48. %defattr(-,root,root,-)
  49. %doc COPYING.LGPL
  50. %{_libdir}/libtag-extras.so.1*
  51. %files devel
  52. %defattr(-,root,root,-)
  53. %{_bindir}/taglib-extras-config
  54. %{_includedir}/taglib-extras/
  55. %{_libdir}/libtag-extras.so
  56. %{_libdir}/pkgconfig/taglib-extras.pc
  57. %changelog
  58. * Sat Sep 03 2016 Toshiaki Ara <ara_t@384.jp> - 1.0.1-4
  59. - rebuild with gcc-5.4.0
  60. * Tue Jan 20 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.0.1-3
  61. - rebuilt on current VineSeed
  62. * Sun Oct 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.1-2
  63. - initial build for Vine Linux
  64. * Mon Sep 21 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.1-1
  65. - taglib-extras-1.0.1
  66. * Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-2
  67. - drop (deprecated/no-op) kde integration
  68. * Thu Sep 17 2009 Rex Dieter <rdieter@fedoraproject.org> - 1.0.0-1
  69. - taglib-extras-1.0.0 (API/ABI bump)
  70. * Wed Sep 09 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.7-1
  71. - taglib-extras-0.1.7
  72. * Mon Aug 03 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.6-1
  73. - taglib-extras-0.1.6
  74. * Fri Jul 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.5-1
  75. - taglib-extras-0.1.5
  76. * Fri Jun 12 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.4-1
  77. - taglib-extras-0.1.4
  78. * Sat May 02 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.3-1
  79. - taglib-extras-0.1.3
  80. * Thu Apr 07 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1.2-1
  81. - taglib-extras-0.1.2
  82. * Thu Mar 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-2
  83. - enable KDE integration, -DWITH_KDE
  84. * Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-1
  85. - taglib-extras-0.1.1
  86. * Tue Mar 24 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-4
  87. - refetch tarball
  88. * Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-3
  89. - -devel: Requires: taglib-devel
  90. - Source0: full URL
  91. * Mon Mar 23 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.1-2
  92. - fixup for review
  93. * Fri Mar 20 2009 Eelko Berkenpies <fedora@berkenpies.nl> - 0.1-1
  94. - initial package