]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- packaged config file auto/ti/OpenAL-1.14-2
authorTomasz Pala <gotar@pld-linux.org>
Tue, 15 May 2012 07:42:31 +0000 (07:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenAL.spec -> 1.63

OpenAL.spec

index d113b8d9d7c0a88c2b756298e35e32029c03754d..666b8fe98e763667933ed53daa725fd40453dca4 100644 (file)
@@ -8,7 +8,7 @@ Summary:        Open Audio Library
 Summary(pl.UTF-8):     Otwarta Biblioteka Dźwięku
 Name:          OpenAL
 Version:       1.14
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
@@ -70,10 +70,13 @@ OpenAL.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/openal
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+install -p alsoftrc.sample %{_sysconfdir}/openal/alsoft.conf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -82,6 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/openal
 %attr(755,root,root) %{_bindir}/makehrtf
 %attr(755,root,root) %{_bindir}/openal-info
 %attr(755,root,root) %{_libdir}/libopenal.so.*.*.*
This page took 0.042176 seconds and 4 git commands to generate.