]> git.pld-linux.org Git - packages/atk.git/commitdiff
- apidocs still built even if bcond off, so at least pass proper docdir and remove...
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 5 Mar 2008 19:53:48 +0000 (19:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- ghost soname symlinks

Changed files:
    atk.spec -> 1.111

atk.spec

index 8db711e74d62e1395d19ba1632e6d7672af46a4a..5e097ea29025804b37ba45c35f5db639dab1066b 100644 (file)
--- a/atk.spec
+++ b/atk.spec
@@ -111,7 +111,7 @@ Dokumentacja API ATK.
 %{__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
 
@@ -127,6 +127,8 @@ rm -rf $RPM_BUILD_ROOT
        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
 
@@ -137,6 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 %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)
This page took 0.057705 seconds and 4 git commands to generate.