[packages/vmtouch] up to 1.3.1
atler
atler at pld-linux.org
Sat Apr 13 15:46:47 CEST 2019
commit 4c278c77d060f3b3796c4f8761b50e819a7f3d63
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Apr 13 15:46:34 2019 +0200
up to 1.3.1
vmtouch-destdir.patch | 29 -----------------------------
vmtouch.spec | 6 ++----
2 files changed, 2 insertions(+), 33 deletions(-)
---
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} \
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 <zibeon at googlemail.com>
-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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vmtouch.git/commitdiff/4c278c77d060f3b3796c4f8761b50e819a7f3d63
More information about the pld-cvs-commit
mailing list