|
@@ -1,10 +1,10 @@
|
|
|
%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
|
|
|
-%define drvver 1.0
|
|
|
+%define drvver 1.1
|
|
|
|
|
|
Name: pulseaudio
|
|
|
Summary: PulseAudio sound server
|
|
|
Summary(ja): PulseAudio サウンドサーバ
|
|
|
-Version: 1.0
|
|
|
+Version: 1.1
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
URL: http://pulseaudio.org
|
|
@@ -473,6 +473,8 @@ fi
|
|
|
%defattr(-,root,root)
|
|
|
%doc doxygen/html
|
|
|
%{_includedir}/pulse/
|
|
|
+%{_libdir}/cmake/PulseAudio/PulseAudioConfig.cmake
|
|
|
+%{_libdir}/cmake/PulseAudio/PulseAudioConfigVersion.cmake
|
|
|
%{_libdir}/libpulse.so
|
|
|
%{_libdir}/libpulse-mainloop-glib.so
|
|
|
%{_libdir}/libpulse-simple.so
|
|
@@ -534,6 +536,9 @@ fi
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Oct 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Fri Oct 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: json-c-devel, orc-devel
|