Commit eab2f5401262c75abeeee3b1325b61091d2a290d

Authored by perry.werneck@gmail.com
1 parent 389e7210

Atualizando empacotamento

Showing 2 changed files with 9 additions and 2 deletions   Show diff stats
Makefile.in
... ... @@ -155,6 +155,10 @@ debian/lib3270-dev.install: Makefile
155 155 @echo "$(includedir)/lib3270" >> $@
156 156 @echo "$(datarootdir)/@PACKAGE_NAME@/ui/99debug.xml" >> $@
157 157 @echo "$(libdir)/pkgconfig/*.pc" >> $@
  158 + @echo "$(includedir)/pw3270.h" >> $@
  159 + @echo "$(includedir)/pw3270" >> $@
  160 + @echo "$(libdir)/lib3270.so" >> $@
  161 + @echo "$(libdir)/libpw3270.so" >> $@
158 162  
159 163 #---[ Debug targets ]----------------------------------------------------------
160 164  
... ... @@ -282,8 +286,11 @@ install-sdk:
282 286 @$(INSTALL_DATA) src/include/lib3270/config.h $(DESTDIR)/$(includedir)/lib3270
283 287 @$(INSTALL_DATA) src/include/lib3270/selection.h $(DESTDIR)/$(includedir)/lib3270
284 288 @$(INSTALL_DATA) src/include/lib3270/popup.h $(DESTDIR)/$(includedir)/lib3270
285   - @$(INSTALL_DATA) src/include/v3270.h $(DESTDIR)/$(includedir)
  289 +
  290 + @$(MKDIR) $(DESTDIR)$(includedir)/pw3270
  291 + @$(INSTALL_DATA) src/include/pw3270/v3270.h $(DESTDIR)/$(includedir)/pw3270
286 292 @$(INSTALL_DATA) src/include/pw3270.h $(DESTDIR)/$(includedir)
  293 +
287 294 @$(MKDIR) $(DESTDIR)/$(libdir)/pkgconfig
288 295 @$(INSTALL_DATA) lib3270.pc $(DESTDIR)/$(libdir)/pkgconfig
289 296 @$(INSTALL_DATA) pw3270.pc $(DESTDIR)/$(libdir)/pkgconfig
... ...
pw3270.spec.in
... ... @@ -162,7 +162,7 @@ rm -rf $RPM_BUILD_ROOT
162 162 %defattr(-,root,root)
163 163 %{_includedir}/lib3270.h
164 164 %{_includedir}/pw3270.h
165   -%{_includedir}/v3270.h
  165 +%{_includedir}/pw3270/v3270.h
166 166 %{_includedir}/lib3270
167 167 %{_datadir}/@PACKAGE_NAME@/ui/99debug.xml
168 168 %{_libdir}/pkgconfig/*.pc
... ...