Results 1 to 1 of 1
I am creating a rpm for my project. Package comprises of makefile, src folder(where all my source code is present) and include (where all headers are present).I am only installing ...
- 07-07-2009 #1Just Joined!
- Join Date
- Jun 2009
- Posts
- 2
RPM files section
I am creating a rpm for my project. Package comprises of makefile, src folder(where all my source code is present) and include (where all headers are present).I am only installing the executable for my project in make install. But when i m running the spec file. I got following error:
Checking for unpackaged file(s): /usr/lib/rpm/check-files /usr/src/redhat/BUILD/rohc123-1.1
error: Installed (but unpackaged) file(s) found:
/Makefile
/debugfiles.list
/debuglinks.list
/debugsources.list
/include/c_util.h
/include/comp.h
/ src/c_util.c
/src/c_comp.c
Plz help.....


Reply With Quote