mono-zeroconf-vl.spec 4.3 KB

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