source: projects/specs/trunk/m/mono-zeroconf/mono-zeroconf-vl.spec @ 6270

Revision 6270, 4.2 KB checked in by Takemikaduchi, 12 years ago (diff)

NEW: banshee and C# binding packages

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