forked from pool/apfel
4c62046942
New package: apfel is a high energy package for computing parton distribution function evolution. apfelgui is a package that provides an easy to use GUI for apfel. It is built out of the same source tarball but requires an installed apfel to build. NOTE FOR REVIEWER: If the package is accepted into science project, kindly create a linked package called apfelgui in the science project as well. OBS-URL: https://build.opensuse.org/request/show/230416 OBS-URL: https://build.opensuse.org/package/show/science/apfel?expand=0&rev=1
5 lines
165 B
Bash
5 lines
165 B
Bash
#!/bin/bash
|
|
vtagline=$(grep "^Version:.*$" apfel.spec)
|
|
sed "s/^Version:.*@version@$/${vtagline}/" apfelgui.spec.in > apfelgui.spec
|
|
cp apfel.changes apfelgui.changes
|