SPECS: atk.spec - apidocs still built even if bcond off, so at lea...

glen glen at pld-linux.org
Wed Mar 5 20:53:53 CET 2008


Author: glen                         Date: Wed Mar  5 19:53:53 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- apidocs still built even if bcond off, so at least pass proper docdir and remove them
- ghost soname symlinks

---- Files affected:
SPECS:
   atk.spec (1.110 -> 1.111) 

---- Diffs:

================================================================
Index: SPECS/atk.spec
diff -u SPECS/atk.spec:1.110 SPECS/atk.spec:1.111
--- SPECS/atk.spec:1.110	Sat Nov  3 23:54:53 2007
+++ SPECS/atk.spec	Wed Mar  5 20:53:48 2008
@@ -112,7 +112,7 @@
 %{__automake}
 %configure \
 	--%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
-	%{?with_apidocs:--with-html-dir=%{_gtkdocdir}} \
+	--with-html-dir=%{_gtkdocdir} \
 	--%{?with_static_libs:en}%{!?with_static_libs:dis}able-static \
 	--enable-shared
 
@@ -128,6 +128,8 @@
 	mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
 %find_lang atk10
 
+%{!?with_apidocs:rm -rf $RPM_BUILD_ROOT%{_gtkdocdir}/atk}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -138,6 +140,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libatk-1.0.so.0
 
 %files devel
 %defattr(644,root,root,755)
@@ -165,6 +168,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.111  2008-03-05 19:53:48  glen
+- apidocs still built even if bcond off, so at least pass proper docdir and remove them
+- ghost soname symlinks
+
 Revision 1.110  2007-11-03 22:54:53  ankry
 - sr at Latn -> sr at latin, rel. 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/atk.spec?r1=1.110&r2=1.111&f=u



More information about the pld-cvs-commit mailing list