Commit 56a67e5830cb8febef7ba52b499f41507f7a5b28
Exists in
master
and in
2 other branches
Merge branch 'master' into develop
Showing
2 changed files
with
6 additions
and
3 deletions
Show diff stats
README.md
| @@ -7,6 +7,8 @@ Created originally for Banco do Brasil, it's now an official Brazilian Governmen | @@ -7,6 +7,8 @@ Created originally for Banco do Brasil, it's now an official Brazilian Governmen | ||
| 7 | 7 | ||
| 8 | See more details at https://softwarepublico.gov.br/social/pw3270/ | 8 | See more details at https://softwarepublico.gov.br/social/pw3270/ |
| 9 | 9 | ||
| 10 | + | ||
| 11 | + | ||
| 10 | ## Installation | 12 | ## Installation |
| 11 | 13 | ||
| 12 | [<img src="https://cdn.jsdelivr.net/npm/simple-icons@3.9.0/icons/opensuse.svg" alt="OpenSUSE Linux" height="80px">](https://software.opensuse.org/package/pw3270) | 14 | [<img src="https://cdn.jsdelivr.net/npm/simple-icons@3.9.0/icons/opensuse.svg" alt="OpenSUSE Linux" height="80px">](https://software.opensuse.org/package/pw3270) |
rpm/pw3270.spec
| @@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build | @@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build | ||
| 37 | Requires: shared-mime-info | 37 | Requires: shared-mime-info |
| 38 | Requires: %{name}-branding = %{version} | 38 | Requires: %{name}-branding = %{version} |
| 39 | 39 | ||
| 40 | -BuildRequires: update-desktop-files | 40 | +BuildRequires: update-desktop-files |
| 41 | 41 | ||
| 42 | %glib2_gsettings_schema_requires | 42 | %glib2_gsettings_schema_requires |
| 43 | 43 | ||
| @@ -54,7 +54,6 @@ BuildRequires: update-desktop-files | @@ -54,7 +54,6 @@ BuildRequires: update-desktop-files | ||
| 54 | 54 | ||
| 55 | BuildRequires: gtk3-devel | 55 | BuildRequires: gtk3-devel |
| 56 | BuildRequires: glib2-devel | 56 | BuildRequires: glib2-devel |
| 57 | -BuildRequires: librsvg2-tools | ||
| 58 | BuildRequires: libv3270-devel >= 5.3 | 57 | BuildRequires: libv3270-devel >= 5.3 |
| 59 | 58 | ||
| 60 | %endif | 59 | %endif |
| @@ -107,8 +106,8 @@ BuildRequires: m4 | @@ -107,8 +106,8 @@ BuildRequires: m4 | ||
| 107 | BuildRequires: pkgconfig | 106 | BuildRequires: pkgconfig |
| 108 | BuildRequires: sed | 107 | BuildRequires: sed |
| 109 | BuildRequires: fdupes | 108 | BuildRequires: fdupes |
| 110 | -BuildRequires: ImageMagick | ||
| 111 | BuildRequires: autoconf-archive | 109 | BuildRequires: autoconf-archive |
| 110 | + | ||
| 112 | %glib2_gsettings_schema_requires | 111 | %glib2_gsettings_schema_requires |
| 113 | 112 | ||
| 114 | %description | 113 | %description |
| @@ -123,6 +122,8 @@ Summary: Default branding for %{name} | @@ -123,6 +122,8 @@ Summary: Default branding for %{name} | ||
| 123 | Group: System/X11/Terminals | 122 | Group: System/X11/Terminals |
| 124 | 123 | ||
| 125 | Requires: %{name} = %{version} | 124 | Requires: %{name} = %{version} |
| 125 | +BuildArch: noarch | ||
| 126 | + | ||
| 126 | Requires(post): desktop-file-utils | 127 | Requires(post): desktop-file-utils |
| 127 | Requires(postun): desktop-file-utils | 128 | Requires(postun): desktop-file-utils |
| 128 | 129 |