SPECS: libtrash.spec - package ghost soname symlink

glen glen at pld-linux.org
Fri Aug 15 13:49:14 CEST 2008


Author: glen                         Date: Fri Aug 15 11:49:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package ghost soname symlink

---- Files affected:
SPECS:
   libtrash.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/libtrash.spec
diff -u SPECS/libtrash.spec:1.20 SPECS/libtrash.spec:1.21
--- SPECS/libtrash.spec:1.20	Fri Aug 15 13:46:48 2008
+++ SPECS/libtrash.spec	Fri Aug 15 13:49:09 2008
@@ -43,6 +43,10 @@
 	INSTLIBDIR=$RPM_BUILD_ROOT%{_libdir} \
 	SYSCONFFILE=$RPM_BUILD_ROOT%{_sysconfdir}/libtrash.conf
 
+# no devel package
+ldconfig -N -n $RPM_BUILD_ROOT%{_libdir}
+rm -f $RPM_BUILD_ROOT%{_libdir}/libtrash.so
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -53,6 +57,7 @@
 %defattr(644,root,root,755)
 %doc CHANGE.LOG README config.txt TODO
 %attr(755,root,root) %{_libdir}/libtrash.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtrash.so.3
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/libtrash.conf
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -61,6 +66,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2008/08/15 11:49:09  glen
+- package ghost soname symlink
+
 Revision 1.20  2008/08/15 11:46:48  glen
 - up to 3.2, however build fails on py24 as invalid syntax used
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtrash.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list