SPECS: lftp.spec - ghost soname symlinks, clean up *.so (no -devel)

qboosh qboosh at pld-linux.org
Mon Jan 7 19:07:23 CET 2008


Author: qboosh                       Date: Mon Jan  7 18:07:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlinks, clean up *.so (no -devel)

---- Files affected:
SPECS:
   lftp.spec (1.250 -> 1.251) 

---- Diffs:

================================================================
Index: SPECS/lftp.spec
diff -u SPECS/lftp.spec:1.250 SPECS/lftp.spec:1.251
--- SPECS/lftp.spec:1.250	Mon Jan  7 14:09:40 2008
+++ SPECS/lftp.spec	Mon Jan  7 19:07:18 2008
@@ -113,7 +113,7 @@
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
 rm -f $RPM_BUILD_ROOT%{_mandir}/{README.lftp-man-pages,lftpget.diff}
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,so}
 
 %find_lang %{name}
 
@@ -127,13 +127,16 @@
 %defattr(644,root,root,755)
 %doc README NEWS FAQ FEATURES BUGS ChangeLog TODO
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lftp.conf
-%attr(755,root,root) %{_bindir}/*
-%dir %{_libdir}/lftp
+%attr(755,root,root) %{_bindir}/lftp
+%attr(755,root,root) %{_bindir}/lftpget
 %attr(755,root,root) %{_libdir}/liblftp*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/liblftp*.so.0
+%dir %{_libdir}/lftp
 %attr(755,root,root) %{_libdir}/lftp/*.so
 %attr(755,root,root) %{_datadir}/lftp
-%{_mandir}/man1/*
-%lang(pl) %{_mandir}/pl/man1/*
+%{_mandir}/man1/lftp.1*
+%{_mandir}/man1/lftpget.1*
+%lang(pl) %{_mandir}/pl/man1/lftpget.1*
 %{_desktopdir}/lftp.desktop
 %{_pixmapsdir}/lftp.png
 
@@ -143,6 +146,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.251  2008-01-07 18:07:18  qboosh
+- ghost soname symlinks, clean up *.so (no -devel)
+
 Revision 1.250  2008-01-07 13:09:40  arekm
 - 3.6.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lftp.spec?r1=1.250&r2=1.251&f=u



More information about the pld-cvs-commit mailing list