Commit 16af3a7af2fb34c75d43c94f5d705b836efceab8
1 parent
6bd4942b
Exists in
master
and in
5 other branches
Acertando dependências de acordo com o OS.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
rpm/pw3270.spec
... | ... | @@ -64,6 +64,7 @@ BuildRequires: dbus-devel |
64 | 64 | BuildRequires: dbus-glib-devel |
65 | 65 | BuildRequires: openssl-devel |
66 | 66 | BuildRequires: gtk3-devel |
67 | +BuildRequires: librsvg2 | |
67 | 68 | |
68 | 69 | %endif |
69 | 70 | |
... | ... | @@ -77,6 +78,7 @@ BuildRequires: pkgconfig(dbus-1) |
77 | 78 | BuildRequires: pkgconfig(dbus-glib-1) |
78 | 79 | BuildRequires: pkgconfig(openssl) |
79 | 80 | BuildRequires: pkgconfig(gtk+-3.0) |
81 | +BuildRequires: librsvg2 | |
80 | 82 | |
81 | 83 | %endif |
82 | 84 | |
... | ... | @@ -90,6 +92,7 @@ BuildRequires: pkgconfig(dbus-1) |
90 | 92 | BuildRequires: pkgconfig(dbus-glib-1) |
91 | 93 | BuildRequires: pkgconfig(openssl) |
92 | 94 | BuildRequires: pkgconfig(gtk+-3.0) |
95 | +BuildRequires: librsvg2 | |
93 | 96 | |
94 | 97 | %endif |
95 | 98 | |
... | ... | @@ -108,6 +111,7 @@ BuildRequires: pkgconfig(openssl) |
108 | 111 | BuildRequires: pkgconfig(dbus-1) |
109 | 112 | BuildRequires: pkgconfig(dbus-glib-1) |
110 | 113 | BuildRequires: pkgconfig(gtk+-3.0) |
114 | +BuildRequires: rsvg-view | |
111 | 115 | |
112 | 116 | %endif |
113 | 117 | |
... | ... | @@ -126,7 +130,6 @@ BuildRequires: pkgconfig |
126 | 130 | BuildRequires: sed |
127 | 131 | BuildRequires: optipng |
128 | 132 | BuildRequires: fdupes |
129 | -BuildRequires: rsvg-view | |
130 | 133 | |
131 | 134 | %description |
132 | 135 | Open-source GTK-based IBM 3270 terminal emulator with many advanced features. It can be used to communicate with any IBM host that supports 3270-style connections over TELNET. | ... | ... |