diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2019-01-31 10:31:22 +0000 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2019-10-23 12:58:06 +0100 |
commit | 18c9917a71382c1d20102e99d96b51e6b5b321a9 (patch) | |
tree | 9f3cbe371804a3ce24cc92b8d054b8472a7becb2 /configure.ac | |
parent | 21b06e6585d234269028731de33991a26579db8b (diff) |
build-sys: Provide spec file during build
Having the RPM spec file produced by the build is helpful in
different situation. Different tools like mock or code
scanners accept source RPMs as input.
Providing this file allows easily build of the source RPM (and
binaries) using a simple command like
$ rpmbuild -ta spice-protocol-XXXX.tar.bz2
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Signed-off-by: Victor Toso <victortoso@redhat.com>
Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bc3e33f..2adcb7c 100644 --- a/configure.ac +++ b/configure.ac @@ -18,4 +18,5 @@ AC_OUTPUT([ Makefile spice-protocol.pc spice/Makefile +spice-protocol.spec ]) |