Mailinglist Archive: opensuse-buildservice (250 mails)
| < Previous | Next > |
[opensuse-buildservice] The %doc clause of specfile
- From: Greg Freemyer <greg.freemyer@xxxxxxxxx>
- Date: Mon, 6 Apr 2009 13:17:59 -0400
- Message-id: <87f94c370904061017t699be0d2s85d521f4e34aa250@xxxxxxxxxxxxxx>
All,
Another newbie question:
I'm trying to get the docs copied out to the
/usr/share/packages/open2300 directory via %doc.
The makefile is not handling these files as part of the "make install"
step. Maybe it has to?
I'm trying to do this via the specfile via:
%files
%defattr(644,root,root)
%doc api.txt
%doc COPYING
%doc README
%doc INSTALL
%doc mysql2300.sql
%doc open2300-dist.conf
But OBS is giving me an error for 11.0/11.1/factory:
The following directories are not even executable by their owner:
drw-r--r-- 2 root root 0 Apr 6 16:27 /usr/share/doc/packages/open2300
I also tried
%defattr(-,root,root)
but then it complains about all the docs being executable.
What am I missing?
Thanks
Greg
--
Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
First 99 Days Litigation White Paper -
http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf
The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Another newbie question:
I'm trying to get the docs copied out to the
/usr/share/packages/open2300 directory via %doc.
The makefile is not handling these files as part of the "make install"
step. Maybe it has to?
I'm trying to do this via the specfile via:
%files
%defattr(644,root,root)
%doc api.txt
%doc COPYING
%doc README
%doc INSTALL
%doc mysql2300.sql
%doc open2300-dist.conf
But OBS is giving me an error for 11.0/11.1/factory:
The following directories are not even executable by their owner:
drw-r--r-- 2 root root 0 Apr 6 16:27 /usr/share/doc/packages/open2300
I also tried
%defattr(-,root,root)
but then it complains about all the docs being executable.
What am I missing?
Thanks
Greg
--
Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
First 99 Days Litigation White Paper -
http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf
The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |