diff options
| author | Yonggang Luo <[email protected]> | 2022-09-20 16:43:01 +0800 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2022-10-31 13:55:27 +0100 |
| commit | 5d8cd51a460fc29f35a016836c39fcea6bf59fb0 (patch) | |
| tree | 834b9059a612f1a4b698ab99218732153d5472d2 /Makefile.am | |
| parent | 1dae823985b7336e58a568c00cc5c20c840db9e0 (diff) | |
Rename 'hello{2,3}.spec.' -> 'hello{2,3}.specfile'
These filenames are invalid on win32.
We don't want to include multiple .spec files for make rpm.
rpmbuild --sign is not supported anymore.
Also include hello3.specfile in EXTRA_DIST.
Escape some macros in the elfutils.spec.in file comments.
Signed-off-by: Yonggang Luo <[email protected]>
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8643312a..e92e05c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ distcheck-hook: chmod -R u+w $(distdir) rpm: dist - rpmbuild -ts --sign elfutils-@[email protected] + rpmbuild -ts elfutils-@[email protected] if GCOV |
