forked from pool/gap-ace
make debugsource work again
OBS-URL: https://build.opensuse.org/package/show/science/gap-ace?expand=0&rev=10
This commit is contained in:
parent
52b67f8990
commit
d81bef8386
@ -26,6 +26,7 @@ URL: https://gap-packages.github.io/ace/
|
|||||||
|
|
||||||
#Git-Clone: https://github.com/gap-packages/ace
|
#Git-Clone: https://github.com/gap-packages/ace
|
||||||
Source: https://github.com/gap-packages/ace/releases/download/v%version/ace-%version.tar.gz
|
Source: https://github.com/gap-packages/ace/releases/download/v%version/ace-%version.tar.gz
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: gap
|
BuildRequires: gap
|
||||||
BuildRequires: gap-devel
|
BuildRequires: gap-devel
|
||||||
BuildRequires: gap-rpm-devel
|
BuildRequires: gap-rpm-devel
|
||||||
@ -44,8 +45,11 @@ from within GAP.
|
|||||||
%make_build CC="cc %optflags"
|
%make_build CC="cc %optflags"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -Rf Makefile* configure src/
|
|
||||||
%gappkg_simple_install
|
%gappkg_simple_install
|
||||||
|
pushd "%buildroot/$fmoddir/"
|
||||||
|
rm -Rf Makefile* configure src/
|
||||||
|
popd
|
||||||
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%files -f %name.files
|
%files -f %name.files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user