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

Robert-André Mauchin 🐧 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
           Doc Type|---                         |If docs needed, set a value



--- Comment #1 from Robert-André Mauchin 🐧 <[email protected]> ---
 - Should not be needed

# Force out of source build
%global __cmake_in_source_build 0

 - Missing isa for arch:


%package devel
Summary: Development files for the Ptex library
Requires: %{name}%{?_isa} = %{version}

 - This doesn't look right: the .so file should go in the devel package and you
should have a versioned so file in the main package. IF upstream doesn't
provide a versioned so file you should ask them to do so. If they refuse, you
should version it downstream.

%files
%doc src/doc/README 
%license src/doc/License.txt
%{_bindir}/ptxinfo
%{_libdir}/*so


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to