Commit 6bd4942b99808ddb1782fbac636e033b98b3ac83

Authored by Perry Werneck
1 parent 71664cba

Acertando dependências.

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
rpm/pw3270.spec
... ... @@ -104,9 +104,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
104 104 %define _distro suse%{suse_version}
105 105 %endif
106 106  
107   -BuildRequires: libopenssl-devel
108   -BuildRequires: rsvg-view
109   -
  107 +BuildRequires: pkgconfig(openssl)
110 108 BuildRequires: pkgconfig(dbus-1)
111 109 BuildRequires: pkgconfig(dbus-glib-1)
112 110 BuildRequires: pkgconfig(gtk+-3.0)
... ... @@ -128,6 +126,7 @@ BuildRequires: pkgconfig
128 126 BuildRequires: sed
129 127 BuildRequires: optipng
130 128 BuildRequires: fdupes
  129 +BuildRequires: rsvg-view
131 130  
132 131 %description
133 132 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.
... ...