diff options
author | Jamie Nguyen <j@jamielinux.com> | 2016-05-11 10:31:01 +0100 |
---|---|---|
committer | Jamie Nguyen <j@jamielinux.com> | 2016-05-11 10:31:01 +0100 |
commit | 908a41eaf04aaa196f8670396b96d2ff180872b2 (patch) | |
tree | 555e8fd4e31da7dc45fe240eea14fef06209010a /rpmbuild/byteback.spec | |
parent | 1c660fb1f712ead94bf80fb1ccb1a5d0d50198cd (diff) |
Use orig.tar.gz
Diffstat (limited to 'rpmbuild/byteback.spec')
-rw-r--r-- | rpmbuild/byteback.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmbuild/byteback.spec b/rpmbuild/byteback.spec index f422c1d..58841be 100644 --- a/rpmbuild/byteback.spec +++ b/rpmbuild/byteback.spec @@ -6,7 +6,7 @@ Summary: Maintenance-free client & server backup scripts for Linux Group: Applications/System License: Ruby and GPLv2+ and ASL 2.0 and Artistic 2.0 URL: https://github.com/BytemarkHosting/byteback -Source0: byteback.tar.gz +Source0: byteback_%{version}.orig.tar.gz BuildArch: noarch BuildRequires: txt2man @@ -33,7 +33,7 @@ the server address should be enough. %prep -%setup -q -n byteback +%setup -q -c # No binary files, so should go in /usr/share. sed -i -e 's|/usr/lib/byteback|/usr/share/byteback|g' bin/* # Required to load system gems. |