From: Jan Palus Date: Sat, 13 Apr 2019 13:46:34 +0000 (+0200) Subject: up to 1.3.1 X-Git-Tag: auto/th/vmtouch-1.3.1-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;p=packages%2Fvmtouch.git up to 1.3.1 --- diff --git a/vmtouch-destdir.patch b/vmtouch-destdir.patch deleted file mode 100644 index dffd20d..0000000 --- a/vmtouch-destdir.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 1640b6b2ab924915fcad010c09717aaaf0b6377c Mon Sep 17 00:00:00 2001 -From: Earnestly -Date: Sun, 23 Apr 2017 15:02:00 +0100 -Subject: [PATCH] support staged installs using DESTDIR - ---- - Makefile | 7 +++---- - 1 file changed, 3 insertions(+), 4 deletions(-) - -diff --git a/Makefile b/Makefile -index 535138b..db484d7 100644 ---- a/Makefile -+++ b/Makefile -@@ -16,12 +16,11 @@ vmtouch.8: vmtouch.pod - pod2man --section 8 --center "System Manager's Manual" --release " " vmtouch.pod > vmtouch.8 - - install: vmtouch vmtouch.8 -- mkdir -p $(BINDIR) $(MANDIR) -- install -m 0755 vmtouch $(BINDIR)/vmtouch -- install -m 0644 vmtouch.8 $(MANDIR)/vmtouch.8 -+ install -Dm 0755 vmtouch $(DESTDIR)$(BINDIR)/vmtouch -+ install -Dm 0644 vmtouch.8 $(DESTDIR)$(MANDIR)/vmtouch.8 - - clean: - rm -f vmtouch vmtouch.8 - - uninstall: -- rm $(BINDIR)/vmtouch $(MANDIR)/vmtouch.8 -+ rm $(DESTDIR)$(BINDIR)/vmtouch $(DESTDIR)$(MANDIR)/vmtouch.8 diff --git a/vmtouch.spec b/vmtouch.spec index ed76f34..e1113de 100644 --- a/vmtouch.spec +++ b/vmtouch.spec @@ -1,12 +1,11 @@ Summary: Portable file system cache diagnostics and control Name: vmtouch -Version: 1.3.0 +Version: 1.3.1 Release: 1 License: BSD Group: Applications Source0: https://github.com/hoytech/vmtouch/archive/v%{version}.tar.gz -# Source0-md5: deaa76af2cadfde293547f1940208b0f -Patch0: %{name}-destdir.patch +# Source0-md5: 46c153c48ab035d37d16e8bc1587e8d8 URL: https://hoytech.com/vmtouch/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -16,7 +15,6 @@ cache of unix and unix-like systems. %prep %setup -q -%patch0 -p1 %build %{__make} \