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