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