Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: General Schvantzkoph Newsgroups: comp.os.linux.development.apps Subject: Need help with rpmbuild Date: 25 Jul 2011 01:56:23 GMT Lines: 23 Message-ID: <9940q6FjekU3@mid.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net /RNhvX/yGZC5diX0A3y1gwnny/cPv3HOzdX2ILbRAxRtRnNtIh Cancel-Lock: sha1:LT6lv5e/zieLomdQFxncSEb41yM= User-Agent: Pan/0.133 (House of Butterflies) Xref: x330-a1.tempe.blueboxinc.net comp.os.linux.development.apps:221 I'm trying to create and RPM that sets up a few files in user accounts for use on an SL6 install DVD. I have the files in home_src/foo/xxx home_src/bar/xxx How do I specify the files in the %files section of the .spec file? I've tried, %files %defattr(-,root,root,-) %doc README COPYRIGHT ./home_src/*/* And %files %defattr(-,root,root,-) %doc README COPYRIGHT %{_buildrootdir}/home_src/*/*