SPECS: logg.spec - fixed liblogg.so packaging thinko - pl fix

qboosh qboosh at pld-linux.org
Sat Aug 25 23:54:01 CEST 2007


Author: qboosh                       Date: Sat Aug 25 21:54:01 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed liblogg.so packaging thinko
- pl fix

---- Files affected:
SPECS:
   logg.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/logg.spec
diff -u SPECS/logg.spec:1.7 SPECS/logg.spec:1.8
--- SPECS/logg.spec:1.7	Tue Aug 21 13:35:05 2007
+++ SPECS/logg.spec	Sat Aug 25 23:53:56 2007
@@ -1,9 +1,9 @@
 # $Revision$, $Date$
 # TODO:
-# - binary files play_ogg and stream_ogg doesn't work properly - check it
+# - binary files play_ogg and stream_ogg don't work properly - check it
 
-Summary:	Library for playing OGG/Vorbis audio files
-Summary(pl.UTF-8):	Biblioteka do odtwarzania plików audio OGG/Vorbis
+Summary:	Library for playing Ogg/Vorbis audio files
+Summary(pl.UTF-8):	Biblioteka do odtwarzania plików dźwiękowych Ogg/Vorbis
 Name:		logg
 Version:	2.5
 Release:	0.1
@@ -19,14 +19,14 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-LOGG is an Allegro add-on library for playing OGG/Vorbis audio files.
-It can load OGG/Vorbis files as Allegro SAMPLE's, or it can stream
+LOGG is an Allegro add-on library for playing Ogg/Vorbis audio files.
+It can load Ogg/Vorbis files as Allegro SAMPLEs, or it can stream
 them from disk to save memory.
 
 %description -l pl.UTF-8
-LOGG jest dodatkową biblioteką do odtwarzania plików audio
-OGG/Vorbis. Potrafi ona wczytywać pliki OGG/Vorbis jako Allegro
-SAMPLE's lub strumieniować je z dysku do pamięci.
+LOGG jest dodatkową biblioteką do odtwarzania plików dźwiękowych
+Ogg/Vorbis. Potrafi ona wczytywać pliki Ogg/Vorbis jako SAMPLE Allegro
+lub przesyłać je strumieniem z dysku w celu zaoszczędzenia pamięci.
 
 %package devel
 Summary:	Header files for LOGG
@@ -65,8 +65,8 @@
 	FLAGS="%{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}"
 
-%{__cc} -fPIC -c logg.c
-%{__cc} -shared logg.o -o liblogg.so -lvorbisfile `allegro-config --libs`
+%{__cc} %{rpmcflags} -fPIC -c logg.c
+%{__cc} -shared %{rpmldflags} %{rpmcflags} -o liblogg.so logg.o -lvorbisfile `allegro-config --libs`
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -84,11 +84,11 @@
 
 %files
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/liblogg.so
 %attr(755,root,root) %{_bindir}/*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/liblogg.so
 %{_includedir}/logg.h
 
 %files static
@@ -101,6 +101,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2007/08/25 21:53:56  qboosh
+- fixed liblogg.so packaging thinko
+- pl fix
+
 Revision 1.7  2007/08/21 11:35:05  lisu
 - build on 64 bits
 
@@ -122,4 +126,3 @@
 
 Revision 1.1  2007/08/08 21:31:56  lisu
 - initial, need fixes
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/logg.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list