Rpm build fixes (#277)

* Make sure generated spec file is deleted by `make clean`

* Change rpm release to "1"
This commit is contained in:
Robin Bowes 2016-12-30 00:41:29 +00:00 committed by Matt Simerson
parent 14f6ece505
commit 226114297e
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ prepclean:
@rm -rf ./build/$(CURRENT_PACKAGE)*
clean:
@rm -rf ./build/* ./dist/* 2>/dev/null || :
@rm -rf ./build/* ./dist/* ${PACKAGE}.spec 2>/dev/null || :
mrclean: clean

View File

@ -1 +1 @@
0.1
1