Mailinglist Archive: opensuse-packaging (250 mails)
| < Previous | Next > |
Re: [opensuse-packaging] need help with .spec file
- From: Adrian Schröter <adrian@xxxxxxx>
- Date: Tue, 18 Aug 2009 09:51:25 +0200
- Message-id: <200908180951.25386.adrian@xxxxxxx>
Am Dienstag, 18. August 2009 08:26:40 schrieb doiggl@xxxxxxxxxxxxxxxxxx:
The log file tells you:
cricket-1.0.5-23.1.x86_64.rpm: directories not owned by a package:
- /etc/httpd
- /etc/httpd/conf.d
So just add
%dir /etc/httpd
%dir /etc/httpd/conf.d
to the %file section
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian@xxxxxxx
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
Hello,
I am interested in getting the following package into the opensuse build
service (obs).
It is called Cricket.
Home page: http://cricket.sourceforge.net/
So far I have started to create a project, extracted the files and uploaded
them.
Currently the build fails.
Can someone have a look at the cricket.spec for me and let me know what
needs changing/adding/removing please.
Project ->
https://build.opensuse.org/package/show?package=cricket&project=home%3Adoig
gl
Specfile ->
https://api.opensuse.org/source/home:doiggl/cricket/cricket.spec
Last Logfile ->
https://build.opensuse.org/package/live_build_log?arch=x86_64&package=crick
et&project=home%3Adoiggl&repository=openSUSE_Factory
The log file tells you:
cricket-1.0.5-23.1.x86_64.rpm: directories not owned by a package:
- /etc/httpd
- /etc/httpd/conf.d
So just add
%dir /etc/httpd
%dir /etc/httpd/conf.d
to the %file section
--
Adrian Schroeter
SUSE Linux Products GmbH
email: adrian@xxxxxxx
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |