]> git.pld-linux.org Git - packages/dotnet-gnome-desktop-sharp.git/blame - dotnet-gnome-desktop-sharp.spec
- split into individual libraries
[packages/dotnet-gnome-desktop-sharp.git] / dotnet-gnome-desktop-sharp.spec
CommitLineData
bcd1bb31 1#
8b36e565
JB
2# Conditional build:
3%bcond_with nautilusburn # NautilusBurn# binding
4%bcond_with gnomepanel # GnomePanel# binding
5
6%define gnome_ver 2.25.0
7%define gnomesharp_ver 2.24.1
8%define gtkhtml_ver 3.23.5
9%define gtksharp_ver 2.12.2
10%define gtksourceview_ver 2.2.2
11%define libgnomeprint_ver 2.18.0
12%define librsvg_ver 2.22.2
13%define nautilusburn_ver 2.22.1
14%define vte_ver 0.16.14
15
bcd1bb31
SS
16%include /usr/lib/rpm/macros.mono
17%include /usr/lib/rpm/macros.perl
8b36e565
JB
18Summary: GnomeDesktop# - .NET binding for GNOME Desktop library
19Summary(pl.UTF-8): GnomeDesktop# - wiązanie .NET do biblioteki GNOME Desktop
bcd1bb31 20Name: dotnet-gnome-desktop-sharp
e2856448 21Version: 2.26.0
8b36e565
JB
22Release: 7
23License: LGPL v2.1
bcd1bb31 24Group: Libraries
e2856448
PZ
25Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop-sharp/2.26/gnome-desktop-sharp-%{version}.tar.bz2
26# Source0-md5: 4bc990900bb318b2ba0b0e7998bb47d1
723351e8 27Patch0: gnome-desktop-soname.patch
8b36e565 28Patch1: %{name}-opt.patch
bcd1bb31
SS
29URL: http://gtk-sharp.sourceforge.net/
30BuildRequires: autoconf
31BuildRequires: automake
8b36e565
JB
32BuildRequires: dotnet-gnome-sharp-devel >= %{gnomesharp_ver}
33BuildRequires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
34BuildRequires: gnome-desktop2-devel >= %{gnome_ver}
35%if %{with gnomepanel}
36BuildRequires: gnome-panel-devel >= %{gnome_ver}
37BuildRequires: gnome-panel-devel < 3
38%endif
4e9cff31 39BuildRequires: gtk+2-devel >= 2:2.14.0
8b36e565
JB
40BuildRequires: gtkhtml3-devel >= %{gtkhtml_ver}
41BuildRequires: gtksourceview2-devel >= %{gtksourceview_ver}
42BuildRequires: libgnomeprintui-devel >= %{libgnomeprint_ver}
43BuildRequires: librsvg-devel >= %{librsvg_ver}
bcd1bb31 44BuildRequires: libtool
8b36e565 45BuildRequires: libwnck2-devel >= %{gnome_ver}
bcd1bb31
SS
46BuildRequires: mono-csharp >= 1.1.16.1
47BuildRequires: monodoc >= 1.1.16
8b36e565 48%{?with_nautilusburn:BuildRequires: nautilus-cd-burner-devel >= %{nautilusburn_ver}}
bcd1bb31
SS
49BuildRequires: pkgconfig
50BuildRequires: rpm-perlprov
51BuildRequires: rpmbuild(monoautodeps)
8b36e565
JB
52BuildRequires: vte0-devel >= %{vte_ver}
53%{!?with_nautilusburn:BuildConflicts: nautilus-cd-burner-devel}
c161a7c9 54Requires: gnome-desktop2 >= 2.30
bcd1bb31
SS
55BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
56
57%description
34e800af
JB
58This package provides .NET bindings for some of the GNOME desktop
59libraries.
bcd1bb31
SS
60
61%description -l pl.UTF-8
34e800af
JB
62Pakiet ten dostarcza wiązania niektórych bibliotek GNOME desktop dla
63.NET.
bcd1bb31
SS
64
65%package devel
8b36e565
JB
66Summary: Development files for GnomeDesktop# library
67Summary(pl.UTF-8): Pliki programistyczne biblioteki GnomeDesktop#
bcd1bb31
SS
68Group: Development/Libraries
69Requires: %{name} = %{version}-%{release}
8b36e565
JB
70Requires: dotnet-gnome-sharp-devel >= %{gnomesharp_ver}
71Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
bcd1bb31
SS
72
73%description devel
8b36e565 74Development files for GnomeDesktop# library.
bcd1bb31
SS
75
76%description devel -l pl.UTF-8
8b36e565 77Pliki programistyczne biblioteki GnomeDesktop#.
bcd1bb31
SS
78
79%package static
d13f6b88
MB
80Summary: Static GNOMEDesktop# libraries
81Summary(pl.UTF-8): Biblioteki statyczne GNOMEDesktop#
bcd1bb31
SS
82Group: Development/Libraries
83Requires: %{name}-devel = %{version}-%{release}
84
85%description static
d13f6b88 86Static GNOMEDesktop# libraries.
bcd1bb31
SS
87
88%description static -l pl.UTF-8
d13f6b88 89Biblioteki statyczne GNOMEDesktop#.
bcd1bb31 90
8b36e565
JB
91%package -n dotnet-gnome-panel-sharp
92Summary: GnomePanel# - .NET binding for libpanelapplet library
93Summary(pl.UTF-8): GnomePanel# - wiązanie .NET do biblioteki libpanelapplet
94Group: Libraries
95Requires: dotnet-gtk-sharp2 >= %{gtksharp_ver}
96Requires: gnome-panel-devel >= %{gnome_ver}
97Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
98
99%description -n dotnet-gnome-panel-sharp
100GnomePanel# - .NET binding for libpanelapplet library.
101
102%description -n dotnet-gnome-panel-sharp -l pl.UTF-8
103GnomePanel# - wiązanie .NET do biblioteki libpanelapplet.
104
105%package -n dotnet-gnome-panel-sharp-devel
106Summary: Development files for GnomePanel# library
107Summary(pl.UTF-8): Pliki programistyczne biblioteki GnomePanel#
108Group: Development/Libraries
109Requires: dotnet-gnome-panel-sharp = %{version}-%{release}
110Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
111
112%description -n dotnet-gnome-panel-sharp-devel
113Development files for GnomePanel# library.
114
115%description -n dotnet-gnome-panel-sharp-devel -l pl.UTF-8
116Pliki programistyczne biblioteki GnomePanel#.
117
118%package -n dotnet-gnome-panel-sharp-static
119Summary: Static GnomePanel# glue library
120Summary(pl.UTF-8): Statyczna biblioteka sklejająca GnomePanel#
121Group: Development/Libraries
122Requires: dotnet-gnome-panel-sharp-devel = %{version}-%{release}
123Obsoletes: dotnet-gnome-desktop-sharp-static
124
125%description -n dotnet-gnome-panel-sharp-static
126Static GnomePanel# glue library.
127
128%description -n dotnet-gnome-panel-sharp-static -l pl.UTF-8
129Statyczna biblioteka sklejająca GnomePanel#.
130
131%package -n dotnet-gnome-print-sharp
132Summary: GnomePrint# - .NET binding for libgnomeprint libraries
133Summary(pl.UTF-8): GnomePrint# - wiązanie .NET do bibliotek libgnomeprint
134Group: Libraries
135Requires: dotnet-gtk-sharp2 >= %{gtksharp_ver}
136Requires: libgnomeprintui >= %{libgnomeprint_ver}
137Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
138
139%description -n dotnet-gnome-print-sharp
140GnomePrint# - .NET binding for libgnomeprint and libgnomeprintui
141libraries.
142
143%description -n dotnet-gnome-print-sharp -l pl.UTF-8
144GnomePrint# - wiązanie .NET do bibliotek libgnomeprint oraz
145libgnomeprintui.
146
147%package -n dotnet-gnome-print-sharp-devel
148Summary: Development files for GnomePrint# library
149Summary(pl.UTF-8): Pliki programistyczne biblioteki GnomePrint#
150Group: Development/Libraries
151Requires: dotnet-gnome-print-sharp = %{version}-%{release}
152Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
153
154%description -n dotnet-gnome-print-sharp-devel
155Development files for GnomePrint# library.
156
157%description -n dotnet-gnome-print-sharp-devel -l pl.UTF-8
158Pliki programistyczne biblioteki GnomePrint#.
159
160%package -n dotnet-gtkhtml-sharp
161Summary: Gtkhtml# - .NET binding for Gtkhtml library
162Summary(pl.UTF-8): Gtkhtml# - wiązanie .NET do biblioteki Gtkhtml
163Group: Libraries
164Requires: dotnet-gtk-sharp2 >= %{gtksharp_ver}
165Requires: gtkhtml3-devel >= %{gtkhtml_ver}
166Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
167
168%description -n dotnet-gtkhtml-sharp
169Gtkhtml# - .NET binding for Gtkhtml library.
170
171%description -n dotnet-gtkhtml-sharp -l pl.UTF-8
172Gtkhtml# - wiązanie .NET do biblioteki Gtkhtml.
173
174%package -n dotnet-gtkhtml-sharp-devel
175Summary: Development files for Gtkhtml# library
176Summary(pl.UTF-8): Pliki programistyczne biblioteki Gtkhtml#
177Group: Development/Libraries
178Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
179Requires: dotnet-gtkhtml-sharp = %{version}-%{release}
180
181%description -n dotnet-gtkhtml-sharp-devel
182Development files for Gtkhtml# library.
183
184%description -n dotnet-gtkhtml-sharp-devel -l pl.UTF-8
185Pliki programistyczne biblioteki Gtkhtml#.
186
187%package -n dotnet-gtkhtml-sharp-static
188Summary: Static Gtkhtml# glue library
189Summary(pl.UTF-8): Statyczna biblioteka sklejająca Gtkhtml#
190Group: Development/Libraries
191Requires: dotnet-gtkhtml-sharp-devel = %{version}-%{release}
192Obsoletes: dotnet-gnome-desktop-sharp-static
193
194%description -n dotnet-gtkhtml-sharp-static
195Static Gtkhtml# glue library.
196
197%description -n dotnet-gtkhtml-sharp-static -l pl.UTF-8
198Statyczna biblioteka sklejająca Gtkhtml#.
199
200%package -n dotnet-gtksourceview2-sharp
201Summary: GtkSourceView# - .NET binding for gtksourceview library
202Summary(pl.UTF-8): GtkSourceView# - wiązanie .NET do biblioteki gtksourceview
203Group: Libraries
204Requires: dotnet-gtk-sharp2 >= %{gtksharp_ver}
205Requires: gtksourceview2 >= %{gtksourceview_ver}
206Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
207
208%description -n dotnet-gtksourceview2-sharp
209GtkSourceView# - .NET binding for gtksourceview library.
210
211%description -n dotnet-gtksourceview2-sharp -l pl.UTF-8
212GtkSourceView# - wiązanie .NET do biblioteki gtksourceview.
213
214%package -n dotnet-gtksourceview2-sharp-devel
215Summary: Development files for GtkSourceView# library
216Summary(pl.UTF-8): Pliki programistyczne biblioteki GtkSourceView#
217Group: Development/Libraries
218Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
219Requires: dotnet-gtksourceview2-sharp = %{version}-%{release}
220
221%description -n dotnet-gtksourceview2-sharp-devel
222Development files for GtkSourceView# library.
223
224%description -n dotnet-gtksourceview2-sharp-devel -l pl.UTF-8
225Pliki programistyczne biblioteki GtkSourceView#.
226
227%package -n dotnet-gtksourceview2-sharp-static
228Summary: Static GtkSourceView# glue library
229Summary(pl.UTF-8): Statyczna biblioteka sklejająca GtkSourceView#
230Group: Development/Libraries
231Requires: dotnet-gtksourceview2-sharp-devel = %{version}-%{release}
232Obsoletes: dotnet-gnome-desktop-sharp-static
233
234%description -n dotnet-gtksourceview2-sharp-static
235Static GtkSourceView# glue library.
236
237%description -n dotnet-gtksourceview2-sharp-static -l pl.UTF-8
238Statyczna biblioteka sklejająca GtkSourceView#.
239
240%package -n dotnet-nautilusburn-sharp
241Summary: NautilusBurn# - .NET binding for libnautilus-burn library
242Summary(pl.UTF-8): NautilusBurn# - wiązanie .NET do biblioteki libnautilus-burn
243Group: Libraries
244Requires: nautilus-cd-burner-libs >= %{nautilusburn_ver}
245Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
246
247%description -n dotnet-nautilusburn-sharp
248NautilusBurn# - .NET binding for libnautilus-burn library.
249
250%description -n dotnet-nautilusburn-sharp -l pl.UTF-8
251NautilusBurn# - wiązanie .NET do biblioteki libnautilus-burn.
252
253%package -n dotnet-nautilusburn-sharp-devel
254Summary: Development files for NautilusBurn# library
255Summary(pl.UTF-8): Pliki programistyczne biblioteki NautilusBurn#
256Group: Development/Libraries
257Requires: dotnet-nautilusburn-sharp = %{version}-%{release}
258
259%description -n dotnet-nautilusburn-sharp-devel
260Development files for NautilusBurn# library.
261
262%description -n dotnet-nautilusburn-sharp-devel -l pl.UTF-8
263Pliki programistyczne biblioteki NautilusBurn#.
264
265%package -n dotnet-nautilusburn-sharp-static
266Summary: Static NautilusBurn# glue library
267Summary(pl.UTF-8): Statyczna biblioteka sklejająca NautilusBurn#
268Group: Development/Libraries
269Requires: dotnet-nautilusburn-sharp-devel = %{version}-%{release}
270Obsoletes: dotnet-gnome-desktop-sharp-static
271
272%description -n dotnet-nautilusburn-sharp-static
273Static NautilusBurn# glue library.
274
275%description -n dotnet-nautilusburn-sharp-static -l pl.UTF-8
276Statyczna biblioteka sklejająca NautilusBurn#.
277
278%package -n dotnet-rsvg2-sharp
279Summary: Rsvg# - .NET binding for librsvg library
280Summary(pl.UTF-8): Rsvg# - wiązanie .NET do biblioteki librsvg
281Group: Libraries
282Requires: librsvg >= %{librsvg_ver}
283Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
284
285%description -n dotnet-rsvg2-sharp
286Rsvg# - .NET binding for librsvg library.
287
288%description -n dotnet-rsvg2-sharp -l pl.UTF-8
289Rsvg# - wiązanie .NET do biblioteki librsvg.
290
291%package -n dotnet-rsvg2-sharp-devel
292Summary: Development files for Rsvg# library
293Summary(pl.UTF-8): Pliki programistyczne biblioteki Rsvg#
294Group: Development/Libraries
295Requires: dotnet-rsvg2-sharp = %{version}-%{release}
296
297%description -n dotnet-rsvg2-sharp-devel
298Development files for Rsvg# library.
299
300%description -n dotnet-rsvg2-sharp-devel -l pl.UTF-8
301Pliki programistyczne biblioteki Rsvg#.
302
303%package -n dotnet-vte-sharp
304Summary: Vte# - .NET binding for libvte library
305Summary(pl.UTF-8): Vte# - wiązanie .NET do biblioteki libvte
306Group: Libraries
307Requires: dotnet-gtk-sharp2 >= %{gtksharp_ver}
308Requires: vte0 >= %{vte_ver}
309Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
310
311%description -n dotnet-vte-sharp
312Vte# - .NET binding for libvte library.
313
314%description -n dotnet-vte-sharp -l pl.UTF-8
315Vte# - wiązanie .NET do biblioteki libvte.
316
317%package -n dotnet-vte-sharp-devel
318Summary: Development files for Vte# library
319Summary(pl.UTF-8): Pliki programistyczne biblioteki Vte#
320Group: Development/Libraries
321Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
322Requires: dotnet-vte-sharp = %{version}-%{release}
323
324%description -n dotnet-vte-sharp-devel
325Development files for Vte# library.
326
327%description -n dotnet-vte-sharp-devel -l pl.UTF-8
328Pliki programistyczne biblioteki Vte#.
329
330%package -n dotnet-vte-sharp-static
331Summary: Static Vte# glue library
332Summary(pl.UTF-8): Statyczna biblioteka sklejająca Vte#
333Group: Development/Libraries
334Requires: dotnet-vte-sharp-devel = %{version}-%{release}
335Obsoletes: dotnet-gnome-desktop-sharp-static
336
337%description -n dotnet-vte-sharp-static
338Static Vte# glue library.
339
340%description -n dotnet-vte-sharp-static -l pl.UTF-8
341Statyczna biblioteka sklejająca Vte#.
342
343%package -n dotnet-wnck-sharp
344Summary: Wnck# - .NET binding for libwnck library
345Summary(pl.UTF-8): Wnck# - wiązanie .NET do biblioteki libwnck
346Group: Libraries
347Requires: dotnet-gtk-sharp2 >= %{gtksharp_ver}
348Requires: libwnck2 >= %{gnome_ver}
349Conflicts: dotnet-gnome-desktop-sharp < 2.26.0-7
350
351%description -n dotnet-wnck-sharp
352Wnck# - .NET binding for libwnck library.
353
354%description -n dotnet-wnck-sharp -l pl.UTF-8
355Wnck# - wiązanie .NET do biblioteki libwnck.
356
357%package -n dotnet-wnck-sharp-devel
358Summary: Development files for Wnck# library
359Summary(pl.UTF-8): Pliki programistyczne biblioteki Wnck#
360Group: Development/Libraries
361Requires: dotnet-gtk-sharp2-devel >= %{gtksharp_ver}
362Requires: dotnet-wnck-sharp = %{version}-%{release}
363
364%description -n dotnet-wnck-sharp-devel
365Development files for Wnck# library.
366
367%description -n dotnet-wnck-sharp-devel -l pl.UTF-8
368Pliki programistyczne biblioteki Wnck#.
369
370%package -n dotnet-wnck-sharp-static
371Summary: Static Wnck# glue library
372Summary(pl.UTF-8): Statyczna biblioteka sklejająca Wnck#
373Group: Development/Libraries
374Requires: dotnet-wnck-sharp-devel = %{version}-%{release}
375Obsoletes: dotnet-gnome-desktop-sharp-static
376
377%description -n dotnet-wnck-sharp-static
378Static Wnck# glue library.
379
380%description -n dotnet-wnck-sharp-static -l pl.UTF-8
381Statyczna biblioteka sklejająca Wnck#.
382
bcd1bb31
SS
383%prep
384%setup -q -n gnome-desktop-sharp-%{version}
723351e8 385%patch0 -p1
8b36e565 386%patch1 -p1
bcd1bb31
SS
387
388%build
389%{__libtoolize}
390%{__aclocal}
4e9cff31 391%{__autoconf}
bcd1bb31
SS
392%{__autoheader}
393%{__automake}
bcd1bb31
SS
394%configure
395%{__make}
396
397%install
398rm -rf $RPM_BUILD_ROOT
399
400%{__make} install \
401 DESTDIR=$RPM_BUILD_ROOT \
402 monodocdir=%{_libdir}/monodoc/sources
403
404%clean
405rm -rf $RPM_BUILD_ROOT
406
8b36e565
JB
407%post -n dotnet-gnome-panel-sharp -p /sbin/ldconfig
408%postun -n dotnet-gnome-panel-sharp -p /sbin/ldconfig
409
410%post -n dotnet-gtkhtml-sharp -p /sbin/ldconfig
411%postun -n dotnet-gtkhtml-sharp -p /sbin/ldconfig
412
413%post -n dotnet-gtksourceview2-sharp -p /sbin/ldconfig
414%postun -n dotnet-gtksourceview2-sharp -p /sbin/ldconfig
415
416%post -n dotnet-nautilusburn-sharp -p /sbin/ldconfig
417%postun -n dotnet-nautilusburn-sharp -p /sbin/ldconfig
418
419%post -n dotnet-vte-sharp -p /sbin/ldconfig
420%postun -n dotnet-vte-sharp -p /sbin/ldconfig
421
422%post -n dotnet-wnck-sharp -p /sbin/ldconfig
423%postun -n dotnet-wnck-sharp -p /sbin/ldconfig
bcd1bb31
SS
424
425%files
426%defattr(644,root,root,755)
8b36e565 427%doc AUTHORS ChangeLog NEWS README
bcd1bb31 428%{_prefix}/lib/mono/gac/gnomedesktop-sharp
bcd1bb31
SS
429
430%files devel
431%defattr(644,root,root,755)
bcd1bb31 432%{_prefix}/lib/mono/gnomedesktop-sharp-2.20
34e800af 433%{_datadir}/gnomedesktop-sharp
34e800af 434%{_pkgconfigdir}/gnome-desktop-sharp-2.0.pc
8b36e565
JB
435
436%if %{with gnomepanel}
437%files -n dotnet-gnome-panel-sharp
438%defattr(644,root,root,755)
439%attr(755,root,root) %{_libdir}/libgnomepanelsharpglue-2.so
440%{_libdir}/libgnomepanelsharpglue-2.la
441%{_prefix}/lib/mono/gac/gnome-panel-sharp
442
443%files -n dotnet-gnome-panel-sharp-devel
444%defattr(644,root,root,755)
445%{_prefix}/lib/mono/gnome-panel-sharp-2.24
446%{_pkgconfigdir}/gnome-panel-sharp-2.24.pc
447
448%files -n dotnet-gnome-panel-sharp-static
449%defattr(644,root,root,755)
450%{_libdir}/libgnomepanelsharpglue-2.a
451%endif
452
453%files -n dotnet-gnome-print-sharp
454%defattr(644,root,root,755)
455%{_prefix}/lib/mono/gac/gnome-print-sharp
456
457%files -n dotnet-gnome-print-sharp-devel
458%defattr(644,root,root,755)
459%{_prefix}/lib/mono/gnome-print-sharp-2.18
460%{_datadir}/gnome-print-sharp
4e9cff31 461%{_pkgconfigdir}/gnome-print-sharp-2.18.pc
8b36e565
JB
462
463%files -n dotnet-gtkhtml-sharp
464%defattr(644,root,root,755)
465%attr(755,root,root) %{_libdir}/libgtkhtmlsharpglue-2.so
466%{_libdir}/libgtkhtmlsharpglue-2.la
467%{_prefix}/lib/mono/gac/gtkhtml-sharp
468
469%files -n dotnet-gtkhtml-sharp-devel
470%defattr(644,root,root,755)
471%{_prefix}/lib/mono/gtkhtml-sharp-3.14
472%{_datadir}/gtkhtml-sharp
473%{_pkgconfigdir}/gtkhtml-sharp-3.14.pc
474
475%files -n dotnet-gtkhtml-sharp-static
476%defattr(644,root,root,755)
477%{_libdir}/libgtkhtmlsharpglue-2.a
478
479%files -n dotnet-gtksourceview2-sharp
480%defattr(644,root,root,755)
481%attr(755,root,root) %{_libdir}/libgtksourceview2sharpglue-2.so
482%{_libdir}/libgtksourceview2sharpglue-2.la
483%{_prefix}/lib/mono/gac/gtksourceview2-sharp
484
485%files -n dotnet-gtksourceview2-sharp-devel
486%defattr(644,root,root,755)
487%{_prefix}/lib/mono/gtksourceview2-sharp-2.0
488%{_datadir}/gtksourceview2-sharp
34e800af 489%{_pkgconfigdir}/gtksourceview2-sharp.pc
8b36e565
JB
490
491%files -n dotnet-gtksourceview2-sharp-static
492%defattr(644,root,root,755)
493%{_libdir}/libgtksourceview2sharpglue-2.a
494
495%if %{with nautilusburn}
496%files -n dotnet-nautilusburn-sharp
497%defattr(644,root,root,755)
498%attr(755,root,root) %{_libdir}/libnautilusburnsharpglue-2.so
499%{_libdir}/libnautilusburnsharpglue-2.la
500%{_prefix}/lib/mono/gac/nautilusburn-sharp
501
502%files -n dotnet-nautilusburn-sharp-devel
503%defattr(644,root,root,755)
504%{_prefix}/lib/mono/nautilusburn-sharp
505%{_datadir}/nautilusburn-sharp
506%{_pkgconfigdir}/nautilusburn-sharp.pc
507
508%files -n dotnet-nautilusburn-sharp-static
509%defattr(644,root,root,755)
510%{_libdir}/libnautilusburnsharpglue-2.a
511%endif
512
513%files -n dotnet-rsvg2-sharp
514%defattr(644,root,root,755)
515%{_prefix}/lib/mono/gac/rsvg2-sharp
516
517%files -n dotnet-rsvg2-sharp-devel
518%defattr(644,root,root,755)
519%{_prefix}/lib/mono/rsvg2-sharp-2.0
520%{_datadir}/rsvg2-sharp
34e800af 521%{_pkgconfigdir}/rsvg2-sharp-2.0.pc
8b36e565
JB
522
523%files -n dotnet-vte-sharp
524%defattr(644,root,root,755)
525%attr(755,root,root) %{_libdir}/libvtesharpglue-2.so
526%{_libdir}/libvtesharpglue-2.la
527%{_prefix}/lib/mono/gac/vte-sharp
528
529%files -n dotnet-vte-sharp-devel
530%defattr(644,root,root,755)
531%{_prefix}/lib/mono/vte-sharp-0.16
532%{_datadir}/vte-sharp
34e800af 533%{_pkgconfigdir}/vte-sharp-0.16.pc
8b36e565
JB
534
535%files -n dotnet-vte-sharp-static
536%defattr(644,root,root,755)
537%{_libdir}/libvtesharpglue-2.a
538
539%files -n dotnet-wnck-sharp
540%defattr(644,root,root,755)
541%attr(755,root,root) %{_libdir}/libwncksharpglue-2.so
542%{_libdir}/libwncksharpglue-2.la
543%{_prefix}/lib/mono/gac/wnck-sharp
544
545%files -n dotnet-wnck-sharp-devel
546%defattr(644,root,root,755)
547%{_prefix}/lib/mono/wnck-sharp-2.20
548%{_datadir}/wnck-sharp
34e800af 549%{_pkgconfigdir}/wnck-sharp-1.0.pc
bcd1bb31 550
8b36e565 551%files -n dotnet-wnck-sharp-static
bcd1bb31 552%defattr(644,root,root,755)
4e9cff31 553%{_libdir}/libwncksharpglue-2.a
This page took 0.213317 seconds and 4 git commands to generate.