pulseaudio-vl.spec 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938
  1. %bcond_with consolekit
  2. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  3. %define drvver 12.2
  4. %define _unpackaged_files_terminate_build 1
  5. Name: pulseaudio
  6. Summary: PulseAudio sound server
  7. Summary(ja): PulseAudio サウンドサーバ
  8. Version: 12.2
  9. Release: 1%{?_dist_release}
  10. License: GPLv2+
  11. URL: http://pulseaudio.org
  12. Group: System Environment/Daemons
  13. Source0: http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-%{version}.tar.xz
  14. Source1: default.pa-for-gdm
  15. Patch0: pulseaudio-12.2-elogind.patch
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  17. BuildRequires: tcp_wrappers, libsamplerate-devel, libsndfile-devel
  18. BuildRequires: liboil-devel, m4, libcap-devel,
  19. BuildRequires: libtool-ltdl-devel >= 2.2.6
  20. BuildRequires: pkgconfig
  21. BuildRequires: alsa-lib-devel, glib2-devel, avahi-devel, GConf2-devel
  22. BuildRequires: lirc-devel, doxygen, jack-audio-connection-kit-devel
  23. BuildRequires: polkit-devel
  24. BuildRequires: dbus-devel
  25. BuildRequires: bluez-libs-devel >= 4.101-2
  26. BuildRequires: sbc-devel
  27. BuildRequires: libXt-devel, libXtst-devel, xorg-x11-proto-devel
  28. BuildRequires: speexdsp-devel
  29. BuildRequires: openssl-devel
  30. BuildRequires: gdbm-devel
  31. BuildRequires: gtk2-devel
  32. BuildRequires: json-c-devel >= 0.11
  33. BuildRequires: eudev-libudev-devel
  34. BuildRequires: xcb-util-devel
  35. BuildRequires: libtdb-devel
  36. BuildRequires: libasyncns-devel
  37. BuildRequires: orc-devel
  38. BuildRequires: libuuid-devel
  39. BuildRequires: libtool
  40. BuildRequires: elogind-devel
  41. Requires: %{name}-core-libs = %{version}-%{release}
  42. Vendor: Project Vine
  43. Distribution: Vine Linux
  44. Packager: daisuke
  45. %description
  46. PulseAudio is a sound server for Linux and other Unix like operating
  47. systems. It is intended to be an improved drop-in replacement for the
  48. Enlightened Sound Daemon (ESOUND).
  49. %package esound-compat
  50. Summary: PulseAudio EsounD daemon compatibility script
  51. Summary(ja): PulseAudio EsounD デーモン互換スクリプト
  52. Group: System Environment/Daemons
  53. Requires: %{name} = %{version}-%{release}
  54. Provides: esound
  55. Obsoletes: esound
  56. %description esound-compat
  57. A compatibility script that allows applications to call /usr/bin/esd
  58. and start PulseAudio with EsounD protocol modules.
  59. %package module-lirc
  60. Summary: LIRC support for the PulseAudio sound server
  61. Summary(ja): PulseAudio サウンドサーバ用 LIRC サポート
  62. Group: System Environment/Daemons
  63. Requires: %{name} = %{version}-%{release}
  64. %description module-lirc
  65. LIRC volume control module for the PulseAudio sound server.
  66. %package module-x11
  67. Summary: X11 support for the PulseAudio sound server
  68. Summary(ja): PulseAudio サウンドサーバ用 X11 サポート
  69. Group: System Environment/Daemons
  70. Requires: %{name} = %{version}-%{release}
  71. Requires: %{name}-utils = %{version}-%{release}
  72. %description module-x11
  73. X11 bell and security modules for the PulseAudio sound server.
  74. %package module-zeroconf
  75. Summary: Zeroconf support for the PulseAudio sound server
  76. Summary(ja): PulseAudio サウンドサーバ用 Zeroconf サポート
  77. Group: System Environment/Daemons
  78. Requires: %{name} = %{version}-%{release}
  79. Requires: %{name}-utils
  80. %description module-zeroconf
  81. Zeroconf publishing module for the PulseAudio sound server.
  82. %package module-bluetooth
  83. Summary: Bluetooth proximity support for the PulseAudio sound server
  84. Summary(ja): PulseAudio サウンドサーバ用 Bluetooth 近接検知サポート
  85. Group: System Environment/Daemons
  86. Requires: %{name} = %{version}-%{release}
  87. %description module-bluetooth
  88. Contains a module that can be used to automatically turn down the volume if
  89. a bluetooth mobile phone leaves the proximity or turn it up again if it enters the
  90. proximity again
  91. %package module-jack
  92. Summary: JACK support for the PulseAudio sound server
  93. Summary(ja): PulseAudio サウンドサーバ用 JACK サポート
  94. Group: System Environment/Daemons
  95. Requires: %{name} = %{version}-%{release}
  96. %description module-jack
  97. JACK sink and source modules for the PulseAudio sound server.
  98. %package module-gconf
  99. Summary: GConf support for the PulseAudio sound server
  100. Summary(ja): PulseAudio サウンドサーバ用 GConf サポート
  101. Group: System Environment/Daemons
  102. Requires: %{name} = %{version}-%{release}
  103. %description module-gconf
  104. GConf configuration backend for the PulseAudio sound server.
  105. %package module-gsettings
  106. Summary: Gsettings support for the PulseAudio sound server
  107. Summary(ja): PulseAudio サウンドサーバ用 gsetting サポート
  108. Group: System Environment/Daemons
  109. Requires: %{name}%{?_isa} = %{version}-%{release}
  110. %description module-gsettings
  111. GSettings configuration backend for the PulseAudio sound server.
  112. %package libs
  113. Summary: Libraries for PulseAudio clients
  114. Summary(ja): PulseAudio クライアントライブラリ
  115. License: LGPLv2+
  116. Group: System Environment/Libraries
  117. Provides: pulseaudio-lib
  118. Obsoletes: pulseaudio-lib
  119. Provides: %{name}-libs-zeroconf = %{version}
  120. Obsoletes: %{name}-libs-zeroconf < 1.0
  121. %description libs
  122. This package contains the runtime libraries for any application that wishes
  123. to interface with a PulseAudio sound server.
  124. %package core-libs
  125. Summary: Core libraries for the PulseAudio sound server.
  126. Summary(ja): PulseAudio サウンドサーバコアライブラリ
  127. License: LGPLv2+
  128. Group: System Environment/Libraries
  129. %description core-libs
  130. This package contains runtime libraries that are used internally in the
  131. PulseAudio sound server.
  132. %package libs-glib2
  133. Summary: GLIB 2.x bindings for PulseAudio clients
  134. Summary(ja): PulseAudio クライアント用 GLIB 2.x バインディング
  135. License: LGPLv2+
  136. Group: System Environment/Libraries
  137. Provides: pulseaudio-lib-glib2
  138. Obsoletes: pulseaudio-lib-glib2
  139. %description libs-glib2
  140. This package contains bindings to integrate the PulseAudio client library with
  141. a GLIB 2.x based application.
  142. %package libs-devel
  143. Summary: Headers and libraries for PulseAudio client development
  144. Summary(ja): PulseAudio クライアント開発用ヘッダおよびライブラリ
  145. License: LGPLv2+
  146. Group: Development/Libraries
  147. Requires: %{name}-libs = %{version}-%{release}
  148. Requires: %{name}-libs-glib2 = %{version}-%{release}
  149. Requires: pkgconfig glib2-devel
  150. Provides: pulseaudio-lib-devel
  151. Obsoletes: pulseaudio-lib-devel
  152. %description libs-devel
  153. Headers and libraries for developing applications that can communicate with
  154. a PulseAudio sound server.
  155. %package utils
  156. Summary: PulseAudio sound server utilities
  157. Summary(ja): PulseAudio サウンドサーバユーティリティ
  158. License: LGPLv2+
  159. Group: Applications/Multimedia
  160. Requires: %{name}-libs = %{version}-%{release}
  161. %description utils
  162. This package contains command line utilities for the PulseAudio sound server.
  163. %package gdm-hooks
  164. Summary: PulseAudio GDM integration
  165. Summary(ja): PulseAudio GDM 統合
  166. License: LGPLv2+
  167. Group: Applications/Multimedia
  168. Requires: gdm >= 2.22.0
  169. # for the gdm user
  170. Requires(pre): gdm
  171. %description gdm-hooks
  172. This package contains GDM integration hooks for the PulseAudio sound server.
  173. # compat32
  174. %package -n compat32-%{name}-libs
  175. Summary: Libraries for PulseAudio clients
  176. Summary(ja): PulseAudio クライアントライブラリ
  177. License: LGPLv2+
  178. Group: System Environment/Libraries
  179. Provides: compat32-%{name}-libs-zeroconf = %{version}
  180. Obsoletes: compat32-%{name}-libs-zeroconf < 1.0
  181. %description -n compat32-%{name}-libs
  182. This package contains the runtime libraries for any application that wishes
  183. to interface with a PulseAudio sound server.
  184. %package -n compat32-%{name}-core-libs
  185. Summary: Core libraries for the PulseAudio sound server.
  186. Summary(ja): PulseAudio サウンドサーバコアライブラリ
  187. License: LGPLv2+
  188. Group: System Environment/Libraries
  189. %description -n compat32-%{name}-core-libs
  190. This package contains runtime libraries that are used internally in the
  191. PulseAudio sound server.
  192. %package -n compat32-%{name}-libs-glib2
  193. Summary: GLIB 2.x bindings for PulseAudio clients
  194. Summary(ja): PulseAudio クライアント用 GLIB 2.x バインディング
  195. License: LGPLv2+
  196. Group: System Environment/Libraries
  197. %description -n compat32-%{name}-libs-glib2
  198. This package contains bindings to integrate the PulseAudio client library with
  199. a GLIB 2.x based application.
  200. %package -n compat32-%{name}-libs-devel
  201. Summary: Headers and libraries for PulseAudio client development
  202. Summary(ja): PulseAudio クライアント開発用ヘッダおよびライブラリ
  203. License: LGPLv2+
  204. Group: Development/Libraries
  205. Requires: compat32-%{name}-libs = %{version}-%{release}
  206. Requires: compat32-%{name}-libs-glib2 = %{version}-%{release}
  207. Requires: %{name}-libs-devel = %{version}-%{release}
  208. Requires: compat32-glib2-devel
  209. %description -n compat32-%{name}-libs-devel
  210. Headers and libraries for developing applications that can communicate with
  211. a PulseAudio sound server.
  212. %prep
  213. %setup -q -T -b0
  214. %patch0 -p1
  215. %build
  216. ./bootstrap.sh
  217. %configure \
  218. --disable-static \
  219. --disable-rpath \
  220. --with-system-user=pulse \
  221. --with-system-group=pulse \
  222. --with-access-group=pulse-access \
  223. --disable-oss-output \
  224. --without-fftw \
  225. --disable-systemd-daemon \
  226. --disable-systemd-login \
  227. --disable-systemd-journal \
  228. %if %{with consolekit}
  229. --enable-elogind \
  230. %endif
  231. --enable-gconf \
  232. --enable-gsettings \
  233. --disable-bluez4 --enable-bluez5
  234. make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
  235. make doxygen
  236. %install
  237. rm -rf $RPM_BUILD_ROOT
  238. make DESTDIR=$RPM_BUILD_ROOT install
  239. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  240. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  241. chmod 755 $RPM_BUILD_ROOT%{_bindir}/pulseaudio
  242. ln -s esdcompat $RPM_BUILD_ROOT%{_bindir}/esd
  243. # preserve time stamps, for multilib's sake
  244. touch -r src/daemon/daemon.conf.in $RPM_BUILD_ROOT%{_sysconfdir}/pulse/daemon.conf
  245. touch -r src/daemon/default.pa.in $RPM_BUILD_ROOT%{_sysconfdir}/pulse/default.pa
  246. touch -r man/pulseaudio.1.xml.in $RPM_BUILD_ROOT%{_mandir}/man1/pulseaudio.1
  247. touch -r man/default.pa.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/default.pa.5
  248. touch -r man/pulse-client.conf.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/pulse-client.conf.5
  249. touch -r man/pulse-daemon.conf.5.xml.in $RPM_BUILD_ROOT%{_mandir}/man5/pulse-daemon.conf.5
  250. mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/pulse
  251. mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse
  252. cp $RPM_SOURCE_DIR/default.pa-for-gdm $RPM_BUILD_ROOT%{_localstatedir}/lib/gdm/.pulse/default.pa
  253. %if %{with consolekit}
  254. rm -f %{buildroot}%{_libdir}/pulse-%{drvver}/modules/module-systemd-login.so
  255. %else
  256. # (cg) We require systemd now, so no point in using CK
  257. rm -f %{buildroot}%{_libdir}/pulse-%{drvver}/modules/module-console-kit.so
  258. %endif
  259. %clean
  260. rm -rf $RPM_BUILD_ROOT
  261. %pre
  262. groupadd -r pulse &>/dev/null || :
  263. useradd -r -c 'PulseAudio daemon' \
  264. -s /sbin/nologin -d /var/run/pulse -g pulse pulse &>/dev/null || :
  265. groupadd -r pulse-rt &>/dev/null || :
  266. groupadd -r pulse-access &>/dev/null || :
  267. %post -p /sbin/ldconfig
  268. %postun
  269. /sbin/ldconfig
  270. if [ $1 -eq 0 ]; then
  271. userdel pulse &>/dev/null || :
  272. groupdel pulse &>/dev/null || :
  273. groupdel pulse-rt &>/dev/null || :
  274. groupdel pulse-access &>/dev/null || :
  275. fi
  276. %post libs -p /sbin/ldconfig
  277. %postun libs -p /sbin/ldconfig
  278. %post core-libs -p /sbin/ldconfig
  279. %postun core-libs -p /sbin/ldconfig
  280. %post libs-glib2 -p /sbin/ldconfig
  281. %postun libs-glib2 -p /sbin/ldconfig
  282. %post -n compat32-%{name}-libs -p /sbin/ldconfig
  283. %postun -n compat32-%{name}-libs -p /sbin/ldconfig
  284. %post -n compat32-%{name}-core-libs -p /sbin/ldconfig
  285. %postun -n compat32-%{name}-core-libs -p /sbin/ldconfig
  286. %post -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig
  287. %postun -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig
  288. %files
  289. %defattr(-,root,root)
  290. %doc README LICENSE GPL LGPL
  291. %dir %{_sysconfdir}/pulse/
  292. %config(noreplace) %{_sysconfdir}/pulse/daemon.conf
  293. %config(noreplace) %{_sysconfdir}/pulse/default.pa
  294. %config(noreplace) %{_sysconfdir}/pulse/system.pa
  295. %config(noreplace) %{_sysconfdir}/dbus-1/system.d/pulseaudio-system.conf
  296. %{_datadir}/zsh/site-functions/_pulseaudio
  297. %attr(4755,root,root) %{_bindir}/pulseaudio
  298. %dir %{_libdir}/pulse-%{drvver}/
  299. %dir %{_libdir}/pulse-%{drvver}/modules/
  300. %{_libdir}/pulse-%{drvver}/modules/libalsa-util.so
  301. %{_libdir}/pulse-%{drvver}/modules/libcli.so
  302. #%{_libdir}/pulse-%{drvver}/modules/liboss-util.so
  303. %{_libdir}/pulse-%{drvver}/modules/libprotocol-cli.so
  304. %{_libdir}/pulse-%{drvver}/modules/libprotocol-esound.so
  305. %{_libdir}/pulse-%{drvver}/modules/libprotocol-http.so
  306. %{_libdir}/pulse-%{drvver}/modules/libprotocol-native.so
  307. %{_libdir}/pulse-%{drvver}/modules/libprotocol-simple.so
  308. %{_libdir}/pulse-%{drvver}/modules/librtp.so
  309. %{_libdir}/pulse-%{drvver}/modules/module-allow-passthrough.so
  310. %{_libdir}/pulse-%{drvver}/modules/module-always-source.so
  311. %{_libdir}/pulse-%{drvver}/modules/module-alsa-sink.so
  312. %{_libdir}/pulse-%{drvver}/modules/module-alsa-source.so
  313. %{_libdir}/pulse-%{drvver}/modules/module-alsa-card.so
  314. %{_libdir}/pulse-%{drvver}/modules/module-always-sink.so
  315. %{_libdir}/pulse-%{drvver}/modules/module-augment-properties.so
  316. %{_libdir}/pulse-%{drvver}/modules/module-card-restore.so
  317. %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-tcp.so
  318. %{_libdir}/pulse-%{drvver}/modules/module-cli-protocol-unix.so
  319. %{_libdir}/pulse-%{drvver}/modules/module-cli.so
  320. %{_libdir}/pulse-%{drvver}/modules/module-combine.so
  321. %{_libdir}/pulse-%{drvver}/modules/module-combine-sink.so
  322. %if %{with consolekit}
  323. %{_libdir}/pulse-%{drvver}/modules/module-console-kit.so
  324. %else
  325. %{_libdir}/pulse-%{drvver}/modules/module-systemd-login.so
  326. %endif
  327. %{_libdir}/pulse-%{drvver}/modules/module-dbus-protocol.so
  328. %{_libdir}/pulse-%{drvver}/modules/module-default-device-restore.so
  329. %{_libdir}/pulse-%{drvver}/modules/module-device-manager.so
  330. %{_libdir}/pulse-%{drvver}/modules/module-device-restore.so
  331. %{_libdir}/pulse-%{drvver}/modules/module-filter-apply.so
  332. %{_libdir}/pulse-%{drvver}/modules/module-filter-heuristics.so
  333. %{_libdir}/pulse-%{drvver}/modules/module-loopback.so
  334. %{_libdir}/pulse-%{drvver}/modules/module-detect.so
  335. %{_libdir}/pulse-%{drvver}/modules/module-echo-cancel.so
  336. %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnfd.so
  337. %{_libdir}/pulse-%{drvver}/modules/module-esound-compat-spawnpid.so
  338. %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-tcp.so
  339. %{_libdir}/pulse-%{drvver}/modules/module-esound-protocol-unix.so
  340. %{_libdir}/pulse-%{drvver}/modules/module-esound-sink.so
  341. %{_libdir}/pulse-%{drvver}/modules/module-udev-detect.so
  342. %{_libdir}/pulse-%{drvver}/modules/module-hal-detect.so
  343. %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-tcp.so
  344. %{_libdir}/pulse-%{drvver}/modules/module-http-protocol-unix.so
  345. %{_libdir}/pulse-%{drvver}/modules/module-intended-roles.so
  346. %{_libdir}/pulse-%{drvver}/modules/module-ladspa-sink.so
  347. %{_libdir}/pulse-%{drvver}/modules/module-match.so
  348. %{_libdir}/pulse-%{drvver}/modules/module-mmkbd-evdev.so
  349. %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-fd.so
  350. %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-tcp.so
  351. %{_libdir}/pulse-%{drvver}/modules/module-native-protocol-unix.so
  352. %{_libdir}/pulse-%{drvver}/modules/module-null-sink.so
  353. %{_libdir}/pulse-%{drvver}/modules/module-null-source.so
  354. #%{_libdir}/pulse-%{drvver}/modules/module-oss.so
  355. %{_libdir}/pulse-%{drvver}/modules/module-pipe-sink.so
  356. %{_libdir}/pulse-%{drvver}/modules/module-pipe-source.so
  357. %{_libdir}/pulse-%{drvver}/modules/module-position-event-sounds.so
  358. %{_libdir}/pulse-%{drvver}/modules/module-remap-sink.so
  359. %{_libdir}/pulse-%{drvver}/modules/module-remap-source.so
  360. %{_libdir}/pulse-%{drvver}/modules/module-rescue-streams.so
  361. %{_libdir}/pulse-%{drvver}/modules/module-role-cork.so
  362. %{_libdir}/pulse-%{drvver}/modules/module-role-ducking.so
  363. %{_libdir}/pulse-%{drvver}/modules/module-rtp-recv.so
  364. %{_libdir}/pulse-%{drvver}/modules/module-rtp-send.so
  365. %{_libdir}/pulse-%{drvver}/modules/module-rygel-media-server.so
  366. %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-tcp.so
  367. %{_libdir}/pulse-%{drvver}/modules/module-simple-protocol-unix.so
  368. %{_libdir}/pulse-%{drvver}/modules/module-sine.so
  369. %{_libdir}/pulse-%{drvver}/modules/module-sine-source.so
  370. %{_libdir}/pulse-%{drvver}/modules/module-stream-restore.so
  371. %{_libdir}/pulse-%{drvver}/modules/module-suspend-on-idle.so
  372. %{_libdir}/pulse-%{drvver}/modules/module-switch-on-connect.so
  373. %{_libdir}/pulse-%{drvver}/modules/module-switch-on-port-available.so
  374. %{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink-new.so
  375. %{_libdir}/pulse-%{drvver}/modules/module-tunnel-sink.so
  376. %{_libdir}/pulse-%{drvver}/modules/module-tunnel-source-new.so
  377. %{_libdir}/pulse-%{drvver}/modules/module-tunnel-source.so
  378. %{_libdir}/pulse-%{drvver}/modules/module-virtual-sink.so
  379. %{_libdir}/pulse-%{drvver}/modules/module-virtual-source.so
  380. %{_libdir}/pulse-%{drvver}/modules/module-virtual-surround-sink.so
  381. %{_libdir}/pulse-%{drvver}/modules/module-volume-restore.so
  382. %{_datadir}/bash-completion/completions/*
  383. %{_datadir}/pulseaudio/alsa-mixer/paths/*
  384. %{_datadir}/pulseaudio/alsa-mixer/profile-sets/*
  385. %{_mandir}/man1/pamon.1.gz
  386. %{_mandir}/man1/parec.1.gz
  387. %{_mandir}/man1/parecord.1.gz
  388. %{_mandir}/man1/pulseaudio.1.gz
  389. %{_mandir}/man5/default.pa.5.gz
  390. %{_mandir}/man5/pulse-cli-syntax.5.gz
  391. %{_mandir}/man5/pulse-client.conf.5.gz
  392. %{_mandir}/man5/pulse-daemon.conf.5.gz
  393. #%{_mandir}/man1/start-pulseaudio-kde.1.gz
  394. %{_mandir}/man1/start-pulseaudio-x11.1.gz
  395. /lib/udev/rules.d/90-pulseaudio.rules
  396. %dir %{_libexecdir}/pulse
  397. %attr(0700, pulse, pulse) %dir %{_localstatedir}/lib/pulse
  398. %files esound-compat
  399. %defattr(-,root,root)
  400. %{_bindir}/esdcompat
  401. %{_bindir}/esd
  402. %{_mandir}/man1/esdcompat.1.gz
  403. %files module-lirc
  404. %defattr(-,root,root)
  405. %{_libdir}/pulse-%{drvver}/modules/module-lirc.so
  406. %files module-x11
  407. %defattr(-,root,root)
  408. %config %{_sysconfdir}/xdg/autostart/pulseaudio.desktop
  409. #%config %{_sysconfdir}/xdg/autostart/pulseaudio-kde.desktop
  410. %{_bindir}/start-pulseaudio-x11
  411. #%{_bindir}/start-pulseaudio-kde
  412. %{_libdir}/pulse-%{drvver}/modules/module-x11-bell.so
  413. %{_libdir}/pulse-%{drvver}/modules/module-x11-publish.so
  414. %{_libdir}/pulse-%{drvver}/modules/module-x11-xsmp.so
  415. %{_libdir}/pulse-%{drvver}/modules/module-x11-cork-request.so
  416. %files module-zeroconf
  417. %defattr(-,root,root)
  418. %{_libdir}/pulse-%{drvver}/modules/libavahi-wrap.so
  419. %{_libdir}/pulse-%{drvver}/modules/module-zeroconf-publish.so
  420. %{_libdir}/pulse-%{drvver}/modules/module-zeroconf-discover.so
  421. %{_libdir}/pulse-%{drvver}/modules/libraop.so
  422. %{_libdir}/pulse-%{drvver}/modules/module-raop-discover.so
  423. %{_libdir}/pulse-%{drvver}/modules/module-raop-sink.so
  424. %files module-jack
  425. %defattr(-,root,root)
  426. %{_libdir}/pulse-%{drvver}/modules/module-jack-sink.so
  427. %{_libdir}/pulse-%{drvver}/modules/module-jack-source.so
  428. %{_libdir}/pulse-%{drvver}/modules/module-jackdbus-detect.so
  429. %files module-bluetooth
  430. %defattr(-,root,root)
  431. %{_libdir}/pulse-%{drvver}/modules/libbluez*-util.so
  432. %{_libdir}/pulse-%{drvver}/modules/module-bluez*-device.so
  433. %{_libdir}/pulse-%{drvver}/modules/module-bluez*-discover.so
  434. %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-discover.so
  435. %{_libdir}/pulse-%{drvver}/modules/module-bluetooth-policy.so
  436. %files module-gconf
  437. %defattr(-,root,root)
  438. %{_libdir}/pulse-%{drvver}/modules/module-gconf.so
  439. %{_libexecdir}/pulse/gconf-helper
  440. %files module-gsettings
  441. %defattr(-,root,root)
  442. %{_libdir}/pulse-%{drvver}/modules/module-gsettings.so
  443. %{_libexecdir}/pulse/gsettings-helper
  444. %{_datadir}/GConf/gsettings/pulseaudio.convert
  445. %{_datadir}/glib-2.0/schemas/org.freedesktop.pulseaudio.gschema.xml
  446. %files libs
  447. %defattr(-,root,root)
  448. %doc README LICENSE GPL LGPL
  449. %dir %{_sysconfdir}/pulse/
  450. %config(noreplace) %{_sysconfdir}/pulse/client.conf
  451. %{_libdir}/libpulse.so.*
  452. %{_libdir}/libpulse-simple.so.*
  453. %{_datadir}/locale/*
  454. %files core-libs
  455. %defattr(-,root,root)
  456. %{_libdir}/%{name}/libpulsecore-%{drvver}.so
  457. %{_libdir}/%{name}/libpulsecommon-%{drvver}.so
  458. %files libs-glib2
  459. %defattr(-,root,root)
  460. %{_libdir}/libpulse-mainloop-glib.so.*
  461. %files libs-devel
  462. %defattr(-,root,root)
  463. %doc doxygen/html
  464. %{_includedir}/pulse/
  465. %{_libdir}/cmake/PulseAudio/PulseAudioConfig.cmake
  466. %{_libdir}/cmake/PulseAudio/PulseAudioConfigVersion.cmake
  467. %{_libdir}/libpulse.so
  468. %{_libdir}/libpulse-mainloop-glib.so
  469. %{_libdir}/libpulse-simple.so
  470. %{_libdir}/pkgconfig/libpulse*.pc
  471. %{_datadir}/vala/vapi/libpulse-mainloop-glib.deps
  472. %{_datadir}/vala/vapi/libpulse-mainloop-glib.vapi
  473. %{_datadir}/vala/vapi/libpulse.deps
  474. %{_datadir}/vala/vapi/libpulse.vapi
  475. %{_datadir}/vala/vapi/libpulse-simple.deps
  476. %{_datadir}/vala/vapi/libpulse-simple.vapi
  477. %files utils
  478. %defattr(-,root,root)
  479. %{_bindir}/pacat
  480. %{_bindir}/pacmd
  481. %{_bindir}/pactl
  482. %{_bindir}/pamon
  483. %{_bindir}/paplay
  484. %{_bindir}/parec
  485. %{_bindir}/parecord
  486. %{_bindir}/pax11publish
  487. %{_bindir}/padsp
  488. %{_bindir}/pasuspender
  489. %{_libdir}/%{name}/libpulsedsp.so
  490. %{_mandir}/man1/pacat.1.gz
  491. %{_mandir}/man1/pacmd.1.gz
  492. %{_mandir}/man1/pactl.1.gz
  493. %{_mandir}/man1/paplay.1.gz
  494. %{_mandir}/man1/pasuspender.1.gz
  495. %{_mandir}/man1/padsp.1.gz
  496. %{_mandir}/man1/pax11publish.1.gz
  497. %files gdm-hooks
  498. %defattr(-,root,root)
  499. %attr(0700, gdm, gdm) %dir %{_localstatedir}/lib/gdm/.pulse
  500. %attr(0600, gdm, gdm) %{_localstatedir}/lib/gdm/.pulse/default.pa
  501. # compat32
  502. %if %{build_compat32}
  503. %files -n compat32-%{name}-libs
  504. %defattr(-,root,root)
  505. %{_libdir}/libpulse.so.*
  506. %{_libdir}/libpulse-simple.so.*
  507. %files -n compat32-%{name}-core-libs
  508. %defattr(-,root,root)
  509. %{_libdir}/%{name}/libpulsecore-%{drvver}.so
  510. %{_libdir}/%{name}/libpulsecommon-%{drvver}.so
  511. %files -n compat32-%{name}-libs-glib2
  512. %defattr(-,root,root)
  513. %{_libdir}/libpulse-mainloop-glib.so.*
  514. %files -n compat32-%{name}-libs-devel
  515. %defattr(-,root,root)
  516. %{_libdir}/libpulse.so
  517. %{_libdir}/libpulse-mainloop-glib.so
  518. %{_libdir}/libpulse-simple.so
  519. %endif
  520. %changelog
  521. * Tue Dec 18 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.2-1
  522. - updated to 12.2.
  523. - enabled elogind.
  524. - added a subpackage "module-gsettings".
  525. * Thu Feb 22 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 11.1-1
  526. - updated to 11.1.
  527. * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0-1
  528. - update to 9.0
  529. * Sun May 15 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.1-2
  530. - rebuild with openssl-1.0.2
  531. * Thu Nov 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.1-1
  532. - update to 7.1
  533. * Sat Feb 14 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 6.0-1
  534. - update to 6.0
  535. * Tue Jan 27 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 5.99.3-1
  536. - update to 5.99.3
  537. * Sat Jan 17 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 5.99.2-1
  538. - update to 5.99.2
  539. - add BR: libuuid-devel
  540. - change BR: json-c-devel >= 0.11
  541. * Mon Jul 07 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 5.0-1
  542. - update to 5.0
  543. * Tue Jun 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0-2
  544. - change BuildRequires: eudev-libudev-devel instead of libudev-devel
  545. - remove BuildRequires: libatomic_ops-devel, xmltoman, hal-devel
  546. - add BuildRequires: dbus-devel, sbc-devel
  547. * Thu Jul 11 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1
  548. - update to 4.0
  549. - disable oss output
  550. - build with bluez-4.101-2 (sbc enabled)
  551. * Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1-1
  552. - new upstream release
  553. - change BuildRequires: polkit-devel instead PolicyKit-devel
  554. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0-1
  555. - new upstream release
  556. * Tue May 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.99.2-1
  557. - new upstream release
  558. * Fri Oct 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1-1
  559. - new upstream release
  560. * Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-1
  561. - new upstream release
  562. - add BuildRequires: json-c-devel, orc-devel
  563. - remove %%{name}-libs-zeroconf sub package
  564. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.23-1
  565. - new upstream release
  566. * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.22-3
  567. - rebuild with openssl-1.0.0c
  568. * Wed Dec 15 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.22-2
  569. - add BuildRequires: gtk2-devel, libudev-devel, xcb-util-devel,
  570. libtdb-devel, libasyncns-devel
  571. * Wed Dec 01 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.22-1
  572. - new upstream release
  573. - drop upstreamed patches
  574. - add gdm-hooks subpackage
  575. * Sat Oct 02 2010 Shu KONNO <owa@bg.wakwak.com> 0.9.21-2
  576. - rebuilt with rpm-4.8.1 for pkg-config
  577. * Sat Feb 13 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.21-1
  578. - new upstream release
  579. - add patch0-31 from fedora and upstream
  580. * Thu Sep 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.18-1
  581. - new upstream release
  582. * Sun Sep 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.17-1
  583. - new upstream release
  584. * Sat May 09 2009 NAKAMURA Kenta <kenta@vinelinux.org> 0.9.15-2
  585. - added compat32 package for x86_64 arch support
  586. - added BR: libXtst-devel
  587. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.15-1
  588. - new upstream release
  589. - add BR: libtool-ltdl-devel >= 2.2.6
  590. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.14-3
  591. - rebuild with alsa 1.0.19
  592. - set /var/run/pulse for pulse's home directory
  593. * Tue Feb 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.14-2
  594. - fix dependency (<BTS:657>)
  595. - move start-pulseaudio-x11 to module-x11 subpacakge
  596. - add Requires: pulseaudio-utils to module-x11 subpackage
  597. * Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.14-1
  598. - new upstream release
  599. * Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9.13-2
  600. - rebuild with bluez-libs-devel-4.15
  601. * Tue Oct 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.13-1
  602. - new upstream release
  603. * Mon Sep 15 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.12-2
  604. - added BuildRequires: speex-devel
  605. * Mon Sep 15 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.12-1
  606. - new upstream release
  607. * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.11-2
  608. - add Patch1 to change default.ca/daemon.conf
  609. - enable module-esound-protocol-tcp in default.ca
  610. - set default values for better performance in daemon.cond
  611. * Sun Sep 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.11-1
  612. - new upstream release
  613. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.10-1
  614. - initial build for Vine Linux
  615. - use released version instead of git snapshot
  616. * Thu Jun 26 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.6.git20080626
  617. - New GIT snapshot
  618. * Sun Jun 22 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.5.svn20080622
  619. - New GIT snapshot
  620. * Wed Jun 18 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.4.svn20080618
  621. - New SVN snapshot
  622. * Fri May 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.3.svn20080529
  623. - Fix snapshot versioning
  624. * Thu May 29 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.11-0.0.svn20080529
  625. - New SVN snapshot
  626. * Tue May 20 2008 Matthias Clasen <mclasen@redhat.com> 0.9.11-0.2.svn20080516
  627. - Actually apply the patch
  628. * Sat May 17 2008 Matthias Clasen <mclasen@redhat.com> 0.9.11-0.1.svn20080516
  629. - Fix a wrong assertion in module-default-device-restore
  630. * Fri May 16 2008 Matthias Clasen <mclasen@redhat.com> 0.9.11-0.0.svn20080516
  631. - Update to an svn snapshot of the 'glitch-free' rewrite of pulseaudio
  632. * Sun Mar 30 2008 Lennart Poettering <lpoetter@redhat.com> 0.9.10-1
  633. - Update to PulseAudio 0.9.10
  634. - drop all patches, since they have been integrated upstream
  635. * Thu Mar 27 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-13
  636. - Abort on CPU time comsumption, so we can get core
  637. * Thu Mar 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-12
  638. - Own /usr/libexec/pulse (#437228)
  639. * Wed Mar 12 2008 Adam Jackson <ajax@redhat.com> 0.9.8-11
  640. - pulseaudio-0.9.8-disable-realtime.patch: Don't ask PolicyKit for increased
  641. scheduling mojo for now. It's not clear that it's a win; and if it is,
  642. the policy should just be fixed to always allow it.
  643. * Wed Mar 12 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-10
  644. - Build the manual pages with xmltoman
  645. * Fri Feb 29 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-9
  646. - Fix the fix.
  647. * Fri Feb 29 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-8
  648. - Fix multilib issue (#228383)
  649. - Prevent dumping core if exiting sooner that ltdl initializaion (#427962)
  650. * Thu Feb 21 2008 Adam Tkac <atkac redhat com> 0.9.8-7
  651. - really rebuild against new libcap
  652. * Sun Feb 17 2008 Adam Tkac <atkac redhat com> 0.9.8-6
  653. - rebuild against new libcap
  654. * Wed Jan 23 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-5
  655. - Fix CVE-2008-0008 security issue (#425481)
  656. * Sun Jan 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 0.9.8-4.1
  657. - Actually add content to pulseaudio-0.9.8-create-dot-pulse.patch
  658. - Make the Source0 tag point to URL instead of a local file
  659. - Drop the nochown patch; it's not applied at all and no longer needed
  660. * Thu Nov 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-4
  661. - add missing dependency on pulseaudio-utils for pulseaudio-module-x11
  662. * Thu Nov 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-3
  663. - Create ~/.pulse/ if not existant
  664. * Thu Nov 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-2
  665. - Add missing dependency on jack-audio-connection-kit-devel
  666. * Wed Nov 28 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.8-1
  667. - Upgrade to current upstream
  668. * Wed Oct 17 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.16.svn20071017
  669. - Another SVN snapshot, fixing another round of bugs (#330541)
  670. - Split libpulscore into a seperate package to work around multilib limitation (#335011)
  671. * Mon Oct 1 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.15.svn20071001
  672. - Another SVN snapshot, fixing another round of bugs
  673. * Sat Sep 29 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.14.svn20070929
  674. - Another SVN snapshot, fixing a couple of subtle bugs
  675. * Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.13.svn20070925
  676. - Remove libpulsecore.so symlink from pulseaudio-libs-devel to avoid multilib issues
  677. * Tue Sep 25 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.12.svn20070925
  678. - New SVN snapshot
  679. - Split off libflashsupport again
  680. - Rename "-lib" packages to "-libs", like all other packages do it.
  681. - Provide esound
  682. * Fri Sep 7 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.11.svn20070907
  683. - Update SVN snapshot, don't link libpulsecore.so statically anymore
  684. * Wed Sep 5 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.10.svn20070905
  685. - Update SVN snapshot
  686. * Tue Sep 4 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.9.svn20070904
  687. - Update SVN snapshot
  688. - ship libflashsupport in our package
  689. - drop pulseaudio-devel since libpulsecore is not linked statically
  690. * Thu Aug 23 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.8.svn20070823
  691. - Update SVN snapshot
  692. * Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.7.svn20070816
  693. - Update SVN snapshot
  694. * Thu Aug 16 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.6.svn20070816
  695. - Update SVN snapshot
  696. * Tue Aug 14 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.5.svn20070814
  697. - Forgot to upload tarball
  698. * Tue Aug 14 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.4.svn20070814
  699. - Update snapshot. Install file into /etc/xdg/autostart/ to load module-x11-smp
  700. only after login
  701. * Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.3.svn20070812
  702. - Depend on tcp_wrappers-devel instead of tcp_wrappers, to make sure we
  703. actually get the headers installed.
  704. * Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.2.svn20070812
  705. - Update snapshot, contains 64 bit build fixes, and disables module-x11-xsmp by
  706. default to avoid deadlock when PA is started from gnome-session
  707. * Sun Aug 12 2007 Lennart Poettering <lpoetter@redhat.com> 0.9.7-0.1.svn20070812
  708. - Take snapshot from SVN
  709. * Tue May 29 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.6-2
  710. - Add libatomic_ops-devel as a build requirement.
  711. * Tue May 29 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.6-1
  712. - Upgrade to 0.9.6.
  713. * Fri Mar 2 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-5
  714. - Fix merge problems with patch.
  715. * Fri Mar 2 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-4
  716. - Add patch to handle ALSA changing the frame size (bug 230211).
  717. - Add patch for suspended ALSA devices (bug 228205).
  718. * Mon Feb 5 2007 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-3
  719. - Add esound-compat subpackage that allows PulseAudio to be a drop-in
  720. replacement for esd (based on patch by Matthias Clasen).
  721. - Backport patch allows startup to continue even when the users'
  722. config cannot be read.
  723. * Mon Oct 23 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-2
  724. - Create user and groups for daemon.
  725. * Mon Aug 28 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.5-1
  726. - Upgrade to 0.9.5.
  727. * Wed Aug 23 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-3
  728. - Make sure JACK modules are built and packaged.
  729. * Tue Aug 22 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-2
  730. - Merge the ALSA modules into the main package as ALSA is the
  731. standard API.
  732. * Sun Aug 20 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.4-1
  733. - Update to 0.9.4.
  734. - Remove fix for rpath as it is merged upstream.
  735. * Fri Jul 21 2006 Toshio Kuratomi <toshio@tiki-lounge.com> 0.9.3-2
  736. - Remove static libraries.
  737. - Fix for rpath issues.
  738. * Fri Jul 21 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.3-1
  739. - Update to 0.9.3
  740. - GLib 1.2 bindings dropped.
  741. - Howl compat dropped as Avahi is supported natively.
  742. - Added fix for pc files on x86_64.
  743. * Sat Jul 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.2-1
  744. - Update to 0.9.2.
  745. - Added Avahi HOWL compat dependencies.
  746. * Thu Jun 8 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.1-1
  747. - Update to 0.9.1.
  748. * Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-2
  749. - Build and package doxygen docs
  750. - Call ldconfig for relevant subpackages.
  751. * Mon May 29 2006 Pierre Ossman <drzeus@drzeus.cx> 0.9.0-1
  752. - Update to 0.9.0
  753. * Tue May 9 2006 Pierre Ossman <drzeus@drzeus.cx> 0.8.1-1
  754. - Update to 0.8.1
  755. - Split into more packages
  756. - Remove the modules' static libs as those shouldn't be used (they shouldn't
  757. even be installed)
  758. * Fri Feb 24 2006 Tom "spot" Callaway <tcallawa@redhat.com> 0.7-2
  759. - dance around with perms so we don't strip the binary
  760. - add missing BR
  761. * Mon Nov 28 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.7-1
  762. - Initial package for Fedora Extras