mono-zeroconf-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. %define debug_package %{nil}
  2. Name: mono-zeroconf
  3. Version: 0.9.0
  4. Release: 1%{?_dist_release}
  5. Summary: Mono.Zeroconf networking library
  6. Group: Development/Languages
  7. License: MIT
  8. URL: http://banshee-project.org/files/mono-zeroconf
  9. Source0: %{name}-%{version}.tar.bz2
  10. BuildRequires: mono-devel monodoc
  11. Requires: mono-core
  12. # Mono only available on these:
  13. ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
  14. %description
  15. Mono.Zeroconf is a cross platform Zero Configuration Networking library
  16. for Mono and .NET.
  17. %package devel
  18. Summary: Development files for Mono.Zeroconf
  19. Group: Development/Languages
  20. Requires: %{name} = %{version}-%{release} pkgconfig monodoc
  21. %description devel
  22. Development files and documentation for Mono.Zeroconf
  23. %prep
  24. %setup -q
  25. %build
  26. %configure --disable-mdnsresponder --libdir=%{_prefix}/lib
  27. #parallel build doesn't work
  28. make
  29. %install
  30. make DESTDIR=%{buildroot} install
  31. mkdir -p %{buildroot}%{_libdir}/pkgconfig
  32. test "%{_libdir}" = "%{_prefix}/lib" || mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc COPYING AUTHORS ChangeLog NEWS README
  36. %{_bindir}/mzclient
  37. %{_prefix}/lib/mono-zeroconf/
  38. %{_prefix}/lib/mono/gac/Mono.Zeroconf
  39. %{_prefix}/lib/mono/mono-zeroconf
  40. %{_prefix}/lib/mono/gac/policy.*
  41. %files devel
  42. %{_libdir}/pkgconfig/mono-zeroconf.pc
  43. %{_prefix}/lib/monodoc/sources/mono-zeroconf*
  44. %changelog
  45. * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-1
  46. - initial build for Vine Linux
  47. * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-7
  48. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  49. * Tue Nov 01 2011 Christian Krause <chkr@fedoraproject.org> - 0.9.0-6
  50. - Change paths for mono assemblies according to updated packaging
  51. guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
  52. * Fri Feb 25 2011 Dan Horák <dan[at]danny.cz> - 0.9.0-5
  53. - updated the supported arch list
  54. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-4
  55. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  56. * Thu Oct 29 2009 Dennis Gilmore <dennis@ausil.us> - 0.9.0-3
  57. - ExcludeArch sparc64
  58. * Thu Oct 22 2009 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2
  59. - Make AvahiDbus the only provider for now
  60. * Thu Oct 22 2009 Paul Lange <palango@gmx.de> - 0.9-1
  61. - update to version 0.9
  62. - move docs into devel package
  63. * Thu Aug 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.6-10
  64. - Rebuild for ppc64 packages due to obsolete of packageset last time.
  65. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-9
  66. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  67. * Mon Jun 01 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.7.6-9
  68. - Build arch ppc64.
  69. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-8
  70. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  71. * Thu Dec 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.7.6-7
  72. - add ppc
  73. * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-6
  74. - Another fix for x86_64
  75. * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-5
  76. - Remove patch file (use sed)
  77. - Additional BRs and Rs
  78. * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-4
  79. - remove ppc build for now
  80. * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-3
  81. - rebuild (0.8.0 is buggy)
  82. * Thu Aug 14 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-2
  83. - bump to new version
  84. - libdir clean now
  85. * Tue Apr 07 2008 David Nielsen <gnomeuser@gmail.com> - 0.7.5-4
  86. - Our CVS has odd bugs - pointless bump to make upgrade path work
  87. * Mon Mar 31 2008 David Nielsen <gnomeuser@gmail.com> - 0.7.5-3
  88. - Remove debuginfo
  89. * Fri Feb 01 2008 David Nielsen <david@lovesunix.net> - 0.7.5-2
  90. - Exclude ppc64
  91. - Spec fixes
  92. * Fri Feb 01 2008 David Nielsen <david@lovesunix.net> - 0.7.5-1
  93. - bump to 0.7.5
  94. - patch for libdir madness
  95. * Fri Jan 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.3-2
  96. - spec fixes
  97. * Thu Dec 29 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.3-1
  98. - Initial import for FE