SPECS: gemrb.spec - missing dir, ldconfig, dropped *.la

qboosh qboosh at pld-linux.org
Sat Nov 4 23:05:04 CET 2006


Author: qboosh                       Date: Sat Nov  4 22:05:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dir, ldconfig, dropped *.la

---- Files affected:
SPECS:
   gemrb.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/gemrb.spec
diff -u SPECS/gemrb.spec:1.5 SPECS/gemrb.spec:1.6
--- SPECS/gemrb.spec:1.5	Fri Nov  3 02:34:37 2006
+++ SPECS/gemrb.spec	Sat Nov  4 23:04:59 2006
@@ -4,7 +4,7 @@
 %bcond_without	png	# build without png
 #
 Summary:	Emulator of BioWare's Infinity game engine
-Summary(pl):	Emulator silnika BioWare Infinity
+Summary(pl):	Emulator silnika gry BioWare Infinity
 Name:		gemrb
 Version:	0.2.7
 Release:	0.1
@@ -33,7 +33,7 @@
 %description -l pl
 Silnik ten jest portem oryginalnego silnika Infinity Engine (używanego
 przez Baldur's Gate, Planescape: Torment, Icewind Dale) dla systemów
-Linux/Unix, MacOs i Windowsa. Silnik posiada kilka ulepszeń.
+Linux/Unix, MacOS i Windows. Silnik posiada kilka ulepszeń.
 
 %prep
 %setup -q
@@ -55,16 +55,20 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}{,/gemrb}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO %{name}/docs/en/*.txt
 %attr(755,root,root) %{_bindir}/gemrb
-%{_libdir}/*.la
-%attr(755,root,root) %{_libdir}/*.so*
-%{_libdir}/gemrb/*.la
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%dir %{_libdir}/gemrb
 %attr(755,root,root) %{_libdir}/gemrb/*.so*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/GemRB.cfg
 %{_datadir}/gemrb
@@ -76,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2006/11/04 22:04:59  qboosh
+- missing dir, ldconfig, dropped *.la
+
 Revision 1.5  2006/11/03 01:34:37  lisu
 - new patch added
 
@@ -92,4 +99,3 @@
 Revision 1.1  2006/11/02 21:09:31  lisu
 - new
 - NFY
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gemrb.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list