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
|
||||
License: Boost
|
||||
URL: gitlab.com/basile.b/dexed
|
||||
Requires: gtk2, glibc, cairo, libX11, vte
|
||||
Requires: gtk2, glibc, cairo, libX11, vte, libcurl
|
||||
|
||||
%description
|
||||
Dexed is an IDE for the DMD D compiler.
|
||||
|
||||
%define __requires_exclude libcurl.so.4
|
||||
|
||||
%files
|
||||
/usr/bin/dexed
|
||||
/usr/lib64/libdexed-d.so
|
||||
|
|
|
|||
Loading…
Reference in New Issue