From 7cc6f519ec015c1de17dc2a2ddec8aa18888dc3a Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 12 Dec 2000 04:57:35 +0000 Subject: [PATCH] * Patch from Pavel Roskin for misc specfile issues, including nastly comppressed man page munging. * Updaed motif patches from Andreas Voegele . --- alien.spec.in | 6 ++++-- debian/changelog | 8 ++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/alien.spec.in b/alien.spec.in index ae294ff..dadbafb 100644 --- a/alien.spec.in +++ b/alien.spec.in @@ -8,6 +8,7 @@ Copyright: GPL Group: Utilities/File Buildroot: /tmp/alien-@version@.build Requires: perl +BuildArchitectures: noarch %description Alien allows you to convert Debian, Slackware, and Stampede Packages into Red @@ -19,7 +20,7 @@ This is a tool only suitable for binary packages. %prep %setup -n alien -rm -r /tmp/alien-@version@.build || true +rm -rf /tmp/alien-@version@.build %install perl Makefile.PL @@ -31,7 +32,8 @@ make pure_install INSTALLDIRS=perl \ INSTALLARCHLIB=$RPM_BUILD_ROOT/killme \ VARPREFIX=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/killme -find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" > manifest +find $RPM_BUILD_ROOT -not -type d -printf "/%%P\n" | \ + sed '/\/man\//s/$/\*/' > manifest %files -f manifest %doc debian/changelog COPYING README alien.lsm diff --git a/debian/changelog b/debian/changelog index 0c22c50..2e6e5da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +alien (7.13) unstable; urgency=low + + * Patch from Pavel Roskin for misc specfile issues, + including nastly comppressed man page munging. + * Updaed motif patches from Andreas Voegele . + + -- Joey Hess Mon, 11 Dec 2000 15:15:41 -0800 + alien (7.12) unstable; urgency=low * Modified Rpm.pm to not bother with the scripts stanzas if there are