[duply] Update to 1.9.0.

Thomas Moschny thm at fedoraproject.org
Wed Aug 27 18:23:35 UTC 2014


commit dbe9b42632f306f040fb5b253ad112a75bec2f1a
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Wed Aug 27 20:23:22 2014 +0200

    Update to 1.9.0.
    
    - Modernize spec file.

 .gitignore |    1 +
 duply.spec |   12 +++++-------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a33ccf9..b37031a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /duply_1.7.3.tgz
 /duply_1.7.4.tgz
 /duply_1.8.0.tgz
+/duply_1.9.0.tgz
diff --git a/duply.spec b/duply.spec
index ef125ff..90adc02 100644
--- a/duply.spec
+++ b/duply.spec
@@ -1,12 +1,11 @@
 Name:           duply
-Version:        1.8.0
+Version:        1.9.0
 Release:        1%{?dist}
 Summary:        Wrapper for duplicity
 Group:          Applications/Archiving
 License:        GPLv2
 URL:            http://duply.net/
 Source0:        http://downloads.sourceforge.net/ftplicity/%{name}_%{version}.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  txt2man >= 1.5.6
 Requires:       duplicity
@@ -39,7 +38,6 @@ chmod +x %{name}
 
 
 %install
-rm -rf %{buildroot}
 install -p -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
 install -p -D -m 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 # root's profiles will be stored there
@@ -49,10 +47,6 @@ sed -i "1c#!/bin/bash" %{buildroot}%{_bindir}/%{name}
 mv gpl-2.0.txt LICENSE
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %doc LICENSE
 %{_bindir}/%{name}
@@ -61,6 +55,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Aug 27 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.9.0-1
+- Update to 1.9.0.
+- Modernize spec file.
+
 * Fri Jul 18 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.8.0-1
 - Update to 1.8.0.
 
diff --git a/sources b/sources
index ba43aa1..01bb9a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a172ff14ef684748693a21d244901401  duply_1.8.0.tgz
+640d238f4b5ce73aeebbae5eabfc8761  duply_1.9.0.tgz


More information about the scm-commits mailing list