SPECS: gettext.spec - check-files cleanup, ghost soname symlinks

glen glen at pld-linux.org
Thu Aug 28 00:46:22 CEST 2008


Author: glen                         Date: Wed Aug 27 22:46:22 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- check-files cleanup, ghost soname symlinks

---- Files affected:
SPECS:
   gettext.spec (1.158 -> 1.159) 

---- Diffs:

================================================================
Index: SPECS/gettext.spec
diff -u SPECS/gettext.spec:1.158 SPECS/gettext.spec:1.159
--- SPECS/gettext.spec:1.158	Wed Aug 27 21:44:33 2008
+++ SPECS/gettext.spec	Thu Aug 28 00:46:17 2008
@@ -1,4 +1,12 @@
 # $Revision$, $Date$
+# TODO
+# - unpackaged:
+#   /usr/share/emacs/site-lisp/po-compat.el
+#   /usr/share/emacs/site-lisp/po-compat.elc
+#   /usr/share/emacs/site-lisp/po-mode.el
+#   /usr/share/emacs/site-lisp/po-mode.elc
+#   /usr/share/emacs/site-lisp/start-po.el
+#   /usr/share/emacs/site-lisp/start-po.elc
 #
 # Conditional build:
 %bcond_without	asprintf	# without libasprintf C++ library
@@ -7,7 +15,6 @@
 %bcond_with	javac		# with Java support by some javac
 %bcond_without	dotnet		# without .NET support
 %bcond_with	bootstrap	# use system GLib and libcroco
-#
 
 %{?with_dotnet:%include	/usr/lib/rpm/macros.mono}
 
@@ -374,6 +381,8 @@
 	gettext-tools/src/.libs/libgettextsrc.a $RPM_BUILD_ROOT%{_libdir}
 
 rm -r $RPM_BUILD_ROOT%{_docdir}/gettext
+rm -r $RPM_BUILD_ROOT%{_docdir}/libasprintf
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}-runtime
 %find_lang %{name}-tools
@@ -418,6 +427,7 @@
 %{_libdir}/libgettext*.la
 # libgettextpo is for other programs, not used by gettext tools themselves
 %attr(755,root,root) %{_libdir}/libgettextpo.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgettextpo.so.0
 %attr(755,root,root) %{_libdir}/preloadable_libintl.so
 %attr(755,root,root) %{_libdir}/gettext/hostname
 %attr(755,root,root) %{_libdir}/gettext/project-id
@@ -466,6 +476,7 @@
 %defattr(644,root,root,755)
 %doc gettext-runtime/libasprintf/{AUTHORS,ChangeLog,README}
 %attr(755,root,root) %{_libdir}/libasprintf.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libasprintf.so.0
 
 %files -n libasprintf-devel
 %defattr(644,root,root,755)
@@ -519,6 +530,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.159  2008/08/27 22:46:17  glen
+- check-files cleanup, ghost soname symlinks
+
 Revision 1.158  2008/08/27 19:44:33  glen
 - use cc_version macro
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gettext.spec?r1=1.158&r2=1.159&f=u



More information about the pld-cvs-commit mailing list