mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-03-12 20:58:17 +03:00
spec: don't distribute both .spec files in dist
rpmbuild -ta only works if the tar.gz contains a single spec file, so remove the mingw-virt-viewer.spec from dist. We should however be including both the spec.in files. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
813c775cc9
commit
8b91f52715
@ -6,8 +6,8 @@ SUBDIRS = icons src man po data tests
|
||||
|
||||
AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
|
||||
EXTRA_DIST = \
|
||||
$(PACKAGE).spec \
|
||||
mingw-$(PACKAGE).spec \
|
||||
$(PACKAGE).spec $(PACKAGE).spec.in \
|
||||
mingw-$(PACKAGE).spec.in \
|
||||
intltool-extract.in \
|
||||
intltool-merge.in \
|
||||
intltool-update.in \
|
||||
|
Loading…
x
Reference in New Issue
Block a user