From faee00efb1acdc13ef735fac1e6270da120161df Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 19 Feb 2007 20:26:05 +0000 Subject: [PATCH] repackage static lib for now, needed by rpm --- bzip2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bzip2.spec b/bzip2.spec index d25a866..42a0aa2 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,7 +1,7 @@ Summary: A file compression utility Name: bzip2 Version: 1.0.4 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/File URL: http://www.bzip.org/ @@ -63,6 +63,8 @@ rm -rf ${RPM_BUILD_ROOT} chmod 644 bzlib.h mkdir -p $RPM_BUILD_ROOT/{%{_bindir},%{_mandir}/man1,%{_libdir},%{_includedir}} cp -p bzlib.h $RPM_BUILD_ROOT/%{_includedir} +# temporary for rpm +install -p libbz2.a $RPM_BUILD_ROOT/%{_libdir} install -p libbz2.so.%{version} $RPM_BUILD_ROOT/%{_libdir} install -p bzip2-shared $RPM_BUILD_ROOT/%{_bindir}/bzip2 install -p bzip2recover bzgrep bzdiff bzmore $RPM_BUILD_ROOT/%{_bindir}/ @@ -103,8 +105,13 @@ rm -rf ${RPM_BUILD_ROOT} %doc manual.html manual.pdf %{_includedir}/* %{_libdir}/*so +# Temporary for rpm +%{_libdir}/*.a %changelog +* Mon Feb 19 2007 Jesse Keating 1.0.4-7 +- Temporarily add static lib back in for rpm + * Fri Feb 16 2007 Ivana Varekova 1.0.4-6 - incorporate the next review feedback