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



--- Comment #4 from José Matos <[email protected]> ---
(In reply to Christopher Crouse from comment #2)
> Hi Mark,
> 
> Maybe I can give some pointers:
> 
> [1] The spec *Source0:* URL can be simplified: `%{url}archive/main.tar.gz`
> 
> [2] The spec %files section is very long, it may contain wildcards (*). So
> for example, updating the following:
> 
> ...
> 
> %{_datadir}/%{name}/data/KOH.cti
> %{_datadir}/%{name}/data/KOH.xml
> %{_datadir}/%{name}/data/KOH.yaml
> %{_datadir}/%{name}/data/air.cti
> %{_datadir}/%{name}/data/air.xml
> %{_datadir}/%{name}/data/air.yaml
> %{_datadir}/%{name}/data/airNASA9.cti
> %{_datadir}/%{name}/data/airNASA9.xml
> %{_datadir}/%{name}/data/airNASA9.yaml
> 
> %{_datadir}/%{name}/samples/cxx/combustor/combustor.cpp
> %{_datadir}/%{name}/samples/cxx/custom/CMakeLists.txt
> 
> ...
> 
> To use wildcards:
> 
> ...
> 
> %{_datadir}/%{name}/data/*.cti
> %{_datadir}/%{name}/data/*.xml
> %{_datadir}/%{name}/data/*.yaml
> 
> %{_datadir}/%{name}/samples/cxx/*/*.cpp
> %{_datadir}/%{name}/samples/cxx/*/*.txt
> 
> ...

Even simple is just:

%{_datadir}/%{name}

because then both the directory and its content will be added.


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2037645
_______________________________________________
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]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to