taglib-sharp-vl.spec 4.6 KB

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