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

Revision 8068, 4.3 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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