Author: arvenil Date: Fri Mar 27 20:02:26 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - patch for broken pkgconfig file - added ghost - release 4
---- Files affected: SPECS: OpenAL.spec (1.54 -> 1.55) ---- Diffs: ================================================================ Index: SPECS/OpenAL.spec diff -u SPECS/OpenAL.spec:1.54 SPECS/OpenAL.spec:1.55 --- SPECS/OpenAL.spec:1.54 Tue Dec 11 21:50:54 2007 +++ SPECS/OpenAL.spec Fri Mar 27 21:02:21 2009 @@ -17,13 +17,14 @@ Summary(pl.UTF-8): Otwarta Biblioteka Dźwięku Name: OpenAL Version: 0.0.8 -Release: 3 +Release: 4 License: LGPL Group: Libraries Source0: http://www.openal.org/openal_webstf/downloads/openal-%{version}.tar.gz # Source0-md5: 641cf53761f35ee979f3e888614797a0 URL: http://www.openal.org/ Patch0: %{name}-alc.h.patch +Patch1: %{name}-pkgconfig.patch BuildRequires: SDL-devel %{?with_alsa:BuildRequires: alsa-lib-devel} %{?with_arts:BuildRequires: artsc-devel} @@ -94,6 +95,7 @@ %prep %setup -q -n openal-%{version} %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -135,6 +137,7 @@ %defattr(644,root,root,755) %doc ChangeLog NOTES TODO %attr(755,root,root) %{_libdir}/libopenal.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libopenal.so.? %files devel %defattr(644,root,root,755) @@ -155,6 +158,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.55 2009/03/27 20:02:21 arvenil +- patch for broken pkgconfig file +- added ghost +- release 4 + Revision 1.54 2007/12/11 20:50:54 sls - __make -j1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/OpenAL.spec?r1=1.54&r2=1.55&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
