From 2eaa43958f0416d06758a05fe93d098002ee339d Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:04:15 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/bzip2.manifest | 5 +++++ packaging/bzip2.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/bzip2.manifest diff --git a/packaging/bzip2.manifest b/packaging/bzip2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/bzip2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bzip2.spec b/packaging/bzip2.spec index ee4f7d6..e827d89 100644 --- a/packaging/bzip2.spec +++ b/packaging/bzip2.spec @@ -14,6 +14,7 @@ Source1: bznew.gz Source2: bznew.1.gz Source3: baselibs.conf Source100: rpmlintrc +Source1001: bzip2.manifest %description The bzip2 program is a very powerful program for compressing files. @@ -37,6 +38,7 @@ The bzip2 runtime library development files. %prep %setup -q +cp %{SOURCE1001} . %build profile_bzip2() @@ -77,16 +79,19 @@ install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1 %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root) %{_bindir}/* %files -n libbz2 +%manifest %{name}.manifest %defattr(-,root,root) %license LICENSE %{_libdir}/libbz2.so.1 %{_libdir}/libbz2.so.1.* %files devel +%manifest %{name}.manifest %{_includedir}/bzlib.h %{_libdir}/libbz2.so %{_libdir}/pkgconfig/bzip2.pc -- 2.7.4