[pulseaudio-tickets] [Bug 94034] pavucontrol 3.0 , problem with compile

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 8 11:52:43 UTC 2016


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

--- Comment #8 from tele <swojskichlopak at wp.pl> ---
]$ 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160208/619d223c/attachment-0001.html>


More information about the pulseaudio-bugs mailing list