]> git.pld-linux.org Git - packages/avahi.git/blob - avahi.spec
a504bf9169415b10f58d0640bbce93f569412ca9
[packages/avahi.git] / avahi.spec
1 #
2 # Conditional build:
3 %bcond_without  dotnet          # build without dotnet bindings
4 %bcond_without  qt              # build without (any) qt bindings
5 %bcond_without  qt3             # build without qt3 bindings
6 %bcond_without  qt4             # build without qt4 bindings
7 #
8 %if %{without qt}
9 %undefine       with_qt3
10 %undefine       with_qt4
11 %endif
12 %include /usr/lib/rpm/macros.mono
13 #
14 Summary:        Free mDNS/DNS-SD implementation
15 Summary(pl):    Wolna implementacja mDNS/DNS-SD
16 Name:           avahi
17 Version:        0.6.10
18 Release:        1
19 License:        GPL v.2/LGPL
20 Group:          Applications
21 Source0:        http://avahi.org/download/%{name}-%{version}.tar.gz
22 # Source0-md5:  cfb9e05c138dff4c430a35eee6229e8a
23 Source1:        %{name}-daemon
24 Source2:        %{name}-dnsconfd
25 Source3:        %{name}.png
26 Patch0:         %{name}-desktop.patch
27 Patch1:         %{name}-glade.patch
28 Patch2:         %{name}-destdir.patch
29 URL:            http://avahi.org/
30 BuildRequires:  autoconf
31 BuildRequires:  automake
32 BuildRequires:  dbus-devel >= 0.34
33 BuildRequires:  doxygen
34 BuildRequires:  expat-devel
35 BuildRequires:  gdbm-devel
36 BuildRequires:  glib2-devel >= 1:2.4.0
37 BuildRequires:  graphviz
38 BuildRequires:  gtk+2-devel >= 2:2.4.0
39 BuildRequires:  libdaemon-devel >= 0.5
40 BuildRequires:  libglade2-devel >= 1:2.5.1-5
41 BuildRequires:  libtool
42 %if %{with dotnet}
43 BuildRequires:  mono-csharp
44 BuildRequires:  monodoc
45 %endif
46 BuildRequires:  pkgconfig
47 BuildRequires:  python-dbus
48 BuildRequires:  python-pygtk-devel
49 %if %{with qt3}
50 BuildRequires:  qt-devel >= 3.0
51 %endif
52 %if %{with qt4}
53 BuildRequires:  QtCore-devel
54 BuildRequires:  qt4-build
55 %endif
56 BuildRequires:  rpmbuild(macros) >= 1.228
57 Requires(post,preun):   /sbin/chkconfig
58 Requires:       dbus >= 0.60-2
59 Requires:       %{name}-libs = %{version}-%{release}
60 Provides:       group(avahi)
61 Provides:       user(avahi)
62 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
63
64 %description
65 Avahi is an implementation the DNS Service Discovery and Multicast DNS
66 specifications for Zeroconf Computing. It uses D-BUS for communication
67 between user applications and a system daemon.
68
69 %description -l pl
70 Avahi jest implementacj± specyfikacji DNS Service Discovery i
71 Multicast DNS dla Zeroconf Computing. U¿ywa D-BUSa dla komunikacji
72 pomiêdzy programami u¿ytkownika a demonem systemowym.
73
74 %package libs
75 Summary:        Avahi client, common and core libraries
76 Summary(pl):    Biblioteki Avahi: klienta, wspólna i g³ówna
77 Group:          Libraries
78
79 %description libs
80 Avahi client, common and core libraries.
81
82 %description libs -l pl
83 Biblioteki Avahi: klienta, wspólna i g³ówna.
84
85 %package devel
86 Summary:        Header files for Avahi library
87 Summary(pl):    Pliki nag³ówkowe biblioteki Avahi
88 Group:          Development/Libraries
89 Requires:       %{name}-libs = %{version}-%{release}
90 Requires:       dbus-devel
91 Requires:       expat-devel
92 Requires:       libdaemon-devel >= 0.5
93
94 %description devel
95 This is the package containing the header files for Avahi library.
96
97 %description devel -l pl
98 Ten pakiet zawiera pliki nag³ówkowe biblioteki Avahi.
99
100 %package static
101 Summary:        Static Avahi library
102 Summary(pl):    Statyczna biblioteka Avahi
103 Group:          Development/Libraries
104 Requires:       %{name}-devel = %{version}-%{release}
105
106 %description static
107 Static Avahi library.
108
109 %description static -l pl
110 Statyczna biblioteka Avahi.
111
112 %package compat-libdns_sd
113 Summary:        Avahi Bonjour compat library
114 Summary(pl):    Biblioteka Avahi zgodna z Bonjour
115 Group:          Libraries
116 Provides:       mdns-bonjour
117 Obsoletes:      mDNSResponder-libs
118
119 %description compat-libdns_sd
120 Avahi Bonjour compat library.
121
122 %description compat-libdns_sd -l pl
123 Biblioteka Avahi zgodna z Bonjour.
124
125 %package compat-libdns_sd-devel
126 Summary:        Header files for Avahi Bonjour compat library
127 Summary(pl):    Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Bonjour
128 Group:          Development/Libraries
129 Requires:       %{name}-compat-libdns_sd = %{version}-%{release}
130 Requires:       %{name}-devel = %{version}-%{release}
131 Provides:       mdns-bonjour-devel
132 Obsoletes:      mDNSResponder-devel
133
134 %description compat-libdns_sd-devel
135 Header files for Avahi Bonjour compat library.
136
137 %description compat-libdns_sd-devel -l pl
138 Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Bonjour.
139
140 %package compat-libdns_sd-static
141 Summary:        Static Avahi Bonjour compat library
142 Summary(pl):    Statyczna biblioteka Avahi zgodna z Bonjour
143 Group:          Development/Libraries
144 Requires:       %{name}-compat-libdns_sd-devel = %{version}-%{release}
145 Provides:       mdns-bonjour-static
146
147 %description compat-libdns_sd-static
148 Static Avahi Bonjour compat library.
149
150 %description compat-libdns_sd-static -l pl
151 Statyczna biblioteka Avahi zgodna z Bonjour.
152
153 %package compat-howl
154 Summary:        Avahi Howl compat library
155 Summary(pl):    Biblioteka Avahi zgodna z Howl
156 Group:          Libraries
157 Provides:       mdns-howl-libs
158 Obsoletes:      howl-libs
159
160 %description compat-howl
161 Avahi Howl compat library.
162
163 %description compat-howl -l pl
164 Biblioteka Avahi zgodna z Howl.
165
166 %package compat-howl-devel
167 Summary:        Header files for Avahi Howl compat library
168 Summary(pl):    Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Howl
169 Group:          Development/Libraries
170 Requires:       %{name}-compat-howl = %{version}-%{release}
171 Requires:       %{name}-devel = %{version}-%{release}
172 Provides:       mdns-howl-devel
173 Obsoletes:      howl-devel
174
175 %description compat-howl-devel
176 Header files for Avahi Howl compat library.
177
178 %description compat-howl-devel -l pl
179 Pliki nag³ówkowe wi±zañ Avahi dla biblioteki zgodnej z Howl.
180
181 %package compat-howl-static
182 Summary:        Static Avahi Howl compat library
183 Summary(pl):    Statyczna biblioteka Avahi zgodna z Howl
184 Group:          Development/Libraries
185 Requires:       %{name}-compat-howl-devel = %{version}-%{release}
186 Provides:       mdns-howl-static
187 Obsoletes:      howl-static
188
189 %description compat-howl-static
190 Static Avahi Howl compat library.
191
192 %description compat-howl-static -l pl
193 Statyczna biblioteka Avahi zgodna z Howl.
194
195 %package glib
196 Summary:        Avahi GLib library bindings
197 Summary(pl):    Wi±zania Avahi dla bibioteki GLib
198 Group:          Libraries
199
200 %description glib
201 Avahi GLib library bindings.
202
203 %description glib -l pl
204 Wi±zania Avahi dla bibioteki GLib.
205
206 %package glib-devel
207 Summary:        Header files for Avahi GLib library bindings
208 Summary(pl):    Pliki nag³ówkowe wi±zañ Avahi dla biblioteki GLib
209 Group:          Development/Libraries
210 Requires:       %{name}-devel = %{version}-%{release}
211 Requires:       %{name}-glib = %{version}-%{release}
212 Requires:       glib2-devel >= 1:2.4.0
213
214 %description glib-devel
215 This is the package containing the header files for Avahi-glib
216 library.
217
218 %description glib-devel -l pl
219 Ten pakiet zawiera pliki nag³ówkowe biblioteki Avahi-glib.
220
221 %package glib-static
222 Summary:        Static Avahi GLib library
223 Summary(pl):    Statyczna biblioteka Avahi GLib
224 Group:          Development/Libraries
225 Requires:       %{name}-glib-devel = %{version}-%{release}
226
227 %description glib-static
228 Static Avahi GLib library.
229
230 %description glib-static -l pl
231 Statyczna biblioteka Avahi GLib.
232
233 %package qt
234 Summary:        Avahi Qt 3 library bindings
235 Summary(pl):    Wi±zania Avahi dla biblioteki Qt 3
236 Group:          Libraries
237 Requires:       %{name}-libs = %{version}-%{release}
238 Obsoletes:      avahi-qt3
239
240 %description qt
241 Avahi Qt 3 library bindings.
242
243 %description qt -l pl
244 Wi±zania Avahi dla biblioteki Qt 3.
245
246 %package qt-devel
247 Summary:        Header files for Avahi Qt 3 library bindings
248 Summary(pl):    Pliki nag³ówkowe wi±zañ Avahi dla biblioteki Qt 3
249 Group:          Development/Libraries
250 Requires:       %{name}-devel = %{version}-%{release}
251 Requires:       %{name}-qt = %{version}-%{release}
252 Requires:       qt-devel >= 3.0
253 Obsoletes:      avahi-qt3-devel
254
255 %description qt-devel
256 Header files for Avahi Qt 3 library bindings.
257
258 %description qt-devel -l pl
259 Pliki nag³ówkowe wi±zañ Avahi dla biblioteki Qt 3.
260
261 %package qt-static
262 Summary:        Static Avahi Qt 3 library
263 Summary(pl):    Statyczna biblioteka Avahi Qt 3
264 Group:          Development/Libraries
265 Requires:       %{name}-qt-devel = %{version}-%{release}
266 Obsoletes:      avahi-qt3-static
267
268 %description qt-static
269 Static Avahi Qt 3 library.
270
271 %description qt-static -l pl
272 Statyczna biblioteka Avahi Qt 3.
273
274 %package Qt
275 Summary:        Avahi Qt 4 library bindings
276 Summary(pl):    Wi±zania Avahi dla biblioteki Qt 4
277 Group:          Libraries
278 Requires:       %{name}-libs = %{version}-%{release}
279
280 %description Qt
281 Avahi Qt 4 library bindings.
282
283 %description Qt -l pl
284 Wi±zania Avahi dla biblioteki Qt 4.
285
286 %package Qt-devel
287 Summary:        Header files for Avahi Qt 3 library bindings
288 Summary(pl):    Pliki nag³ówkowe wi±zañ Avahi dla biblioteki Qt 3
289 Group:          Development/Libraries
290 Requires:       %{name}-devel = %{version}-%{release}
291 Requires:       %{name}-Qt = %{version}-%{release}
292
293 %description Qt-devel
294 Header files for Avahi Qt 4 library bindings.
295
296 %description Qt-devel -l pl
297 Pliki nag³ówkowe wi±zañ Avahi dla biblioteki Qt 4.
298
299 %package Qt-static
300 Summary:        Static Avahi Qt 4 library
301 Summary(pl):    Statyczna biblioteka Avahi Qt 4
302 Group:          Development/Libraries
303 Requires:       %{name}-Qt-devel = %{version}-%{release}
304
305 %description Qt-static
306 Static Avahi Qt 4 library.
307
308 %description Qt-static -l pl
309 Statyczna biblioteka Avahi Qt 4.
310
311 %package -n dotnet-avahi
312 Summary:        Avahi MONO bindings
313 Summary(pl):    Wi±zania Avahi dla MONO
314 Group:          Libraries
315
316 %description -n dotnet-avahi
317 Avahi MONO bindings.
318
319 %description -n dotnet-avahi -l pl
320 Wi±zania Avahi dla MONO.
321
322 %package -n dotnet-avahi-devel
323 Summary:        Development files for MONO Avahi bindings
324 Summary(pl):    Pliki rozwojowe wi±zañ Avahi dla MONO
325 Group:          Development/Libraries
326 Requires:       dotnet-avahi = %{version}-%{release}
327 Requires:       monodoc
328
329 %description -n dotnet-avahi-devel
330 Development files for MONO Avahi bindings.
331
332 %description -n dotnet-avahi-devel -l pl
333 Pliki rozwojowe wi±zañ Avahi dla MONO.
334
335 %package bookmarks
336 Summary:        Miniature web server
337 Summary(pl):    Miniaturowy serwer web
338 Group:          Applications
339
340 %description bookmarks
341 A Python based miniature web server that browses for mDNS/DNS-SD
342 services of type '_http._tcp' (i.e. web sites) and makes them
343 available as HTML links on http://localhost:8080/.
344
345 %description bookmarks -l pl
346 Napisany w Pythonie miniaturowy serwer WWW, pozwalaj±cy na
347 przegl±danie us³ug typu '_http._tcp' (np. stron WWW) i udostêpniaj±cy
348 je jako odno¶niki HTML na http://localhost:8080/.
349
350 %package discover
351 Summary:        Avahi Zeroconf browser
352 Summary(pl):    Przegl±darka Zeroconf Avahi
353 Group:          Applications
354 Requires:       %{name} = %{version}-%{release}
355 Requires:       python-dbus
356 Requires:       python-pygtk-glade
357
358 %description discover
359 A tool for enumerating all available services on the local LAN
360 (python-pygtk implementation).
361
362 %description discover -l pl
363 Narzêdzie wymieniaj±ce wszystkie dostêpne us³ugi w sieci lokalnej LAN
364 (implementacja w python-pygtk).
365
366 %package discover-standalone
367 Summary:        Avahi Zeroconf browser
368 Summary(pl):    Przegl±darka Zeroconf Avahi
369 Group:          Applications
370 Requires:       %{name} = %{version}-%{release}
371 Requires:       python-dbus
372 Requires:       python-pygtk-glade
373
374 %description discover-standalone
375 GTK+ tool for enumerating all available services on the local LAN.
376
377 %description discover-standalone -l pl
378 Narzêdzie GTK+ wymieniaj±ce wszystkie dostêpne us³ugi w sieci lokalnej
379 LAN.
380
381 %package utils
382 Summary:        Avahi CLI utilities
383 Summary(pl):    Narzêdzia CLI Avahi
384 Group:          Applications
385
386 %description utils
387 Command line utilities using avahi-client.
388
389 %description utils -l pl
390 Narzêdzia linii poleceñ korzystaj±ce z avahi-client.
391
392 %prep
393 %setup -q
394 %patch0 -p1
395 %patch1 -p1
396 %patch2 -p1
397
398 %build
399 %{__libtoolize}
400 %{__aclocal} -I common
401 %{__autoconf}
402 %{__autoheader}
403 %{__automake}
404 %configure \
405         --enable-compat-libdns_sd \
406         --enable-compat-howl \
407         --with-distro=none \
408         %{!?with_qt3:--disable-qt3} \
409         %{!?with_qt4:--disable-qt4} \
410         %{!?with_dotnet:--disable-mono} \
411         %{!?with_dotnet:--disable-monodoc}
412 %{__make}
413
414 %install
415 rm -rf $RPM_BUILD_ROOT
416 install -d $RPM_BUILD_ROOT{%{_pixmapsdir},/etc/rc.d/init.d}
417
418 %{__make} install \
419         DESTDIR=$RPM_BUILD_ROOT \
420         pythondir=%{py_sitedir}
421
422 install %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d
423 install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
424
425 ln -sf %{_includedir}/avahi-compat-libdns_sd/dns_sd.h \
426         $RPM_BUILD_ROOT%{_includedir}/dns_sd.h
427
428 ln -sf %{_pkgconfigdir}/avahi-compat-howl.pc \
429         $RPM_BUILD_ROOT%{_pkgconfigdir}/howl.pc
430
431 rm -f $RPM_BUILD_ROOT%{py_sitedir}/avahi/{__init__,SimpleGladeApp}.py
432
433 %clean
434 rm -rf $RPM_BUILD_ROOT
435
436 %pre
437 %groupadd -g 165 -r -f avahi
438 %useradd -u 165 -r -d /usr/share/empty -s /bin/false -c "Avahi daemon" -g avahi avahi
439
440 %post
441 /sbin/chkconfig --add %{name}-daemon
442 %service %{name}-daemon restart
443 /sbin/chkconfig --add %{name}-dnsconfd
444 %service %{name}-dnsconfd restart
445
446 %preun
447 if [ "$1" = "0" ]; then
448         %service -q %{name}-dnsconfd stop
449         /sbin/chkconfig --del %{name}-dnsconfd
450         %service -q %{name}-daemon stop
451         /sbin/chkconfig --del %{name}-daemon
452 fi
453
454 %postun
455 if [ "$1" = "0" ]; then
456         %userremove avahi
457         %groupremove avahi
458 fi
459
460 %post   libs -p /sbin/ldconfig
461 %postun libs -p /sbin/ldconfig
462
463 %post   compat-libdns_sd -p /sbin/ldconfig
464 %postun compat-libdns_sd -p /sbin/ldconfig
465
466 %post   compat-howl -p /sbin/ldconfig
467 %postun compat-howl -p /sbin/ldconfig
468
469 %post   glib -p /sbin/ldconfig
470 %postun glib -p /sbin/ldconfig
471
472 %post   qt -p /sbin/ldconfig
473 %postun qt -p /sbin/ldconfig
474
475 %post   Qt -p /sbin/ldconfig
476 %postun Qt -p /sbin/ldconfig
477
478 %files
479 %defattr(644,root,root,755)
480 %doc docs/AUTHORS docs/COMPAT-LAYERS docs/NEWS docs/README docs/TODO
481
482 %dir %{_sysconfdir}/avahi
483 %dir %{_sysconfdir}/avahi/services
484 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/avahi-daemon.conf
485 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/avahi-dnsconfd.action
486 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/hosts
487 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/services/ssh.service
488 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/*
489
490 %attr(755,root,root) %{_bindir}/avahi-browse
491 %attr(755,root,root) %{_bindir}/avahi-publish
492 %attr(755,root,root) %{_bindir}/avahi-resolve
493
494 %attr(755,root,root) %{_sbindir}/avahi-daemon
495 %attr(755,root,root) %{_sbindir}/avahi-dnsconfd
496
497 %dir %{_datadir}/%{name}
498 %dir %{_datadir}/%{name}/introspection
499 %{_datadir}/%{name}/introspection/*.introspect
500 %{_datadir}/%{name}/avahi-service.dtd
501 %{_datadir}/%{name}/service-types
502 %{_datadir}/%{name}/service-types.db
503
504 %{_mandir}/man*/*
505
506 %attr(754,root,root) /etc/rc.d/init.d/%{name}-daemon
507 %attr(754,root,root) /etc/rc.d/init.d/%{name}-dnsconfd
508
509 %files libs
510 %defattr(644,root,root,755)
511 %attr(755,root,root) %{_libdir}/libavahi-client.so.*.*.*
512 %attr(755,root,root) %{_libdir}/libavahi-common.so.*.*.*
513 %attr(755,root,root) %{_libdir}/libavahi-core.so.*.*.*
514
515 %files devel
516 %defattr(644,root,root,755)
517 %doc docs/API-CHANGES-0.6 docs/DBUS-API docs/HACKING docs/MALLOC
518 %attr(755,root,root) %{_libdir}/libavahi-client.so
519 %attr(755,root,root) %{_libdir}/libavahi-common.so
520 %attr(755,root,root) %{_libdir}/libavahi-core.so
521 %{_libdir}/libavahi-client.la
522 %{_libdir}/libavahi-common.la
523 %{_libdir}/libavahi-core.la
524 %{_includedir}/avahi-client
525 %{_includedir}/avahi-common
526 %{_includedir}/avahi-core
527 %{_pkgconfigdir}/avahi-client.pc
528 %{_pkgconfigdir}/avahi-core.pc
529
530 %files static
531 %defattr(644,root,root,755)
532 %{_libdir}/libavahi-client.a
533 %{_libdir}/libavahi-common.a
534 %{_libdir}/libavahi-core.a
535
536 %files compat-libdns_sd
537 %defattr(644,root,root,755)
538 %attr(755,root,root) %{_libdir}/libdns_sd.so.*.*.*
539
540 %files compat-libdns_sd-devel
541 %defattr(644,root,root,755)
542 %attr(755,root,root) %{_libdir}/libdns_sd.so
543 %{_libdir}/libdns_sd.la
544 %{_includedir}/avahi-compat-libdns_sd
545 %{_includedir}/dns_sd.h
546 %{_pkgconfigdir}/avahi-compat-libdns_sd.pc
547
548 %files compat-libdns_sd-static
549 %defattr(644,root,root,755)
550 %{_libdir}/libdns_sd.a
551
552 %files compat-howl
553 %defattr(644,root,root,755)
554 %attr(755,root,root) %{_libdir}/libhowl.so.*.*.*
555
556 %files compat-howl-devel
557 %defattr(644,root,root,755)
558 %attr(755,root,root) %{_libdir}/libhowl.so
559 %{_libdir}/libhowl.la
560 %{_includedir}/avahi-compat-howl
561 %{_pkgconfigdir}/avahi-compat-howl.pc
562 %{_pkgconfigdir}/howl.pc
563
564 %files compat-howl-static
565 %defattr(644,root,root,755)
566 %{_libdir}/libhowl.a
567
568 %if %{with dotnet}
569 %files -n dotnet-avahi
570 %defattr(644,root,root,755)
571 %{_prefix}/lib/mono/gac/avahi-sharp
572
573 %files -n dotnet-avahi-devel
574 %defattr(644,root,root,755)
575 %{_libdir}/monodoc/sources/avahi-*
576 %{_pkgconfigdir}/avahi-sharp.pc
577 %endif
578
579 %files glib
580 %defattr(644,root,root,755)
581 %attr(755,root,root) %{_libdir}/libavahi-glib.so.*.*.*
582
583 %files glib-devel
584 %defattr(644,root,root,755)
585 %attr(755,root,root) %{_libdir}/libavahi-glib.so
586 %{_libdir}/libavahi-glib.la
587 %{_includedir}/avahi-glib
588 %{_pkgconfigdir}/avahi-glib.pc
589
590 %files glib-static
591 %defattr(644,root,root,755)
592 %{_libdir}/libavahi-glib.a
593
594 %if %{with qt3}
595 %files qt
596 %defattr(644,root,root,755)
597 %attr(755,root,root) %{_libdir}/libavahi-qt3.so.*.*.*
598
599 %files qt-devel
600 %defattr(644,root,root,755)
601 %attr(755,root,root) %{_libdir}/libavahi-qt3.so
602 %{_libdir}/libavahi-qt3.la
603 %{_includedir}/avahi-qt3
604 %{_pkgconfigdir}/avahi-qt3.pc
605
606 %files qt-static
607 %defattr(644,root,root,755)
608 %{_libdir}/libavahi-qt3.a
609 %endif
610
611 %if %{with qt4}
612 %files Qt
613 %defattr(644,root,root,755)
614 %attr(755,root,root) %{_libdir}/libavahi-qt4.so.*.*.*
615
616 %files Qt-devel
617 %defattr(644,root,root,755)
618 %attr(755,root,root) %{_libdir}/libavahi-qt4.so
619 %{_libdir}/libavahi-qt4.la
620 %{_includedir}/avahi-qt4
621 %{_pkgconfigdir}/avahi-qt4.pc
622
623 %files Qt-static
624 %defattr(644,root,root,755)
625 %{_libdir}/libavahi-qt4.a
626 %endif
627
628 %files bookmarks
629 %defattr(644,root,root,755)
630 %attr(755,root,root) %{_bindir}/avahi-bookmarks
631
632 %files discover
633 %defattr(644,root,root,755)
634 %attr(755,root,root) %{_bindir}/avahi-discover
635 # XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
636 %dir %{_datadir}/%{name}/interfaces
637 %{_datadir}/%{name}/interfaces/avahi-discover.glade
638 %{py_sitedir}/avahi
639 %{_desktopdir}/*.desktop
640 %{_pixmapsdir}/avahi.png
641
642 %files discover-standalone
643 %defattr(644,root,root,755)
644 %attr(755,root,root) %{_bindir}/avahi-discover-standalone
645 # XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
646 %dir %{_datadir}/%{name}/interfaces
647 %{_datadir}/%{name}/interfaces/avahi-discover-standalone.glade
648
649 %files utils
650 %defattr(644,root,root,755)
651 %attr(755,root,root) %{_bindir}/avahi-browse
652 %attr(755,root,root) %{_bindir}/avahi-publish
653 %attr(755,root,root) %{_bindir}/avahi-resolve
This page took 0.346571 seconds and 2 git commands to generate.