[remoot] * Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9-20 - Switch to macro for path

Fabian Affolter fab at fedoraproject.org
Wed Feb 26 10:07:14 UTC 2014


commit 36cd34d4229f97da5b40c298e6291c17877eca01
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Feb 26 11:08:01 2014 +0100

    * Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9-20
    - Switch to macro for path

 remoot.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/remoot.spec b/remoot.spec
index b3a8cf4..e3359ab 100644
--- a/remoot.spec
+++ b/remoot.spec
@@ -1,10 +1,9 @@
 Name:		remoot
 Version:	0.9
-Release:	19%{?dist}
+Release:	20%{?dist}
 Summary:	Pseudo-universal remote control wrapper
 
 License:	Artistic 2.0
-Group:		Applications/Productivity
 URL:		http://remoot.sourceforge.net/
 Source:		http://downloads.sf.net/%{name}/%{name}-%{version}.tar.gz
 BuildArch:	noarch
@@ -23,12 +22,12 @@ to it so that you can control all supported applications with the same keys.
 %setup -q
 
 %build
-
+# nothing to build
 
 %install
-install remoot -m 0755 -D %{buildroot}/usr/bin/remoot
-install daemoot -m 0755 -D %{buildroot}/usr/bin/daemoot
-install remoot-remote -m 0755 -D %{buildroot}/usr/bin/remoot-remote
+install remoot -m 0755 -D %{buildroot}%{_bindir}/remoot
+install daemoot -m 0755 -D %{buildroot}%{_bindir}/daemoot
+install remoot-remote -m 0755 -D %{buildroot}%{_bindir}/remoot-remote
 iconv -f iso8859-1 -t utf-8 README > README.conv
 touch -c -r README README.conv
 mv README.conv README
@@ -38,6 +37,9 @@ mv README.conv README
 %{_bindir}/*
 
 %changelog
+* Wed Feb 26 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.9-20
+- Switch to macro for path
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-19
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list