Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37840688
en ru br
ALT Linux repos
S:0.12-alt1

Group :: File tools
RPM: duperemove

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: duperemove-0.12-alt1.patch
Download


 Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 9f16dc1..efc344e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,6 @@
-VERSION=$(shell git describe --abbrev=4 --dirty --always --tags;)
-ifeq ($(shell git rev-list $(shell git describe --abbrev=0 --tags --exclude '*dev';)..HEAD --count;), 0)
-	IS_RELEASE=1
-else
-	IS_RELEASE=0
-endif
+VER=0.12
+RELEASE=v$(VER)
+IS_RELEASE=1
 
 CC ?= gcc
 CFLAGS ?= -Wall -ggdb
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin