packages: OpenAL/OpenAL.spec - packaged config file

gotar gotar at pld-linux.org
Tue May 15 09:42:36 CEST 2012


Author: gotar                        Date: Tue May 15 07:42:36 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- packaged config file

---- Files affected:
packages/OpenAL:
   OpenAL.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: packages/OpenAL/OpenAL.spec
diff -u packages/OpenAL/OpenAL.spec:1.62 packages/OpenAL/OpenAL.spec:1.63
--- packages/OpenAL/OpenAL.spec:1.62	Wed Apr  4 19:35:51 2012
+++ packages/OpenAL/OpenAL.spec	Tue May 15 09:42:31 2012
@@ -9,7 +9,7 @@
 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
@@ -71,10 +71,13 @@
 
 %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
 
@@ -83,6 +86,7 @@
 
 %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.*.*.*
@@ -100,6 +104,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2012/05/15 07:42:31  gotar
+- packaged config file
+
 Revision 1.62  2012/04/04 17:35:51  qboosh
 - updated to 1.14
 - added link patch (just in case examples are built; by default, disable them)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/OpenAL/OpenAL.spec?r1=1.62&r2=1.63



More information about the pld-cvs-commit mailing list