mirror of https://gitlab.com/basile.b/dexed.git
rpm, prevent dependency on specific on gitlab runner used to release
This commit is contained in:
parent
6c71cc8274
commit
ea76391bf9
|
|
@ -69,11 +69,13 @@ Release: $lbl
|
||||||
Summary: IDE for the D programming language
|
Summary: IDE for the D programming language
|
||||||
License: Boost
|
License: Boost
|
||||||
URL: gitlab.com/basile.b/dexed
|
URL: gitlab.com/basile.b/dexed
|
||||||
Requires: gtk2, glibc, cairo, libX11, vte
|
Requires: gtk2, glibc, cairo, libX11, vte, libcurl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dexed is an IDE for the DMD D compiler.
|
Dexed is an IDE for the DMD D compiler.
|
||||||
|
|
||||||
|
%define __requires_exclude libcurl.so.4
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/usr/bin/dexed
|
/usr/bin/dexed
|
||||||
/usr/lib64/libdexed-d.so
|
/usr/lib64/libdexed-d.so
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue