Commit 576deccccc48d2d5dfc81cedc2bc5225b4dc15a0

Authored by Perry Werneck
1 parent a94b4e2d
Exists in master

Ajustes para empacotamento

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -167,7 +167,8 @@ srpm: \
167 167 -ts $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2
168 168  
169 169 $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar: \
170   - $(SRCDIR)
  170 + $(SRCDIR) \
  171 + Makefile
171 172  
172 173 @$(AMTAR) \
173 174 --verbose \
... ...
rpm/php5-pw3270.spec
... ... @@ -27,7 +27,7 @@ BuildRequires: systemd-devel
27 27 BuildRequires: libapparmor-devel
28 28 BuildRequires: php5-devel
29 29  
30   -Requires: lib3270 >= 5.1
  30 +Requires: lib3270-5_1
31 31 Requires: php5
32 32 Requires: dbus-1
33 33  
... ...