Don't need to put .spec file into tarball.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@33 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-02-01 19:12:30 +00:00
parent 5393b83bfb
commit e5c9520f7e

View File

@@ -754,7 +754,6 @@ ifndef win_target
$(ec)$(call copycmd,Makefile,$(package_dir)/$(rpm_proj_name_and_ver))
$(ec)$(call copycmd,COPYING,$(package_dir)/$(rpm_proj_name_and_ver))
$(ec)$(call copycmd,Doxyfile,$(package_dir)/$(rpm_proj_name_and_ver))
$(ec)$(call copycmd,$(spec_file),$(package_dir)/$(rpm_proj_name_and_ver))
$(ec)$(call mkdircmd,$(package_dir)/$(rpm_proj_name_and_ver)/src)
$(ec)$(call copycmd,src/*.cpp,$(package_dir)/$(rpm_proj_name_and_ver)/src)
$(ec)$(call copycmd,src/*.h,$(package_dir)/$(rpm_proj_name_and_ver)/src)