From f5746b20fc592f3fc31ded1d3ec617d04af95d42 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:53:33 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/chrpath.manifest | 5 +++++ packaging/chrpath.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/chrpath.manifest 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 @@ + + + + + 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 -- 2.7.4