Commit b2bae5fe08cb637eee204fd26f2161f436671dfa
1 parent
b1ddb97d
Exists in
master
Ajustes para empacotamento.
Showing
2 changed files
with
10 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -127,6 +127,9 @@ install: \ |
127 | 127 | @$(MKDIR) $(DESTDIR)/@PHPCONFDIR@ |
128 | 128 | @$(INSTALL_DATA) php.ini $(DESTDIR)/@PHPCONFDIR@/tn3270.ini |
129 | 129 | |
130 | +bz2: \ | |
131 | + $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 | |
132 | + | |
130 | 133 | rpm: \ |
131 | 134 | $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \ |
132 | 135 | rpm/php5-pw3270.spec \ | ... | ... |
rpm/php5-pw3270.spec
... | ... | @@ -19,11 +19,17 @@ BuildRequires: coreutils |
19 | 19 | BuildRequires: gcc-c++ |
20 | 20 | BuildRequires: m4 |
21 | 21 | BuildRequires: pkgconfig |
22 | +BuildRequires: pkgconfig(pw3270) >= 5.1 | |
23 | +BuildRequires: fdupes | |
24 | + | |
25 | +# Pre-Reqs PHP5 | |
26 | +BuildRequires: systemd-devel | |
27 | +BuildRequires: libapparmor-devel | |
22 | 28 | BuildRequires: php5-devel |
23 | -BuildRequires: pw3270-devel >= 5.1 | |
24 | 29 | |
25 | 30 | Requires: lib3270 >= 5.1 |
26 | 31 | Requires: php5 |
32 | +Requires: dbus-1 | |
27 | 33 | |
28 | 34 | %description |
29 | 35 | ... | ... |