taglib-sharp-vl.spec 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. %define debug_package %{nil}
  2. Name: taglib-sharp
  3. Version: 2.0.3.7
  4. Release: 2%{?_dist_release}
  5. Summary: Provides tag reading and writing for Banshee and other Mono apps
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://download.banshee-project.org/taglib-sharp/
  9. Source0: http://download.banshee-project.org/taglib-sharp/%{version}/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  11. # Mono only available on these:
  12. ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
  13. BuildRequires: mono-devel, monodoc, gnome-sharp2
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. %description
  17. TagLib# is a FREE and Open Source library for the .NET 2.0 and Mono frameworks
  18. which will let you tag your software with as much or as little detail as you
  19. like without slowing you down. It supports a large variety of movie and music
  20. formats which abstract away the work, handling all the different cases, so all
  21. you have to do is access file.Tag.Title, file.Tag.Lyrics, or my personal
  22. favorite file.Tag.Pictures. But don't think all this abstraction is gonna keep
  23. you from tagging's greatest gems. You can still get to a specific tag type's
  24. features with just a few lines of code.
  25. %package devel
  26. Summary: Provides tag reading and writing for Banshee and other Mono apps
  27. Group: Development/Libraries
  28. Requires: %{name} = %{version}-%{release}
  29. Requires: pkgconfig
  30. %description devel
  31. Development files for taglib-sharp.
  32. %prep
  33. %setup -q
  34. %build
  35. # Docs are broken.
  36. %configure --disable-docs
  37. make %{?_smp_mflags}
  38. %install
  39. make DESTDIR=$RPM_BUILD_ROOT install
  40. mkdir -p %{buildroot}%{_libdir}/pkgconfig
  41. mv %{buildroot}%{_datadir}/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc COPYING
  45. %{_prefix}/lib/mono/gac/*/
  46. %{_prefix}/lib/mono/taglib-sharp/
  47. %files devel
  48. %defattr(-,root,root,-)
  49. # %%doc %{_libdir}/monodoc/sources/taglib-sharp-docs*
  50. %{_libdir}/pkgconfig/taglib-sharp.pc
  51. %changelog
  52. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-2
  53. - rebuild with VineSeed environment
  54. * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-1
  55. - initial build for VIne Linux
  56. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-5
  57. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  58. * Sat Oct 29 2011 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-4
  59. - Change paths for mono assemblies according to updated packaging
  60. guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
  61. * Mon Mar 21 2011 Dan Horák <dan[at]danny.cz> - 2.0.3.7-3
  62. - updated the supported arch list
  63. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-2
  64. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  65. * Wed Mar 24 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-1
  66. - Update to 2.0.3.7
  67. * Sun Feb 28 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-2
  68. - Fix compilation on x86_64
  69. * Sat Feb 27 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-1
  70. - Update to 2.0.3.6
  71. * Thu Feb 18 2010 Karsten Hopp <karsten@redhat.com> 2.0.3.2-5.1
  72. - enable s390, s390x where we have mono now
  73. * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 2.0.3.2-5
  74. - switch sparc to sparcv9
  75. * Thu Aug 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.3.2-4
  76. - Build for ppc64
  77. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.2-3
  78. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  79. * Sun May 31 2009 Xavier Lamien <laxathom@fedoraproject.org> - 2.0.3.2-3
  80. - Build arches ppc.
  81. * Wed Feb 25 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-2
  82. - fix pkgconfig file
  83. * Tue Feb 24 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-1
  84. - Update to 2.0.3.2
  85. - The Banshee project has now taking over upstream responsibilities
  86. - Remove patches
  87. - Enable threaded build in accordance to Fedora guidelines
  88. * Mon Feb 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-8
  89. - disable doc generation
  90. * Mon Nov 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-7
  91. - apply mimetypes fix recommended by banshee upstream
  92. * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-6
  93. - fix docs generation
  94. * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-5
  95. - Rebuild against new mono bits
  96. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-4
  97. - don't need to specify pkgconfig as a BR, it gets pulled in
  98. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-3
  99. - BR: monodoc-devel
  100. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-2
  101. - just fix noInjectMenuItem
  102. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-1
  103. - initial package