SPECS: OpenAL.spec - UNBROKEN, builds and works with good gcc - no...

sparky sparky at pld-linux.org
Fri Mar 3 20:44:52 CET 2006


Author: sparky                       Date: Fri Mar  3 19:44:52 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- UNBROKEN, builds and works with good gcc
- note: no docs in this release

---- Files affected:
SPECS:
   OpenAL.spec (1.42 -> 1.43) 

---- Diffs:

================================================================
Index: SPECS/OpenAL.spec
diff -u SPECS/OpenAL.spec:1.42 SPECS/OpenAL.spec:1.43
--- SPECS/OpenAL.spec:1.42	Sun Feb 26 17:54:45 2006
+++ SPECS/OpenAL.spec	Fri Mar  3 20:44:46 2006
@@ -17,8 +17,6 @@
 %bcond_without	esd	# without esd support
 %bcond_with	mmx	# use MMX (makes sense on i[56]86 with MMX; won't run on non-MMX CPU)
 
-%define	_branch	Linux_Spec1-0
-
 Summary:	Open Audio Library
 Summary(pl):	Otwarta Biblioteka Dźwięku
 Name:		OpenAL
@@ -109,19 +107,13 @@
 
 %{__make}
 
-cd ../docs/spec1-0
-%{?with_doc:%{__make} full-html}
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_infodir}
 
-%{__make} -C linux install \
-	DESTLIB='$(DESTDIR)%{_libdir}' \
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install linux/doc/openal.info $RPM_BUILD_ROOT%{_infodir}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -136,17 +128,16 @@
 
 %files
 %defattr(644,root,root,755)
-%doc linux/{CREDITS,ChangeLog,NOTES,TODO}
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%doc ChangeLog NOTES TODO
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc linux/doc/LOKI* %{?with_doc:docs/spec1-0/oalspecs-full docs/spec1-1/OpenAL1-1Spec.pdf}
-%attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_bindir}/*-config
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/*.la
 %{_pkgconfigdir}/*
 %{_includedir}/AL
-%{_infodir}/openal.info*
 
 %files static
 %defattr(644,root,root,755)
@@ -158,6 +149,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43  2006/03/03 19:44:46  sparky
+- UNBROKEN, builds and works with good gcc
+- note: no docs in this release
+
 Revision 1.42  2006/02/26 16:54:45  blekot
 - starting playing with 0.0.8 version
 - build fail - see TODO for reason
@@ -287,7 +282,7 @@
 - remove OpenGL stuff (unused)
 - remove duplicated {C,LD}FLAGS
 - fix DESTDIR
-- spread the libs between %%{name} and -devel
+- spread the libs between %{name} and -devel
 - drop the license (it's LGPL)
 
 Revision 1.4  2001/11/18 16:20:19  saq
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/OpenAL.spec?r1=1.42&r2=1.43&f=u



More information about the pld-cvs-commit mailing list