From c9c28c3b2aa8db77414f913e9120cba0c04b4ff8 Mon Sep 17 00:00:00 2001 From: Junfeng Dong Date: Tue, 5 Jun 2012 19:32:45 +0800 Subject: [PATCH] Clean up spec file for packaging. --- packaging/patchelf.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packaging/patchelf.spec b/packaging/patchelf.spec index c90c530..264d4cd 100644 --- a/packaging/patchelf.spec +++ b/packaging/patchelf.spec @@ -1,7 +1,3 @@ -# -# Please submit bugfixes or comments via http://bugs.meego.com/ -# - Summary: A utility for patching ELF binaries Name: patchelf @@ -10,7 +6,7 @@ Release: 1 License: GPLv3 Url: http://nixos.org/patchelf.html Group: Development/Tools -Source0: %{name}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Source1001: packaging/patchelf.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: /usr @@ -22,7 +18,7 @@ libraries. It can change the dynamic loader ("ELF interpreter") of executables and change the RPATH of executables and libraries. %prep -%setup -q -n %{name} +%setup -q %build cp %{SOURCE1001} . -- 2.7.4