]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- patch for broken pkgconfig file
authorarvenil <arvenil@pld-linux.org>
Fri, 27 Mar 2009 20:02:21 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added ghost
- release 4

Changed files:
    OpenAL.spec -> 1.55

OpenAL.spec

index 1344f8be526a4a7350f319bdb064fcaa5ab50937..f4ec489e557306e5a5cd2c14c82f80ee5d7e1e52 100644 (file)
@@ -16,13 +16,14 @@ Summary:    Open Audio Library
 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}
@@ -93,6 +94,7 @@ Biblioteka OpenAL do konsolidacji statycznej.
 %prep
 %setup -q -n openal-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -134,6 +136,7 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.078059 seconds and 4 git commands to generate.