[ratools: 1/2] update to version 0.5.4

flo flo at fedoraproject.org
Sun Aug 24 16:57:25 UTC 2014


commit 6c7053d6d43cf032b04df257893a805336c88e80
Author: Lehner Florian <dev at der-flo.net>
Date:   Sun Aug 24 18:27:11 2014 +0200

    update to version 0.5.4
    
    Signed-off-by: Lehner Florian <dev at der-flo.net>

 .gitignore   |    1 +
 ratools.spec |   29 ++++++++++++++++-------------
 sources      |    2 +-
 3 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e87778..be99323 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ratools-0.5.2.tar.gz
 /ratools-0.5.3.tar.gz
+/ratools-0.5.4.tar.gz
diff --git a/ratools.spec b/ratools.spec
index 30ffb60..b360501 100644
--- a/ratools.spec
+++ b/ratools.spec
@@ -5,8 +5,8 @@
 %endif # 0%{?fedora} || 0%{?rhel} >= 7
 
 Name:			ratools
-Version:		0.5.3
-Release:		4%{?dist}
+Version:		0.5.4
+Release:		1%{?dist}
 Summary:		Framework for IPv6 Router Advertisements
 License:		ASL 2.0
 URL:			https://www.nonattached.net/ratools
@@ -29,23 +29,23 @@ and sending IPv6 Router Advertisements (RA).
 %build
 CFLAGS="%{?optflags}"				\
 LDFLAGS="%{?__global_ldflags}"		\
-%{__make} %{?_smp_mflags} -C src/
+make %{?_smp_mflags} -C src/
 
 %install
-%{__mkdir_p} %{buildroot}%{_bindir}
-%{__install} -pm 0755 bin/rad %{buildroot}%{_bindir}/rad
-%{__install} -pm 0755 bin/ractl %{buildroot}%{_bindir}/ractl
+mkdir -p %{buildroot}%{_bindir}
+install -pm 0755 bin/rad %{buildroot}%{_bindir}/rad
+install -pm 0755 bin/ractl %{buildroot}%{_bindir}/ractl
 
-%{__mkdir_p} %{buildroot}%{_sysconfdir}/bash_completion.d/*
-%{__install} -pm 0644 bash-completion.d/ractl.sh %{buildroot}%{_sysconfdir}/bash_completion.d/ractl
+mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/*
+install -pm 0644 bash-completion.d/ractl.sh %{buildroot}%{_sysconfdir}/bash_completion.d/ractl
 
-%{__mkdir_p} %{buildroot}%{_mandir}/man8
-%{__install} -pm 0644 man/*.8 %{buildroot}%{_mandir}/man8
+mkdir -p %{buildroot}%{_mandir}/man8
+install -pm 0644 man/*.8 %{buildroot}%{_mandir}/man8
 
 %if 0%{?with_systemd}
-%{__mkdir_p} %{buildroot}%{_unitdir}
-%{__install} -pm 0644 systemd/ratools-rad.service %{buildroot}%{_unitdir}/ratools-rad.service
-%{__install} -pm 0644 systemd/ratools-rad.socket %{buildroot}%{_unitdir}/ratools-rad.socket
+mkdir -p %{buildroot}%{_unitdir}
+install -pm 0644 systemd/ratools-rad.service %{buildroot}%{_unitdir}/ratools-rad.service
+install -pm 0644 systemd/ratools-rad.socket %{buildroot}%{_unitdir}/ratools-rad.socket
 
 %post
 %systemd_post ratools-rad.service
@@ -72,6 +72,9 @@ LDFLAGS="%{?__global_ldflags}"		\
 %endif # with_systemd
 
 %changelog
+* Sun Aug 24 2014 Florian Lehner <dev at der-flo.net> - 0.5.4-1
+- Update version to 0.5.4
+
 * Sun Jul 20 2014 Florian Lehner <dev at der-flo.net> - 0.5.3-4
 - Use systemd only on supported platforms
 
diff --git a/sources b/sources
index 1286524..3c0eef6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2bc539d7592dbfbc979bea4d5e24efe  ratools-0.5.3.tar.gz
+4a1be51e59fd84056b81f91b16714ef6  ratools-0.5.4.tar.gz


More information about the scm-commits mailing list