mono-zeroconf-vl.spec 4.6 KB

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