123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- %define debug_package %{nil}
- Name: mono-zeroconf
- Version: 0.9.0
- Release: 3%{?_dist_release}
- Summary: Mono.Zeroconf networking library
- Summary(ja): Mono.Zeroconf ネットワークライブラリ
- Group: System Environment/Libraries
- License: MIT
- URL: https://github.com/mono/Mono.Zeroconf/
- Source0: %{name}-%{version}.tar.bz2
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: mono-devel monodoc
- Requires: mono-core
- # Mono only available on these:
- ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- Mono.Zeroconf is a cross platform Zero Configuration Networking library
- for Mono and .NET.
- %package devel
- Summary: Development files and documentation for Mono.Zeroconf
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: monodoc
- Requires: pkgconfig
- %description devel
- Development files and documentation for Mono.Zeroconf
- %prep
- %setup -q
- %build
- %configure --disable-mdnsresponder --libdir=%{_prefix}/lib
- #parallel build doesn't work
- make
- %install
- rm -rf %{buildroot}
- make DESTDIR=%{buildroot} install
- mkdir -p %{buildroot}%{_libdir}/pkgconfig
- test "%{_libdir}" = "%{_prefix}/lib" || mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_libdir}/pkgconfig/
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc COPYING AUTHORS ChangeLog NEWS README
- %{_bindir}/mzclient
- %{_prefix}/lib/mono-zeroconf/
- %{_prefix}/lib/mono/gac/Mono.Zeroconf
- %{_prefix}/lib/mono/mono-zeroconf
- %{_prefix}/lib/mono/gac/policy.*
- %files devel
- %{_libdir}/pkgconfig/mono-zeroconf.pc
- %{_prefix}/lib/monodoc/sources/mono-zeroconf*
- %changelog
- * Thu Mar 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.9.0-3
- - rebuilt with mono 3.12
- * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-2
- - rebuild with VineSeed environment
- * Sun Jun 03 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.0-1
- - initial build for Vine Linux
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-7
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Tue Nov 01 2011 Christian Krause <chkr@fedoraproject.org> - 0.9.0-6
- - Change paths for mono assemblies according to updated packaging
- guidelines (http://fedoraproject.org/wiki/Packaging:Mono)
- * Fri Feb 25 2011 Dan Horák <dan[at]danny.cz> - 0.9.0-5
- - updated the supported arch list
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Thu Oct 29 2009 Dennis Gilmore <dennis@ausil.us> - 0.9.0-3
- - ExcludeArch sparc64
- * Thu Oct 22 2009 Michel Salim <salimma@fedoraproject.org> - 0.9.0-2
- - Make AvahiDbus the only provider for now
- * Thu Oct 22 2009 Paul Lange <palango@gmx.de> - 0.9-1
- - update to version 0.9
- - move docs into devel package
- * Thu Aug 20 2009 Toshio Kuratomi <toshio@fedoraproject.org> - 0.7.6-10
- - Rebuild for ppc64 packages due to obsolete of packageset last time.
- * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-9
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Mon Jun 01 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.7.6-9
- - Build arch ppc64.
- * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.6-8
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Thu Dec 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.7.6-7
- - add ppc
- * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-6
- - Another fix for x86_64
- * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-5
- - Remove patch file (use sed)
- - Additional BRs and Rs
- * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-4
- - remove ppc build for now
- * Thu Dec 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-3
- - rebuild (0.8.0 is buggy)
- * Thu Aug 14 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.6-2
- - bump to new version
- - libdir clean now
- * Mon Apr 07 2008 David Nielsen <gnomeuser@gmail.com> - 0.7.5-4
- - Our CVS has odd bugs - pointless bump to make upgrade path work
- * Mon Mar 31 2008 David Nielsen <gnomeuser@gmail.com> - 0.7.5-3
- - Remove debuginfo
- * Fri Feb 01 2008 David Nielsen <david@lovesunix.net> - 0.7.5-2
- - Exclude ppc64
- - Spec fixes
- * Fri Feb 01 2008 David Nielsen <david@lovesunix.net> - 0.7.5-1
- - bump to 0.7.5
- - patch for libdir madness
- * Fri Jan 04 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.3-2
- - spec fixes
- * Sat Dec 29 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 0.7.3-1
- - Initial import for FE
|