summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-rw-r--r--packaging/chrpath.manifest5
-rw-r--r--packaging/chrpath.spec3
2 files changed, 8 insertions, 0 deletions
diff --git a/packaging/chrpath.manifest b/packaging/chrpath.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/chrpath.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/chrpath.spec b/packaging/chrpath.spec
index 9605153..d19b256 100644
--- a/packaging/chrpath.spec
+++ b/packaging/chrpath.spec
@@ -6,6 +6,7 @@ Summary: Modify rpath of compiled programs
Url: http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/
Group: Development/Tools
Source0: http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/%{name}-%{version}.tar.gz
+Source1001: chrpath.manifest
%description
chrpath allows you to modify the dynamic library load path (rpath) of
@@ -14,6 +15,7 @@ is supported.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
@@ -28,6 +30,7 @@ make %{?_smp_mflags}
rm -fr %{buildroot}/usr/doc
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{_bindir}/chrpath