SPECS: imlib2.spec - ghost soname symlink
qboosh
qboosh at pld-linux.org
Tue Jun 3 17:58:38 CEST 2008
Author: qboosh Date: Tue Jun 3 15:58:38 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ghost soname symlink
---- Files affected:
SPECS:
imlib2.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/imlib2.spec
diff -u SPECS/imlib2.spec:1.65 SPECS/imlib2.spec:1.66
--- SPECS/imlib2.spec:1.65 Sun Jun 1 16:03:00 2008
+++ SPECS/imlib2.spec Tue Jun 3 17:58:33 2008
@@ -98,11 +98,7 @@
DESTDIR=$RPM_BUILD_ROOT
# no static plugins - shut up check-files
-# plugins are lt_dlopened w/o extension, so *.la should be left
-rm -f $RPM_BUILD_ROOT%{_libdir}/imlib2/*/*.a
-
-# not needed
-rm -f $RPM_BUILD_ROOT%{_libdir}/imlib2/*/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/imlib2/*/*.{a,la}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -114,7 +110,8 @@
%defattr(644,root,root,755)
%doc AUTHORS COPYING COPYING-PLAIN ChangeLog README
%attr(755,root,root) %{_bindir}/imlib2_*
-%attr(755,root,root) %{_libdir}/libImlib2.so.*
+%attr(755,root,root) %{_libdir}/libImlib2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libImlib2.so.1
%dir %{_libdir}/imlib2
%dir %{_libdir}/imlib2/filters
%attr(755,root,root) %{_libdir}/imlib2/filters/*.so
@@ -141,6 +138,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2008-06-03 15:58:33 qboosh
+- ghost soname symlink
+
Revision 1.65 2008-06-01 14:03:00 cactus
- up to 1.4.1.000
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/imlib2.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list