https://bugs.freedesktop.org/show_bug.cgi?id=94034

--- Comment #8 from tele <[email protected]> ---
]$ 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/*
--------------------------

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to