[Bug 483301] Review Request: muse - Midi/Audio Music Sequencer

bugzilla at redhat.com bugzilla at redhat.com
Mon Feb 9 15:37:21 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=483301





--- Comment #11 from Kevin Kofler <kevin at tigcc.ticalc.org>  2009-02-09 10:37:20 EDT ---
FYI, a good solution to get rid of unwanted Provides for plugins and only those
is the one we're using in XChat:

# do not Provide plugins .so
%define _use_internal_dependency_generator 0
%{__cat} << \EOF > %{name}.prov
#!%{_buildshell}
%{__grep} -v %{_docdir} - | %{__find_provides} $* \
        | %{__sed} '/\.so$/d'
EOF
%define __find_provides %{_builddir}/%{name}-%{version}/%{name}.prov
%{__chmod} +x %{__find_provides}

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list