Commit 72f3bb52d6879199da3f9cf0d60b7e8d822e3a6c
1 parent
25f83172
Exists in
master
Ajustando empacotamento da extensão & plugin ooRexx
Showing
2 changed files
with
15 additions
and
2 deletions
Show diff stats
... | ... | @@ -0,0 +1,13 @@ |
1 | +Format: 1.0 | |
2 | +Source: pw3270-plugin-rexx | |
3 | +Version: 5.1-1 | |
4 | +Binary: pw3270-plugin-rexx | |
5 | +Maintainer: Perry Werneck <perry.werneck@gmail.com> | |
6 | +Architecture: any | |
7 | +Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libgtk-3-dev, pw3270-dev, oorexx-dev | |
8 | +Standards-Version: 3.9.1.0 | |
9 | +DEBTRANSFORM-RELEASE: 1 | |
10 | +Files: | |
11 | + 00000000000000000000000000000000 000000 pw3270-plugin-rexx-5.1.tar.gz | |
12 | + | |
13 | + | ... | ... |
rpm/pw3270-plugin-rexx.spec
... | ... | @@ -16,10 +16,10 @@ BuildRequires: binutils |
16 | 16 | BuildRequires: coreutils |
17 | 17 | BuildRequires: gcc-c++ |
18 | 18 | BuildRequires: m4 |
19 | +BuildRequires: fdupes | |
19 | 20 | BuildRequires: pkgconfig |
20 | -BuildRequires: pw3270-devel >= 5.1 | |
21 | +BuildRequires: pkgconfig(pw3270) >= 5.1 | |
21 | 22 | |
22 | -Requires: pw3270 >= 5.1 | |
23 | 23 | Requires: ooRexx-extension-tn3270 = %{version} |
24 | 24 | |
25 | 25 | %description | ... | ... |