taglib-sharp-vl.spec 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. Name: taglib-sharp
  2. Version: 2.1.0.0
  3. Release: 1%{?_dist_release}
  4. Summary: Provides tag reading and writing for Banshee and other Mono apps
  5. Group: System Environment/Libraries
  6. License: LGPLv2+
  7. URL: http://download.banshee-project.org/taglib-sharp/
  8. Source0: http://download.banshee.fm/taglib-sharp/2.1.0.0/taglib-sharp-2.1.0.0.tar.bz2
  9. BuildArch: noarch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: autoconf automake libtool
  12. BuildRequires: gnome-sharp2-devel
  13. BuildRequires: mono-devel
  14. BuildRequires: mono-nunit-devel
  15. BuildRequires: monodoc
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. %description
  19. TagLib# is a metadata or "tag" reader and writer library that supports the
  20. most common movie and music formats, abstracting away format specificity.
  21. TagLib# offers either a common API for all formats or access to specific
  22. %package devel
  23. Summary: Provides tag reading and writing for Banshee and other Mono apps
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: pkgconfig
  27. %description devel
  28. Development files for taglib-sharp.
  29. %prep
  30. %setup -q
  31. %build
  32. # Docs are broken.
  33. %configure --disable-docs
  34. make %{?_smp_mflags}
  35. %install
  36. rm -rf $RPM_BUILD_ROOT
  37. make DESTDIR=$RPM_BUILD_ROOT install
  38. #mkdir -p %{buildroot}%{_libdir}/pkgconfig
  39. #mv %{buildroot}%{_datadir}/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %doc AUTHORS COPYING ChangeLog NEWS README
  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. %{_datadir}/pkgconfig/taglib-sharp.pc
  51. %changelog
  52. * Wed Apr 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.1.0.0-1
  53. - updated to 2.1.0.0
  54. - built with mono 3.12.1
  55. - changed BuildArch to noarch
  56. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-2
  57. - rebuild with VineSeed environment
  58. * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.3.7-1
  59. - initial build for VIne Linux
  60. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-5
  61. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  62. * Sat Oct 29 2011 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-4
  63. - Change paths for mono assemblies according to updated packaging
  64. guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
  65. * Mon Mar 21 2011 Dan Horák <dan[at]danny.cz> - 2.0.3.7-3
  66. - updated the supported arch list
  67. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.7-2
  68. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  69. * Wed Mar 24 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.7-1
  70. - Update to 2.0.3.7
  71. * Sun Feb 28 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-2
  72. - Fix compilation on x86_64
  73. * Sat Feb 27 2010 Christian Krause <chkr@fedoraproject.org> - 2.0.3.6-1
  74. - Update to 2.0.3.6
  75. * Thu Feb 18 2010 Karsten Hopp <karsten@redhat.com> 2.0.3.2-5.1
  76. - enable s390, s390x where we have mono now
  77. * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 2.0.3.2-5
  78. - switch sparc to sparcv9
  79. * Thu Aug 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 2.0.3.2-4
  80. - Build for ppc64
  81. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3.2-3
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  83. * Sun May 31 2009 Xavier Lamien <laxathom@fedoraproject.org> - 2.0.3.2-3
  84. - Build arches ppc.
  85. * Wed Feb 25 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-2
  86. - fix pkgconfig file
  87. * Tue Feb 24 2009 David Nielsen <dnielsen@fedoraproject.org> - 2.0.3.2-1
  88. - Update to 2.0.3.2
  89. - The Banshee project has now taking over upstream responsibilities
  90. - Remove patches
  91. - Enable threaded build in accordance to Fedora guidelines
  92. * Mon Feb 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-8
  93. - disable doc generation
  94. * Mon Nov 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-7
  95. - apply mimetypes fix recommended by banshee upstream
  96. * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-6
  97. - fix docs generation
  98. * Thu Jun 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-5
  99. - Rebuild against new mono bits
  100. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-4
  101. - don't need to specify pkgconfig as a BR, it gets pulled in
  102. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-3
  103. - BR: monodoc-devel
  104. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-2
  105. - just fix noInjectMenuItem
  106. * Sat Apr 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.3.0-1
  107. - initial package