Create artifacts dir in the spec file
ClosedPublic

Authored by mkrizek on Feb 23 2015, 9:18 AM.

Details

Summary

Actually creating the dir helps a lot.

Test Plan

Build rpm, inspect the content.

Diff Detail

Repository
rLTRN libtaskotron
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mkrizek retitled this revision from to Create artifacts dir in the spec file.Feb 23 2015, 9:18 AM
mkrizek updated this object.
mkrizek edited the test plan for this revision. (Show Details)
mkrizek added reviewers: tflink, kparal, jskladan.
kparal accepted this revision.Feb 23 2015, 10:11 AM

I've spent 5 minutes searching for the value of %{_sharedstatedir} in Fedora, unsuccessfully. I assume you're sure it's /var/lib.

This revision is now accepted and ready to land.Feb 23 2015, 10:11 AM
In D289#5079, @kparal wrote:

I've spent 5 minutes searching for the value of %{_sharedstatedir} in Fedora, unsuccessfully. I assume you're sure it's /var/lib.

https://fedoraproject.org/wiki/Packaging:RPMMacros?rd=Packaging/RPMMacros

This revision was automatically updated to reflect the committed changes.
In D289#5083, @mkrizek wrote:
In D289#5079, @kparal wrote:

I've spent 5 minutes searching for the value of %{_sharedstatedir} in Fedora, unsuccessfully. I assume you're sure it's /var/lib.

https://fedoraproject.org/wiki/Packaging:RPMMacros?rd=Packaging/RPMMacros

One would think Google would find that. Oh well. Will try to remember, but I'm pretty sure I'll not :) Thanks.