Commit b2bae5fe08cb637eee204fd26f2161f436671dfa

Authored by Perry Werneck
1 parent b1ddb97d
Exists in master

Ajustes para empacotamento.

Showing 2 changed files with 10 additions and 1 deletions   Show diff stats
@@ -127,6 +127,9 @@ install: \ @@ -127,6 +127,9 @@ install: \
127 @$(MKDIR) $(DESTDIR)/@PHPCONFDIR@ 127 @$(MKDIR) $(DESTDIR)/@PHPCONFDIR@
128 @$(INSTALL_DATA) php.ini $(DESTDIR)/@PHPCONFDIR@/tn3270.ini 128 @$(INSTALL_DATA) php.ini $(DESTDIR)/@PHPCONFDIR@/tn3270.ini
129 129
  130 +bz2: \
  131 + $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2
  132 +
130 rpm: \ 133 rpm: \
131 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \ 134 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
132 rpm/php5-pw3270.spec \ 135 rpm/php5-pw3270.spec \
rpm/php5-pw3270.spec
@@ -19,11 +19,17 @@ BuildRequires: coreutils @@ -19,11 +19,17 @@ BuildRequires: coreutils
19 BuildRequires: gcc-c++ 19 BuildRequires: gcc-c++
20 BuildRequires: m4 20 BuildRequires: m4
21 BuildRequires: pkgconfig 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 BuildRequires: php5-devel 28 BuildRequires: php5-devel
23 -BuildRequires: pw3270-devel >= 5.1  
24 29
25 Requires: lib3270 >= 5.1 30 Requires: lib3270 >= 5.1
26 Requires: php5 31 Requires: php5
  32 +Requires: dbus-1
27 33
28 %description 34 %description
29 35