]> git.pld-linux.org Git - packages/avahi.git/blob - avahi.spec
615c44b791fae2df0e91b68e801cb27ded153603
[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 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/avahi-{browse-domains,publish-address,publish-service,resolve-address,resolve-host-name}.1
440 echo '.so avahi-browse.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-browse-domains.1
441 echo '.so avahi-publish.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-publish-address.1
442 echo '.so avahi-publish.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-publish-service.1
443 echo '.so avahi-resolve.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-resolve-address.1
444 echo '.so avahi-resolve.1' > $RPM_BUILD_ROOT%{_mandir}/man1/avahi-resolve-host-name.1
445
446 %clean
447 rm -rf $RPM_BUILD_ROOT
448
449 %pre
450 %groupadd -g 165 -r -f avahi
451 %useradd -u 165 -r -d /usr/share/empty -s /bin/false -c "Avahi daemon" -g avahi avahi
452
453 %post
454 /sbin/chkconfig --add %{name}-daemon
455 %service %{name}-daemon restart
456 /sbin/chkconfig --add %{name}-dnsconfd
457 %service %{name}-dnsconfd restart
458
459 %preun
460 if [ "$1" = "0" ]; then
461         %service -q %{name}-dnsconfd stop
462         /sbin/chkconfig --del %{name}-dnsconfd
463         %service -q %{name}-daemon stop
464         /sbin/chkconfig --del %{name}-daemon
465 fi
466
467 %postun
468 if [ "$1" = "0" ]; then
469         %userremove avahi
470         %groupremove avahi
471 fi
472
473 %post   libs -p /sbin/ldconfig
474 %postun libs -p /sbin/ldconfig
475
476 %post   compat-libdns_sd -p /sbin/ldconfig
477 %postun compat-libdns_sd -p /sbin/ldconfig
478
479 %post   compat-howl -p /sbin/ldconfig
480 %postun compat-howl -p /sbin/ldconfig
481
482 %post   glib -p /sbin/ldconfig
483 %postun glib -p /sbin/ldconfig
484
485 %post   qt -p /sbin/ldconfig
486 %postun qt -p /sbin/ldconfig
487
488 %post   Qt -p /sbin/ldconfig
489 %postun Qt -p /sbin/ldconfig
490
491 %files
492 %defattr(644,root,root,755)
493 %doc docs/AUTHORS docs/COMPAT-LAYERS docs/NEWS docs/README docs/TODO
494
495 %dir %{_sysconfdir}/avahi
496 %dir %{_sysconfdir}/avahi/services
497 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/avahi-daemon.conf
498 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/avahi-dnsconfd.action
499 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/hosts
500 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/services/ssh.service
501 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/avahi/services/sftp-ssh.service
502 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/*
503
504 %attr(755,root,root) %{_bindir}/avahi-set-host-name
505
506 %attr(755,root,root) %{_sbindir}/avahi-daemon
507 %attr(755,root,root) %{_sbindir}/avahi-dnsconfd
508
509 %dir %{_datadir}/%{name}
510 %dir %{_datadir}/%{name}/introspection
511 %{_datadir}/%{name}/introspection/*.introspect
512 %{_datadir}/%{name}/avahi-service.dtd
513 %{_datadir}/%{name}/service-types
514 %{_datadir}/%{name}/service-types.db
515
516 %{_mandir}/man*/*
517
518 %attr(754,root,root) /etc/rc.d/init.d/%{name}-daemon
519 %attr(754,root,root) /etc/rc.d/init.d/%{name}-dnsconfd
520
521 %attr(755,root,root) %{_sysconfdir}/%{name}/avahi-autoipd.action
522 %attr(755,root,root) %{_sbindir}/avahi-autoipd
523
524 %files libs
525 %defattr(644,root,root,755)
526 %attr(755,root,root) %{_libdir}/libavahi-client.so.*.*.*
527 %attr(755,root,root) %{_libdir}/libavahi-common.so.*.*.*
528 %attr(755,root,root) %{_libdir}/libavahi-core.so.*.*.*
529
530 %files devel
531 %defattr(644,root,root,755)
532 %doc docs/API-CHANGES-0.6 docs/DBUS-API docs/HACKING docs/MALLOC
533 %attr(755,root,root) %{_libdir}/libavahi-client.so
534 %attr(755,root,root) %{_libdir}/libavahi-common.so
535 %attr(755,root,root) %{_libdir}/libavahi-core.so
536 %{_libdir}/libavahi-client.la
537 %{_libdir}/libavahi-common.la
538 %{_libdir}/libavahi-core.la
539 %{_includedir}/avahi-client
540 %{_includedir}/avahi-common
541 %{_includedir}/avahi-core
542 %{_pkgconfigdir}/avahi-client.pc
543 %{_pkgconfigdir}/avahi-core.pc
544
545 %files static
546 %defattr(644,root,root,755)
547 %{_libdir}/libavahi-client.a
548 %{_libdir}/libavahi-common.a
549 %{_libdir}/libavahi-core.a
550
551 %files compat-libdns_sd
552 %defattr(644,root,root,755)
553 %attr(755,root,root) %{_libdir}/libdns_sd.so.*.*.*
554
555 %files compat-libdns_sd-devel
556 %defattr(644,root,root,755)
557 %attr(755,root,root) %{_libdir}/libdns_sd.so
558 %{_libdir}/libdns_sd.la
559 %{_includedir}/avahi-compat-libdns_sd
560 %{_includedir}/dns_sd.h
561 %{_pkgconfigdir}/avahi-compat-libdns_sd.pc
562
563 %files compat-libdns_sd-static
564 %defattr(644,root,root,755)
565 %{_libdir}/libdns_sd.a
566
567 %files compat-howl
568 %defattr(644,root,root,755)
569 %attr(755,root,root) %{_libdir}/libhowl.so.*.*.*
570
571 %files compat-howl-devel
572 %defattr(644,root,root,755)
573 %attr(755,root,root) %{_libdir}/libhowl.so
574 %{_libdir}/libhowl.la
575 %{_includedir}/avahi-compat-howl
576 %{_pkgconfigdir}/avahi-compat-howl.pc
577 %{_pkgconfigdir}/howl.pc
578
579 %files compat-howl-static
580 %defattr(644,root,root,755)
581 %{_libdir}/libhowl.a
582
583 %if %{with dotnet}
584 %files -n dotnet-avahi
585 %defattr(644,root,root,755)
586 %{_prefix}/lib/mono/gac/avahi-sharp
587
588 %files -n dotnet-avahi-devel
589 %defattr(644,root,root,755)
590 %{_libdir}/monodoc/sources/avahi-*
591 %{_prefix}/lib/mono/avahi-sharp
592 %{_pkgconfigdir}/avahi-sharp.pc
593 %endif
594
595 %files glib
596 %defattr(644,root,root,755)
597 %attr(755,root,root) %{_libdir}/libavahi-glib.so.*.*.*
598
599 %files glib-devel
600 %defattr(644,root,root,755)
601 %attr(755,root,root) %{_libdir}/libavahi-glib.so
602 %{_libdir}/libavahi-glib.la
603 %{_includedir}/avahi-glib
604 %{_pkgconfigdir}/avahi-glib.pc
605
606 %files glib-static
607 %defattr(644,root,root,755)
608 %{_libdir}/libavahi-glib.a
609
610 %if %{with qt3}
611 %files qt
612 %defattr(644,root,root,755)
613 %attr(755,root,root) %{_libdir}/libavahi-qt3.so.*.*.*
614
615 %files qt-devel
616 %defattr(644,root,root,755)
617 %attr(755,root,root) %{_libdir}/libavahi-qt3.so
618 %{_libdir}/libavahi-qt3.la
619 %{_includedir}/avahi-qt3
620 %{_pkgconfigdir}/avahi-qt3.pc
621
622 %files qt-static
623 %defattr(644,root,root,755)
624 %{_libdir}/libavahi-qt3.a
625 %endif
626
627 %if %{with qt4}
628 %files Qt
629 %defattr(644,root,root,755)
630 %attr(755,root,root) %{_libdir}/libavahi-qt4.so.*.*.*
631
632 %files Qt-devel
633 %defattr(644,root,root,755)
634 %attr(755,root,root) %{_libdir}/libavahi-qt4.so
635 %{_libdir}/libavahi-qt4.la
636 %{_includedir}/avahi-qt4
637 %{_pkgconfigdir}/avahi-qt4.pc
638
639 %files Qt-static
640 %defattr(644,root,root,755)
641 %{_libdir}/libavahi-qt4.a
642 %endif
643
644 %files bookmarks
645 %defattr(644,root,root,755)
646 %attr(755,root,root) %{_bindir}/avahi-bookmarks
647
648 %files discover
649 %defattr(644,root,root,755)
650 %attr(755,root,root) %{_bindir}/avahi-discover
651 # XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
652 %dir %{_datadir}/%{name}/interfaces
653 %{_datadir}/%{name}/interfaces/avahi-discover.glade
654 %{py_sitedir}/avahi
655 %{_desktopdir}/*.desktop
656 %{_pixmapsdir}/avahi.png
657
658 %files discover-standalone
659 %defattr(644,root,root,755)
660 %attr(755,root,root) %{_bindir}/avahi-discover-standalone
661 # XXX: possibly missing %{_datadir}/%{name} dir, shared subdir
662 %dir %{_datadir}/%{name}/interfaces
663 %{_datadir}/%{name}/interfaces/avahi-discover-standalone.glade
664
665 %files utils
666 %defattr(644,root,root,755)
667 %attr(755,root,root) %{_bindir}/avahi-browse
668 %attr(755,root,root) %{_bindir}/avahi-publish
669 %attr(755,root,root) %{_bindir}/avahi-resolve
This page took 0.075544 seconds and 2 git commands to generate.