diff options
Diffstat (limited to 'patchelf.spec.in')
-rw-r--r-- | patchelf.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/patchelf.spec.in b/patchelf.spec.in index 627f390..7c51bea 100644 --- a/patchelf.spec.in +++ b/patchelf.spec.in @@ -1,13 +1,13 @@ Summary: A utility for patching ELF binaries Name: patchelf -Version: @version@ +Version: @PACKAGE_VERSION@ Release: 1 License: GPL Group: Development/Tools URL: http://nixos.org/patchelf.html -Source0: %{name}-@version@.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot +Source0: %{name}-@PACKAGE_VERSION@.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{PACKAGE_VERSION}-buildroot Prefix: /usr %description |