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

Revision 9472, 4.6 KB checked in by inagaki, 9 years ago (diff)

2015-03-28 Ryoichi INAGAKI <ryo1@…>

  • dbus-sharp, dbus-sharp-glib, gecko-sharp2, gio-sharp, gnome-desktop-sharp2, kimono, libgpod, mono-debugger, mono-zeroconf, webkit-sharp: rebuilt
  • gnome-sharp2, libgdiplus, mono, mono-addins, mono-basic, nant: updated


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