Lines 3-14
Link Here
|
3 |
%define version 0.23.4 |
3 |
%define version 0.23.4 |
4 |
%define source_name %base_name |
4 |
%define source_name %base_name |
5 |
%define source_version %version |
5 |
%define source_version %version |
6 |
%define release alt1 |
6 |
%define release alt1.64bit |
7 |
|
7 |
|
8 |
# QT bindings are broken at the moment |
8 |
# QT bindings are broken at the moment |
9 |
%def_enable qt |
9 |
%def_enable qt |
10 |
%def_disable static |
10 |
%def_disable static |
11 |
|
11 |
|
|
|
12 |
%ifarch x86_64 |
13 |
%def_disable mono |
14 |
%else |
15 |
%def_enable mono |
16 |
%endif |
17 |
|
12 |
%if_enabled qt |
18 |
%if_enabled qt |
13 |
%def_with cvs_dbusqt |
19 |
%def_with cvs_dbusqt |
14 |
%if_with cvs_dbusqt |
20 |
%if_with cvs_dbusqt |
Lines 215-220
Link Here
|
215 |
|
221 |
|
216 |
This package contains GCJ bindings (shared libs) for D-BUS |
222 |
This package contains GCJ bindings (shared libs) for D-BUS |
217 |
|
223 |
|
|
|
224 |
%if_enabled mono |
218 |
%package -n lib%name-mono |
225 |
%package -n lib%name-mono |
219 |
Summary: Mono bindings for D-BUS |
226 |
Summary: Mono bindings for D-BUS |
220 |
Group: Development/Other |
227 |
Group: Development/Other |
Lines 236-241
Link Here
|
236 |
%descr_en |
243 |
%descr_en |
237 |
|
244 |
|
238 |
This package contains Mono bindings documentation for D-BUS in Monodoc format |
245 |
This package contains Mono bindings documentation for D-BUS in Monodoc format |
|
|
246 |
%endif |
239 |
|
247 |
|
240 |
%setup_python_subpackage dbus |
248 |
%setup_python_subpackage dbus |
241 |
%package -n %packagename |
249 |
%package -n %packagename |
Lines 285-292
Link Here
|
285 |
--enable-gcj \ |
293 |
--enable-gcj \ |
286 |
--enable-glib \ |
294 |
--enable-glib \ |
287 |
--enable-gtk \ |
295 |
--enable-gtk \ |
|
|
296 |
%if_enabled mono |
288 |
--enable-mono \ |
297 |
--enable-mono \ |
289 |
--enable-mono-docs \ |
298 |
--enable-mono-docs \ |
|
|
299 |
%endif |
290 |
--enable-python \ |
300 |
--enable-python \ |
291 |
--enable-xml-docs \ |
301 |
--enable-xml-docs \ |
292 |
--with-x \ |
302 |
--with-x \ |
Lines 428-451
Link Here
|
428 |
%_libdir/libdbus-gcj-1.so* |
438 |
%_libdir/libdbus-gcj-1.so* |
429 |
%_datadir/java/* |
439 |
%_datadir/java/* |
430 |
|
440 |
|
431 |
|
441 |
%if_enabled mono |
432 |
%files -n lib%name-mono |
442 |
%files -n lib%name-mono |
433 |
%doc mono/example/*cs |
443 |
%doc mono/example/*cs |
434 |
%doc mono/example/Makefile |
444 |
%doc mono/example/Makefile |
435 |
%_libdir/mono |
445 |
%_libdir/mono |
436 |
%_libdir/pkgconfig/dbus-sharp.pc |
446 |
%_libdir/pkgconfig/dbus-sharp.pc |
437 |
|
447 |
|
438 |
|
|
|
439 |
%files -n lib%name-monodoc |
448 |
%files -n lib%name-monodoc |
440 |
%docdir %_libdir/monodoc/sources |
449 |
%docdir %_libdir/monodoc/sources |
441 |
%_libdir/monodoc/sources/* |
450 |
%_libdir/monodoc/sources/* |
442 |
|
451 |
%endif |
443 |
|
452 |
|
444 |
%files -n %packagename |
453 |
%files -n %packagename |
445 |
%_libdir/python%__python_version/site-packages/dbus*.py* |
454 |
%_libdir/python%__python_version/site-packages/dbus*.py* |
446 |
%_libdir/python%__python_version/site-packages/dbus*.so |
455 |
%_libdir/python%__python_version/site-packages/dbus*.so |
447 |
|
456 |
|
448 |
%changelog |
457 |
%changelog |
|
|
458 |
* Tue Jun 28 2005 Anton D. Kachalov <mouse@altlinux.org> 0.23.4-alt1.64bit |
459 |
- disable mono for x86_64 |
460 |
|
449 |
* Fri May 13 2005 Anton Farygin <rider@altlinux.ru> 0.23.4-alt1 |
461 |
* Fri May 13 2005 Anton Farygin <rider@altlinux.ru> 0.23.4-alt1 |
450 |
- updated to new version |
462 |
- updated to new version |
451 |
- gui tools moved from dbus-tools to dbus-tools-gui |
463 |
- gui tools moved from dbus-tools to dbus-tools-gui |