From 7ead7429bbda9e741dabfdd49f0a6094e22c3095 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:55:58 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/which.manifest | 5 +++++ packaging/which.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/which.manifest diff --git a/packaging/which.manifest b/packaging/which.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/which.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/which.spec b/packaging/which.spec index b6b1182..f91970f 100644 --- a/packaging/which.spec +++ b/packaging/which.spec @@ -6,6 +6,7 @@ Summary: Displays where a particular program in your path is located Url: http://www.xs4all.nl/~carlo17/which/ Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.bz2 +Source1001: which.manifest BuildRequires: readline-devel %description @@ -14,6 +15,7 @@ the specified program is in your PATH. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -26,6 +28,7 @@ make %{?_smp_mflags} %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/* -- 2.7.4