From b5f73dfa628887a6646cdf1f5ef259b7e87cd83d Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 21:29:53 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/pbzip2.manifest | 5 +++++ packaging/pbzip2.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/pbzip2.manifest diff --git a/packaging/pbzip2.manifest b/packaging/pbzip2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/pbzip2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/pbzip2.spec b/packaging/pbzip2.spec index 81e2fd2..953bd1e 100644 --- a/packaging/pbzip2.spec +++ b/packaging/pbzip2.spec @@ -6,6 +6,7 @@ URL: http://www.compression.ca/pbzip2/ License: BSD Group: Applications/Other Source0: %{name}-%{version}.tar.gz +Source1001: pbzip2.manifest BuildRequires: bzip2-devel BuildRequires: gcc-c++ @@ -18,6 +19,7 @@ decompressed with bzip2). %prep %setup -q +cp %{SOURCE1001} . %build make %{?_smp_mflags} @@ -31,6 +33,7 @@ ln -s pbzip2 %{buildroot}%{_bindir}/pbzcat %docs_package %files +%manifest %{name}.manifest %license COPYING %{_bindir}/pbzip2 %{_bindir}/pbunzip2 -- 2.7.4