<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - pavucontrol 3.0 , problem with compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94034#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - pavucontrol 3.0 , problem with compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94034">bug 94034</a>
              from <span class="vcard"><a class="email" href="mailto:swojskichlopak@wp.pl" title="tele <swojskichlopak@wp.pl>"> <span class="fn">tele</span></a>
</span></b>
        <pre>]$ rpm -ql lib64gtkmm3.0_1
/usr/share/doc/lib64gtkmm3.0_1
/usr/share/doc/lib64gtkmm3.0_1/AUTHORS
/usr/share/doc/lib64gtkmm3.0_1/COPYING
/usr/share/doc/lib64gtkmm3.0_1/NEWS
/usr/share/doc/lib64gtkmm3.0_1/README


In this rpm I don't have libs, 
because was not created after compile,
however I don't had errors, .log I put post above.

This mean in spec file to build rpm package I need put #, 
remove paths with libs

------------------------
%files -n %{libname}
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README
#{_libdir}/libgdkmm-%{api_version}.so.%{major}*
#{_libdir}/libgtkmm-%{api_version}.so.%{major}*


%files -n %{libnamedev}
%defattr(-, root, root)
%doc PORTING ChangeLog
%{_includedir}/*
#{_libdir}/*.so
%{_libdir}/gtkmm-%{api_version}
%{_libdir}/gdkmm-%{api_version}
%{_libdir}/pkgconfig/*.pc

%files -n %{libnamestaticdev}
%defattr(-, root, root)
%doc COPYING
%{_libdir}/*.a

%files doc
%defattr(-, root, root)
%doc %{_datadir}/doc/gtkmm-%{api_version}
%doc %{_datadir}/devhelp/books/*
--------------------------</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>