]> git.ipfire.org Git - thirdparty/libvirt.git/commit
spec: Don't mix commands with macro definitions
authorJiri Denemark <jdenemar@redhat.com>
Tue, 30 Jul 2013 14:04:48 +0000 (16:04 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 30 Jul 2013 15:13:40 +0000 (17:13 +0200)
commit462863a3eeda479bf564bf672be6e2546900d26f
tree924ab380d8ad67ed6116ad2c20a9208e0d27e1e0
parentd5cd5bf031eae1ad4d74879407c8c06a06d03898
spec: Don't mix commands with macro definitions

%build section should first define all required macros and then run
commands. Interleaving them makes it harder to spot what commands are
run.
libvirt.spec.in